饥荒联机版

饥荒联机版

214 个评价
隙间通道(Custom Wormhole)
2
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
305.511 KB
2018 年 12 月 25 日 下午 1:58
2023 年 1 月 15 日 上午 5:00
17 项改动说明 ( 查看 )

订阅以下载
隙间通道(Custom Wormhole)

在 Yukari7777 的 1 个合集中
Gensokyo
17 件物品
描述
Single Version







Scheme is a creepy gap linking between space and space.
Yakumo Yukari has the ability to create and erase Schemes which makes her can be everywhere and nowhere.
She came Don’t Starve World without invitation, adapted and finally has made a tool that everyone could use and manipulate Scheme, with some price.


计划工具

-你可以在Magic选项卡中创建方案工具。


装备它,然后你可以衍生计划隧道在你想要的点。


-默认情况下需要100个完整性(可配置)



标签

-生成门后,可以设置它的名称。


-你也可以用Schemetool右键点击gate来重命名它。


-如果您按下“Esc键”或“取消按钮”,它将设置一个默认名称或上一个。



传送

-你可以左击大门选择目的地。


-点击你想去的目的地。然后charater就会加入进来。


-健全的成本。(可配置)

ㄴ如果你没有足够的理智,传送将否定。


-你可以改变一些项目的成本。

ㄴ违约沙漠石头,看到国防部配置的更多信息。



其他

-你可以使用替代方案,而不是耗费精力。

门ㄴ还包括在产卵方案。物品将自动从您的库存中删除。


-你可以把无用的物品送进大门。
50 条留言
Hamburger 5 月 11 日 下午 12:36 
admin only setting?
Aire Ayquaza 2023 年 12 月 13 日 上午 9:20 
Maybe you should add options for more durability
bitter_wind 2023 年 7 月 15 日 上午 2:56 
为什么女武神在使用几次之后就不能再使用了?
KiyamaHarumi 2023 年 2 月 24 日 上午 3:20 
什么时候实装给八云紫呢?
Luneyl 2023 年 2 月 6 日 上午 11:30 
Turning "Ignore danger" option ON makes gaps unusable since character always says "It is too dangerous right now!"
Yukari7777  [作者] 2023 年 1 月 15 日 上午 5:02 
Yeah, Klei has added upgrader as a component name in the script and I had to change it to another word.
Somehow that unchanged word causes crashes again.

Thanks for reporting and it should be fixed by now.
Adi 2023 年 1 月 15 日 上午 4:51 
I managed to fix the error by changing line 40 in schememanager.lua from

leftover = isspawn and TUNING.YUKARI.SPAWNG_POWER_COST or player.components.upgrader.schemecost or 75

to

leftover = isspawn and TUNING.YUKARI.SPAWNG_POWER_COST or player.components.schemecost or 75


This seems to have fixed the issue in my testing, and looking at the mod itself, .upgrader isn't referenced anywhere else (or in the yukari mod) so it seems to work fine.
Adi 2023 年 1 月 15 日 上午 4:51 
Thanks for the quick fix on this mod too! However I noticed that while it now works fine for base game characters, when Yukari opens the gap to select a teleport location the game crashes with this error

[00:00:53]: [string "../mods/workshop-1602267559/scripts/schemem..."]:40: attempt to index field 'upgrader' (a nil value)
LUA ERROR stack traceback:
../mods/workshop-1602267559/scripts/schememanager.lua:40 in () ? (Lua) <30-60>
=[C]:-1 in (method) CallRPC (C) <-1--1>
scripts/networkclientrpc.lua:1238 in (global) HandleRPCQueue (Lua) <1219-1288>
scripts/update.lua:42 in () ? (Lua) <33-135>

(had to split this comment because of steam comment limits)
Yukari7777  [作者] 2023 年 1 月 15 日 上午 4:03 
@Adi
Fixed
Adi 2023 年 1 月 15 日 上午 2:18 
Whenever I try to create a gap with the Sukima Tool the game crashes with this error

[00:03:51]: [string "../mods/workshop-1602267559/scripts/compone..."]:50: bad argument #2 to 'SetPosition' (number expected, got nil)
LUA ERROR stack traceback:
=[C]:-1 in (method) SetPosition (C) <-1--1>
../mods/workshop-1602267559/scripts/components/makegate.lua:50 in () ? (Lua) <40-67>
=(tail call):-1 in () (tail) <-1--1>
scripts/bufferedaction.lua:25 in (method) Do (Lua) <21-35>
scripts/entityscript.lua:1463 in (method) PerformBufferedAction (Lua) <1450-1474>
../mods/workshop-1602267559/scripts/stategraph_scheme.lua:23 in (field) fn (Lua) <23-23>
scripts/stategraph.lua:604 in (method) UpdateState (Lua) <572-616>
scripts/stategraph.lua:643 in (method) Update (Lua) <635-663>
scripts/stategraph.lua:128 in (method) Update (Lua) <109-146>
scripts/update.lua:283 in () ? (Lua) <219-293>

I tested it with just this mod.