加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

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

(2014-03-31 17:21:37)
标签:

单机游戏

游戏

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

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

  \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\下面。

http://pc.xiaopi.com/uploadfile/2014/0331/20140331094206749.jpg

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

0

阅读 收藏 喜欢 打印举报/Report
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有