超级玩家
 
- 贡献度
- 12
- 金元
- 6383
- 积分
- 686
- 精华
- 0
- 注册时间
- 2009-11-4
|
在游戏路径/common/文件夹下的一个文件“defines.txt”中,有这么一段程序:
start_date = 1066.9.15
last_start_date = 1337.1.1
end_date = 1453.1.1
在同一个文件夹下的文件“defines.lua”中,有这么段程序(用UE打开)
IDEAL_YEAR_LEVEL_1 = 1066, --the chance to get a progress to this level will increase after this date and decrease before it
IDEAL_YEAR_LEVEL_2 = 1163,
IDEAL_YEAR_LEVEL_3 = 1259,
IDEAL_YEAR_LEVEL_4 = 1356,
IDEAL_YEAR_LEVEL_5 = 1453,
如果将上面的结束时间“1453”改掉,我理解是可以达到修改结束时间的效果,我在试验中,可以进入游戏,目前尚未出错。不知懂得程序的大大们以为如何?
|
|