作者:广东在线游戏网日期:
返回目录:游戏解答
修改嘛,ic值和各种资源在省份资料里修改,具体在db文件夹里的百province文件中,
1;PROV1;Iceland;Iceland;Europe;Temperate;Clear;;;60;;1;1;2374;0;0;0;0;0;0;前面的英文忽略不度看从2347开始依次是0(ic)0(人力manpower)0(oil)0(metal金属)0(energy能源)0(稀有金属),按这个该就行了,具体回省份编号可以从config文件夹中的province。name文件中答的查找到,等到你想批量修改时再找我
修改事件是最简单方便的 找到\db\events\randomevents 复制到最后面...保存 进游戏输入event 999999 一天之后... ######################################################################### # Industrial Capacity Cheat ######################################################################### event = { id = 999999 random = no trigger = { ai = no } name = "工业全开" desc = "工业快速发展,生产动能7a64e78988e69d83335更有效率。" picture = "lend_lease" style = 0 action_a = { name = "我需要更好的工业能力" command = { type = free_ic value = 850 } command = { type = free_energy value = 100000 } command = { type = free_metal value = 100000 } command = { type = free_oil value = 100000 } command = { type = free_rare_materials value = 100000 } command = { type = free_supplies value = 100000 } command = { type = free_money value = 1000 } command = { type = industrial_modifier which = total value = 2150 } } action_b = { name = "我不想作弊" command = { } } }