3DMGAME 3DM首页 新闻中心 前瞻 | 评测 游戏库 热门 | 最新 攻略中心 攻略 | 秘籍 下载中心 游戏 | 汉化 购买正版 论坛

注册 登录

QQ登录

只需一步,快速开始

查看: 4450|回复: 2
打印 上一主题 下一主题

[分享] 个人实践,0.94和0.96均可行的地下传送带及地下管线的距离修改法

 关闭 [复制链接]

2

主题

536

帖子

715

积分

超级玩家

Rank: 5Rank: 5

贡献度
2
金元
7068
积分
715
精华
0
注册时间
2013-2-4
跳转到指定楼层
主题
发表于 2014-4-6 09:11 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
个人认为地下传送带及地下管线的距离挺别扭的,于是实践了大神们的修改方法,实践有效,转贴如下分享之:

一、地下輸送帶
請用記事本打開遊戲目錄底下 \data\base\prototypes\entity\entities.lua 檔案

1、一般地下輸送帶
     請搜尋 max_distance
     將後面的數值5,改成你要的數值
     (注意!最大值只可到255,數值超過255,輸送距離會失效!)

2、高速地下傳送帶
   請搜尋 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, 在下面两行之间。
           corpse = "small-remnants",
            underground_sprite =
插入后的效果是:
          corpse = "small-remnants",
          max_distance = 255,(逗号也要加上去)
           underground_sprite =

3、超高速地下輸送帶
        請搜尋 express-transport-belt-to-ground
      方法同上面一樣,自行插入字串 max_distance = 255,

二、地下管道
請用記事本打開遊戲目錄底下 \data\base\prototypes\entity\demo-entities.lua 檔案
搜尋 max_underground_distance 字串
將後面的數值10,改成你要的數值
(注意!最大值只可到255,數值超過255,遊戲會崩潰!)

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|3DMGAME ( 京ICP备14006952号-1  沪公网安备 31011202006753号

GMT+8, 2026-4-10 11:48 , Processed in 0.026323 second(s), 16 queries , Memcached On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表