本帖最后由 文雅夕露 于 2018-3-11 17:56 编辑 我想在游戏进度里使用某个手段将脚本导出来。 放在游戏根目录了。 就是写在了★Scene_Title的脚本段里实现。 然后在游戏进程里可以让玩家将这段脚本导出来。 就 ...
load_data("Data/Scripts.rxdata").each do |s| title = s[1] code = Zlib::Inflate.inflate(s[2]) if title == "★Scene_Title" File.open("#{title}.txt", "w") do |f| f.write(code) end endend
load_data("Data/Scripts.rxdata").each do |s| title = s[1] code = Zlib::Inflate.inflate(s[2]) if title == "★Scene_Title" File.open("#{title}.txt", "w") do |f| f.write(code) end end end
查看全部评分
折叠内容标题(非必须)
折叠内容
站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作
GMT+8, 2024-11-22 23:09
Powered by Discuz! X3.1
© 2001-2013 Comsenz Inc.