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

注册 登录

QQ登录

只需一步,快速开始

查看: 10644|回复: 8
打印 上一主题 下一主题

[原创] A14.6电梯修改[亲测可用]

[复制链接]

18

主题

342

帖子

401

积分

高级玩家

Rank: 4

贡献度
26
金元
2965
积分
401
精华
0
注册时间
2007-12-18
跳转到指定楼层
主题
发表于 2016-5-15 06:33 | 只看该作者 |只看大图 回帖奖励 |倒序浏览 |阅读模式
本帖最后由 musicforlove 于 2016-5-15 07:06 编辑

首先说明,此修改的源链接为 https://7daystodie.com/forums/showthread.php?41335

最高可将角色提升至8格范围高度

本人亲测无任何问题.

操作流程:

        1.打开游戏目录\Data\Config\blocks.xml文件
        2.搜索数字 1587
        3.修改以下代码中的蓝色内容为红色内容
           源代码如下:
                             <block id="1587" name="elevatorTest">
                                         <property name="IsDeveloper" value="true" />
                                     <property name="Class" value="DoorSecure" />
                                     <property name="Material" value="wood" />
           修改后代码如下:
                             <block id="1587" name="elevatorTest">
                                         <property name="Material" value="wood" /> to <property name="Material" value="metal" />
                                     <property name="Class" value="DoorSecure" />
                                     <property name="Material" value="wood" />

        4.代开游戏目录\Data\Config\recipes.xml文件
        5.按照下方格式增加红字内容
                        <?xml version="1.0" encoding="UTF-8"?>
                        <!-- The (scrappable) weight of a thing is auto-calculated from the resources here unless overridden in blocks/items.xml.
                        Unfortunately auto-calc only seems to work on the first (top) ingredient in the list so ammo recipes have been re-ordered as a temp fix.
                        -->
                        <recipes>
                        <!-- * * * * * * * * * * * * scrap and forge-emptying recipes * * * * * * * * * * * * -->
                        <recipe name="militaryFiber" count="1" scrapable="False" tooltip="ttScrapMetalBrass">
                                <wildcard_forge_category />
                        </recipe>

                        <!-- A15
                        <recipe name="brokenGlass" count="1" scrapable="False" tooltip="ttScrapMetalBrass" >
                                <wildcard_forge_category />
                        </recipe>

                        tooltip?
                        -->

                        <!-- 自定义内容-电梯-开始
                        -->
                        <recipe name="elevatorTest" count="1" scrapable="False" >
                        <ingredient name="forgedIron" count="10"/>
                        </recipe>
                        <!-- 自定义内容-电梯-结束
                        -->


                        <recipe name="clayLump" count="1" scrapable="False" craft_area="forge" material_based="true" craft_time = "1" craft_exp_gain="0">
                                <ingredient name="unit_clay" count="5"/>
                        </recipe>


        6.进入游戏, 开启后台(即游戏内按`键(ESC下方)),搜索一览输入 1587
        7.拿出来物品后, 平方至地面, 站在方块上面, 按键盘的E键.
        8.成功升空!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!从此再也不怕僵尸了,对了,可以无依靠原地升起哦!!!!!!哈哈哈哈

作者原图:

回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2026-3-20 04:40 , Processed in 0.506760 second(s), 17 queries , Memcached On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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