单机游戏首页>游戏攻略 > 游戏攻略 > 异星工厂地下输送带与地下管道修改距离教程详解

异星工厂地下输送带与地下管道修改距离教程详解

时间:2014-03-31 09:42:44 来源:小皮单机游戏 作者:Strategy 我要评论

  游戏里数据的修改是可以利用修改器进行修改的,这个就属于外挂的东西了,在异星工厂中我可以直接在游戏文件中进行修改游戏的数据,下面一起来看看异星工厂地下输送带与地下管道修改距离教程详解。

  先说一下地下管道,打开下面目录下的文件:

  \data\base\prototypes\entity\entities.lua

  然后关键词搜索max_distance字串,然后把后面的数值10改成,你想要改的数值,最大只能255,超过的话游戏就会崩溃了。

  然后是地下输送带,打开下面目录下的文件:

  \data\base\prototypes\entity\demo-entities.lua

  然后关键词搜索max_underground_distance字串,然后把后面的数值5改成,你想要改的数值,最大只能255,超过的话输送距离就会失败了。

  下面是高速地下传送带,搜索fast-transport-belt-to-ground字符。

  type = "transport-belt-to-ground",

  name = "fast-transport-belt-to-ground",

  icon = "__base__/graphics/icons/fast-transport-belt-to-ground.png",

  flags = {"placeable-neutral", "player-creation", "fast-replaceable-no-build-while-moving"},

  minable = {hardness = 0.2, mining_time = 0.5, result = "fast-transport-belt-to-ground"},

  max_health = 60,

  corpse = "small-remnants",

  underground_sprite =

  其实里面少了一个字符串,要添加max_distance = 255到下面所示的位置。

  type = "transport-belt-to-ground",

  name = "fast-transport-belt-to-ground",

  icon = "__base__/graphics/icons/fast-transport-belt-to-ground.png",

  flags = {"placeable-neutral", "player-creation", "fast-replaceable-no-build-while-moving"},

  minable = {hardness = 0.2, mining_time = 0.5, result = "fast-transport-belt-to-ground"},

  max_health = 60,

  corpse = "small-remnants",

  max_distance = 255,

  underground_sprite =

  超高速地下输送带来,也是搜索express-transport-belt-to-ground,用的方法也跟上面一样的自行添加字串 max_distance = 255。

  如果不想这么麻烦的修改的话,那就直接下个地下输送带与地下管道修改距离补丁,放到目录:\data\base\prototypes\entity\下面。

异星工厂地下输送带与地下管道修改距离教程详解

  如果还想了解更多异星工厂相关游戏资讯和攻略,请关注小皮单机游戏

相关阅读
相关下载