8490| 9
|
[有事请教] 请教关于MV存档位置的问题 |
200星屑
最佳答案你可以试一下这个:
StorageManager.localFilePath = function(savefileId) {
var name;
if (savefileId < 0) {
name = 'config.rpgsave';
} else if (savefileId === 0) {
name = 'global.rpgsave';
return this.superFileDirectoryPath() + name;
} else {
name = 'file%1.rpgsave'.format(savefileId);
}
return this.localFileDirectoryPath() + name;
};
StorageMan ...
| ||
| ||
点评
试过几次用if,都没有效果……可能是因为我不熟悉代码,瞎改的方法也不对吧
评分 | ||
站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作
GMT+8, 2024-11-25 07:25
Powered by Discuz! X3.1
© 2001-2013 Comsenz Inc.