RPGツクールMV用プラグイン投稿・告知サイト

#ツクプラ

セーブ画面カスタムプラグイン - ANO_SavefileCustom.js

シェア用テキスト:
▼セーブ画面カスタムプラグイン(ANOTHER様作) - ANO_SavefileCustom.js
https://plugin.fungamemake.com/archives/32388
セーブ画面をカスタマイズします。 セーブファイルの数を変更したり、セーブファイルにセーブ時のマップ名や日付を表示できるようになります。ゲームタイトルを非表示に変更することもできます。

ふりがな:せーぶがめんかすたむぷらぐいん

機能概要: セーブ画面をカスタマイズします。 セーブファイルの数を変更したり、セーブファイルにセーブ時のマップ名や日付を表示できるようになります。ゲームタイトルを非表示に変更することもできます。

利用規約(ライセンス):
・著作権:保持
・商用利用:許可
・追加改変:許可
・再配布:許可
・詳細はダウンロードページ・プラグイン内を確認

作者:ANOTHER

作者サイト:https://decayedworld.amebaownd.com/

ダウンロードページ:https://github.com/ANOTHER0828/ANO_Plugin/blob/main/ANO…

ファイル名:ANO_SavefileCustom.js

プラグインのヘルプ:

/*:
 * @plugindesc Customize the save screen.
 * @author ANOTHER
 * 
 * @param VisibleSavefiles
 * @desc Change the number of save files displayed on screen
 * (Number of options available:3~5)
 * @type select
 * @option 3 files
 * @value 3
 * @option 4 files
 * @value 4
 * @option 5 files
 * @value 5
 * @default 5
 * @parent otherType
 * 
 * @param GameTitleDisplay
 * @desc Change the game title display 
 * (true:display false:hidden)
 * @type boolean
 * @true display
 * @false hidden
 * @default false
 * 
 * @param DateDisplay
 * @desc Change the date display 
 * (true:display false:hidden)
 * @type boolean
 * @true display
 * @false hidden
 * @default true
 * 
 * @param MapNameDisplay
 * @desc Change the map name display 
 * (true:display false:hidden)
 * @type boolean
 * @true display
 * @false hidden
 * @default true
 * 
 * @param MapNamePosition
 * @desc Change the position of the map name 
 * (1:top left 2:top right)
 * @type select
 * @option top left
 * @value 1
 * @option top right
 * @value 2
 * @default 1
 * @parent otherType
 * 
 * @help
 * By installing this plugin you can make various changes to the save screen.
 * This plugin does not have any plugin commands.
 * 
 * I hope you will find this plugin useful in your game development.
 * 
 * Terms of Service:
 * Copyright is not transferable
 * Credit notation optional
 * Commercial use allowed
 * Redistribution allowed
 * Modification allowed
 * Can be used in R18 and R18G games
 * 
 * Contact:
 * X (old:Twitter)      : https://twitter.com/another_567/
 * Website              : https://decayedworld.amebaownd.com/
 * Reporting bugs, etc. : https://forms.gle/9Dmm2FZDu6VsxmNT7
 */
/*:ja
 * @plugindesc セーブ画面をカスタマイズします。
 * @author ANOTHER
 * 
 * @param VisibleSavefiles
 * @text 表示セーブファイル数
 * @desc 画面に表示されるセーブファイルの数を変更する
 * (選択可能数:3~5)
 * @type select
 * @option ファイル3つ
 * @value 3
 * @option ファイル4つ
 * @value 4
 * @option ファイル5つ
 * @value 5
 * @default 5
 * @parent otherType
 * 
 * @param GameTitleDisplay
 * @text ゲームタイトルの表示
 * @desc ゲームタイトルの表示を変更する (true:表示 false:非表示)
 * @type boolean
 * @true 表示
 * @false 非表示
 * @default false
 * 
 * @param DateDisplay
 * @text 日付の表示
 * @desc 日付の表示を変更する (true:表示 false:非表示)
 * @type boolean
 * @true 表示
 * @false 非表示
 * @default true
 * 
 * @param MapNameDisplay
 * @text マップ名の表示
 * @desc マップ名の表示を変更する (true:表示 false:非表示)
 * @type boolean
 * @true 表示
 * @false 非表示
 * @default true
 * 
 * @param MapNamePosition
 * @text マップ名の位置
 * @desc マップの位置を変更する (1:左上 2:右上)
 * @type select
 * @option 左上
 * @value 1
 * @option 右上
 * @value 2
 * @default 1
 * @parent otherType
 * 
 * @help
 * このプラグインを導入するとセーブ画面に様々な変更を加えることができます。
 * このプラグインにはプラグインコマンドはありません。
 * 
 * このプラグインがゲーム制作の役に立てれば幸いです。
 * 
 * 利用規約:
 * 著作権は非譲渡
 * クレジット表記任意
 * 商用利用可能
 * 再配布可能
 * 改変可能
 * R18・R18Gゲームに使用可能
 * 
 * コンタクト:
 * X(旧Twitter) : https://twitter.com/another_567/
 * Webサイト      : https://decayedworld.amebaownd.com/
 * 不具合報告など  : https://forms.gle/9Dmm2FZDu6VsxmNT7
*/

スポンサードリンク

スポンサードリンク

Copyright© #ツクプラ , 2025 All Rights Reserved.