Project1
标题:
如何制作1个开场后选择双线
[打印本页]
作者:
398712048
时间:
2012-2-3 15:58
标题:
如何制作1个开场后选择双线
本帖最后由 「旅」 于 2012-2-5 10:40 编辑
如何制作1个开场后选择双线。如男主角线和女主角线。要求男主线通关后或过一个任务后打开女主线。难的来了,女主线通后打开隐藏线,并继承男主存档。说白了就是给男主加上点主线任务。。。玩过手机游戏苍穹默示录2的人应该清楚我的意思。 dsu_plus_rewardpost_czw
作者:
nanjizhihuo
时间:
2012-2-3 16:08
请见教程:游戏二周目制作,66主站上有,有站内搜索功能
作者:
398712048
时间:
2012-2-3 16:38
给个地址呗
作者:
awyb3110
时间:
2012-2-3 17:09
先过男的吧,存档为save0
选择女的, 继承存档,读取各种数据,就是load,
只要 $game_system = Marshal.load(file)
$game_switches = Marshal.load(file)
$game_variables = Marshal.load(file)
$game_self_switches = Marshal.load(file)
$game_screen = Marshal.load(file)
$game_actors = Marshal.load(file)
$game_party = Marshal.load(file)
$game_troop = Marshal.load(file)
$game_map = Marshal.load(file)
$game_player = Marshal.load(file)
这些就可以了
欢迎光临 Project1 (https://rpg.blue/)
Powered by Discuz! X3.1