设为首页收藏本站|繁體中文

Project1

 找回密码
 注册会员
搜索
查看: 1484|回复: 1
打印 上一主题 下一主题

[已经过期] 存取档 和 装备扩展 的冲突~

[复制链接]

Lv3.寻梦者

梦石
0
星屑
1641
在线时间
2205 小时
注册时间
2010-6-27
帖子
1299
跳转到指定楼层
1
发表于 2010-10-11 23:25:50 | 只看该作者 |只看大图 回帖奖励 |倒序浏览 |阅读模式

加入我们,或者,欢迎回来。

您需要 登录 才可以下载或查看,没有帐号?注册会员

x


看不懂~~
  1. class Scene_Load < Scene_File
  2.   #--------------------------------------------------------------------------
  3.   # ● 读取存档数据
  4.   #     file : 读取用文件对像 (已经打开)
  5.   #--------------------------------------------------------------------------
  6.   def read_save_data(file)
  7.     # 读取描绘存档文件用的角色数据
  8.     characters = Marshal.load(file)
  9.     # 读取测量游戏时间用画面计数
  10.     Graphics.frame_count = Marshal.load(file)
  11.     # 读取各种游戏对像
  12.     $game_system        = Marshal.load(file)
  13.     $game_switches      = Marshal.load(file)
  14.     $game_variables     = Marshal.load(file)
  15.     $game_self_switches = Marshal.load(file)
  16.     $game_screen        = Marshal.load(file)
  17.     $game_actors        = Marshal.load(file)
  18.     $game_party         = Marshal.load(file)
  19.     $game_troop         = Marshal.load(file)
  20.     $game_map           = Marshal.load(file)
  21.     $game_player        = Marshal.load(file)
  22.     $data_weapons       = []
  23.     $data_armors        = []
  24.     $data_weapons       = load_data("Data/Weapons.rxdata")
  25.     $data_armors        = load_data("Data/Armors.rxdata")
  26.     iii = Marshal.load(file)
  27.     for jjj in 1000...iii
  28.       $data_weapons[jjj]= Marshal.load(file)
  29.     end
  30.     iii = Marshal.load(file)
  31.     for jjj in 1000...iii
  32.       $data_armors[jjj] = Marshal.load(file)
  33.     end  
  34.     # 魔法编号与保存时有差异的情况下
  35.     # (加入编辑器的编辑过的数据)
  36.     if $game_system.magic_number != $data_system.magic_number
  37.       # 重新装载地图
  38.       $game_map.setup($game_map.map_id)
  39.       $game_player.center($game_player.x, $game_player.y)
  40.     end
  41.     # 刷新同伴成员
  42.     $game_party.refresh
  43.   end
  44. end  
复制代码

于是我也广告下…

Lv2.观梦者


  • 更新完成啦

梦石
0
星屑
799
在线时间
6267 小时
注册时间
2006-6-7
帖子
8462
2
发表于 2010-10-12 00:18:15 | 只看该作者
= =估计是装备数据没有写进Save

点评

好像是哦。。我去试试  发表于 2010-10-12 14:31
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作

GMT+8, 2024-11-23 15:35

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表