Show extra information in the save screen,including location, level, and gold.Options to hide information you don’t want to see (information is still saved in savegame.)Configure colors and positions.$Amuseum_SaveFileExtras – SaveFileExtras.js

タイトル
Show extra information in the save screen,including location, level, and gold.Options to hide information you don't want to see (information is still saved in savegame.)Configure colors and positions.$Amuseum_SaveFileExtras
作者名
ヘルプ
While playing the game, save the game.
At the title screen, load a game. You should see additional information for
the location, the first character's level, and the party's gold
at the time the game was saved.

Options in the plugins manager:
Show specific information. true or false.
Configure text colors. Use system colors 0 - 31.
Position each element. Should be a number or expression that returns a number.

This plugin does not provide plugin commands.
パラメータ
param Show Location
desc Show location?
true | false
default true

param Location Color
desc Location text color
Use system colors 0 - 31
default 0

param Location X
desc Location X position
Default: this.width / 2
default this.width / 2

param Location Y
desc Location Y position
Default: rect.y + lineHeight
default rect.y + lineHeight

param Show Level
desc Show levels?
true | false
default true

param Level Color
desc Level text color
Use system colors 0 - 31
default 0

param Level X
desc Level X position
Default: this.width / 2
default this.width / 2

param Level Y
desc Level Y position
Default: rect.y + lineHeight2
default rect.y + lineHeight2

param Show Gold
desc Show gold?
true | false
default true

param Gold Color
desc Gold text color
Use system colors 0 - 31
default 6

param Gold X
desc Gold X position
Default: this.width0.66
default this.width0.66

param Gold Y
desc Gold Y position
Default: rect.y + lineHeight2
default rect.y + lineHeight2

param Show Title
desc Show title?
true | false
default true

param Title Color
desc Title text color
Use system colors 0 - 31
default 0

param Title X
desc Title X position
Default: this.width / 2
default this.width / 2

param Title Y
desc Title Y position
Default: rect.y
default rect.y

param Show Playtime
desc Show playtime?
true | false
default true

param Playtime Color
desc Playtime text color
Use system colors 0 - 31
default 0

param Playtime X
desc Playtime X position
Default: 0
default 0

param Playtime Y
desc Playtime Y position
Default: rect.y + lineHeight2
default rect.y + lineHeight2

param Show Characters
desc Show characters?
true | false
default true

param Characters X
desc Characters X position
Default: rect.x + 220
default rect.x + 220

param Characters Y
desc Characters Y position
Default: rect.y + rect.height - 4
default rect.y + rect.height - 4

param Show Faces
desc Show faces?
true | false (true overrides Show Characters)
default false

param Faces X
desc Faces X position
Default: rect.x + 192
default rect.x + 192

param Faces Y
desc Faces Y position
Default: rect.y + faceHeight
default rect.y + faceHeight

param Face Margin
desc Distance between faces
Scaling factor (1.0 means show 100% of each face)
default 0.66

param Show Reserve Members
desc Show members not in main party?
true | false
default false

param Show File Id
desc Show save game id?
true | false
default true

param File Id Color
desc File Id text color
Use system colors 0 - 31
default 0

param File Id X
desc File Id X position
Default: rect.x
default rect.x

param File Id Y
desc File Id Y position
Default: rect.y
default rect.y

ライセンス表記

紹介ページ https://forums.rpgmakerweb.com/index.php?threads/save-file-extras.48707/