1. 求 鋼鐵雄心2 修改工業IC值和各種資源產量的方法,越詳細越好。
可以用秘籍~ 先按F12出現控制台 輸入 oil ----石油
energy ---能源 metal 金屬 rare 稀有金屬 supplies補給 money錢
還可以設事件
將以下文字復制在db\events\ML Events.txt (「#」也要復制哦),f12後輸入event 以下id後面的數字即可
如event 111111
附送作弊事件
#########################################################################
event = {
id = 111111
random = no
trigger = { }
name = "IC不夠用 "
desc = "IC不夠用 "
style = 0
action_a = {
name = "建設火星工廠!"
command = { type = free_ic value = 100 }
}
}
#########################################################################
event = {
id = 111112
random = no
trigger = { }
name = "資源不夠用了"
desc = "資源不夠用了"
style = 0
action_a = {
name = "建設火星殖民地!"
command = { type = free_energy value = 1000 }
command = { type = free_metal value = 500 }
command = { type = free_oil value = 500 }
command = { type = free_rare_materials value = 500 }
}
}