| 赞 | 26  | 
 
| VIP | 0 | 
 
| 好人卡 | 0 | 
 
| 积分 | 77 | 
 
| 经验 | 0 | 
 
| 最后登录 | 2025-10-16 | 
 
| 在线时间 | 681 小时 | 
 
 
 
 
 
Lv4.逐梦者 
	- 梦石
 - 0 
 
        - 星屑
 - 7692 
 
        - 在线时间
 - 681 小时
 
        - 注册时间
 - 2012-7-29
 
        - 帖子
 - 174
 
 
 
 | 
	
以文本形式打开\js\rpg_windows.js,在大概1590行的位置找到这样一堆代码: 
- Window_MenuCommand.prototype.makeCommandList = function() {
 
 -     this.addMainCommands();
 
 -     this.addFormationCommand();
 
 -     this.addOriginalCommands();
 
 -     this.addOptionsCommand();
 
 -     this.addSaveCommand();
 
 -     this.addGameEndCommand();
 
 - };
 
  复制代码 
将 this.addOptionsCommand(); 这一行注释掉,【设置】选项就没了。如果注释掉其他的行,其他选项就也没了。 |   
 
 
 
 |