当前位置:首页 > 游戏信息 > 正文

求 钢铁雄心2 修改工业IC值和各种资源产量的方法,越详细越好。

求 钢铁雄心2 修改工业IC值和各种资源产量的方法,越详细越好。-第1张-游戏信息-龙启网

可以用秘籍~ 先按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 }

  }

  }