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
- 作者名
- Amuseum様
- ヘルプ
- 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 | falsedefault true param Location Color desc Location text color
Use system colors 0 - 31default 0 param Location X desc Location X position
Default: this.width / 2default this.width / 2 param Location Y desc Location Y position
Default: rect.y + lineHeightdefault rect.y + lineHeight param Show Level desc Show levels?
true | falsedefault true param Level Color desc Level text color
Use system colors 0 - 31default 0 param Level X desc Level X position
Default: this.width / 2default this.width / 2 param Level Y desc Level Y position
Default: rect.y + lineHeight2default rect.y + lineHeight2 param Show Gold desc Show gold?
true | falsedefault true param Gold Color desc Gold text color
Use system colors 0 - 31default 6 param Gold X desc Gold X position
Default: this.width0.66default this.width0.66 param Gold Y desc Gold Y position
Default: rect.y + lineHeight2default rect.y + lineHeight2 param Show Title desc Show title?
true | falsedefault true param Title Color desc Title text color
Use system colors 0 - 31default 0 param Title X desc Title X position
Default: this.width / 2default this.width / 2 param Title Y desc Title Y position
Default: rect.ydefault rect.y param Show Playtime desc Show playtime?
true | falsedefault true param Playtime Color desc Playtime text color
Use system colors 0 - 31default 0 param Playtime X desc Playtime X position
Default: 0default 0 param Playtime Y desc Playtime Y position
Default: rect.y + lineHeight2default rect.y + lineHeight2 param Show Characters desc Show characters?
true | falsedefault true param Characters X desc Characters X position
Default: rect.x + 220default rect.x + 220 param Characters Y desc Characters Y position
Default: rect.y + rect.height - 4default 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 + 192default rect.x + 192 param Faces Y desc Faces Y position
Default: rect.y + faceHeightdefault 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 | falsedefault false param Show File Id desc Show save game id?
true | falsedefault true param File Id Color desc File Id text color
Use system colors 0 - 31default 0 param File Id X desc File Id X position
Default: rect.xdefault rect.x param File Id Y desc File Id Y position
Default: rect.ydefault rect.y - ライセンス表記
紹介ページ https://forums.rpgmakerweb.com/index.php?threads/save-file-extras.48707/