| 赞 | 0  | 
 
| VIP | 0 | 
 
| 好人卡 | 0 | 
 
| 积分 | 1 | 
 
| 经验 | 1042 | 
 
| 最后登录 | 2016-9-4 | 
 
| 在线时间 | 6 小时 | 
 
 
 
 
 
Lv1.梦旅人 
	- 梦石
 - 0 
 
        - 星屑
 - 50 
 
        - 在线时间
 - 6 小时
 
        - 注册时间
 - 2016-8-20
 
        - 帖子
 - 20
 
 
 
 | 
	
加入我们,或者,欢迎回来。
您需要 登录 才可以下载或查看,没有帐号?注册会员  
 
x
 
 本帖最后由 muyi233 于 2016-9-1 22:08 编辑  
 
新人入坑 
想把标题文字改为中文 
先进入了scene_title里修改 如下: 
Scene_Title.prototype.createCommandWindow = function() { 
    this._commandWindow = new Window_TitleCommand(); 
    this._commandWindow.setHandler('新的开始',  this.commandNewGame.bind(this)); 
    this._commandWindow.setHandler('载入进度', this.commandContinue.bind(this)); 
    this._commandWindow.setHandler('设置',  this.commandOptions.bind(this)); 
    this.addWindow(this._commandWindow); 
}; 
 
但开始游戏后,标题消失,变成黑屏了 
 
 
之后在文档第一行加入 
#!/usr/bin/ruby -w 
# -*- coding: UTF-8 -*-   //中文编码 
 
再开始游戏,连BGM也没有了~ 
求大神指点啊~~~~ 
 |   
 
 
 
 |