使用说明:
1.下载后解压缩;
2.复制文件到游戏安装目录;
3.开始游戏即可。
补丁说明:
这是我的战争修改补丁,开场就会给你200左右的各式资源,减少60%的清除或开锁或拾荒时间,白天和晚上的时间变两倍,可按F2 F3开启除错模式看地图位置是否能进入。
只想要增加时间不想资源的把下面这行删掉或true改false
-- (Debug Cheat) If 'true' will start you out with a load of all items!
gKosovoMainParams.DebugAddAllItemsToShelter = true
不喜欢他帮你设定的可以用笔记本打开This Hack of Mine.lua这个档案改
改清除时间
-- Tweak most action duration times to be shorter/faster
if true then
-- I.E '0.4' would reduce the time by 60%
local SpeedFactor = 0.4
改日夜时间
-- Slow down the realative game time to allow more time for exploring and crafting
-- At 300 "DayDurationInSeconds", it's 21.4 seconds per game hour
gKosovoMainParams.DayDurationInSeconds = (300 * 2)