Skip to content

senventise/RPGMakerMV_Android_save_edit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPGMaker MV Android 存档修改

Usage

获取文件

我个人采用的是直接从/data/data/xxx目录里拿(需要root),如果没有root的话可以试试能不能用adb backup提取出来文件,然后修改以后再复原回去,仅仅提供一下思路,没有具体试过。
SQLite3文件位于/data/data/YOUR_PACKAGE_NAME/app_xwalkcore/Default/Local\ Storage/file__0.localstorage

导出

$ python export.py file__0.localstorage

导出后的存档文件将存放在./data/目录下,可以使用各种支持修改xxx.rpgsave存档的修改器进行修改。

还原

$ python restore.py

还原后的文件为./data/file__0.localstorage

More

详见此处

About

编辑 RPGMaker MV 制作的 Android 游戏存档。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages