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

Project1

 找回密码
 注册会员
搜索
12
返回列表 发新帖
楼主: project999
打印 上一主题 下一主题

请问在VX中如何更改标题选项内容?

 关闭 [复制链接]

Lv2.观梦者

神隐的主犯

梦石
0
星屑
289
在线时间
271 小时
注册时间
2008-2-22
帖子
7691

贵宾

11
发表于 2008-5-24 18:03:09 | 只看该作者
不能这么写哦。

应该这样修改:


  1.   #-------------------------------------------------------------------------
  2.   # ● 更新画面
  3.   #-------------------------------------------------------------------------
  4.   def update
  5.     super
  6.     @command_window.update
  7.     if Input.trigger?(Input::C)
  8.       case @command_window.index
  9.       when 0    #New game
  10.         command_new_game
  11.       when 1    # Continue
  12.         command_continue
  13.       when 2    # Shutdown
  14.         #command_new_game
  15. #----------------------------------
  16.         command_games( x, y, map_id)
  17.         $game_temp.common_event_id = 编号
  18. #----------------------------------
  19.       end
  20.     end
  21.   end
  22.   def command_games( x, y, map_id)
  23.     confirm_player_location
  24.     Sound.play_decision
  25.     $game_party.setup_starting_members
  26.     $game_map.setup(map_id)   
  27.     $game_player.moveto(x, y)
  28.     $game_player.refresh
  29.     $scene = Scene_Map.new
  30.     RPG::BGM.fade(1500)
  31.     close_command_window
  32.     Graphics.fadeout(60)
  33.     Graphics.wait(40)
  34.     Graphics.frame_count = 0
  35.     RPG::BGM.stop
  36.     $game_map.autoplay
  37.   end
复制代码


覆盖掉Scene_Title 里的 update,  修改#-------下面的 X ,Y ,map_id 和编号

    x           人物出现的 x 坐标
    y           人物出现的 y 坐标
    map_id      地图ID
    编号        调用的公共事件ID
系统信息:本贴由楼主认可为正确答案,66RPG感谢您的热情解答~

《天空之城 —— 破碎的命运》
回复 支持 反对

使用道具 举报

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

本版积分规则

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

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

GMT+8, 2024-12-24 22:17

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

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