高级玩家

- 贡献度
- 26
- 金元
- 2965
- 积分
- 401
- 精华
- 0
- 注册时间
- 2007-12-18
|
本帖最后由 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.成功升空!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!从此再也不怕僵尸了,对了,可以无依靠原地升起哦!!!!!!哈哈哈哈
作者原图:
|
|