安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






Good mod
They softlocked themselves if they don't have bombs.
RIP RUN XD that item is so bad
RIP RUN
example code
function mod:onInput(entity, hook, action)
if entity then
local player = entity:ToPlayer()
if player and player:HasCollectible(CollectibleType.COLLECTIBLE_) then
if action >= ButtonAction.ACTION_SHOOTLEFT and action <= ButtonAction.ACTION_SHOOTDOWN then
if hook == InputHook.GET_ACTION_VALUE then
return 0
else
return false
end
end
end
end
end
¿How could I exactly prevent the standard firing? I'd need a callback for that, and AFAIK there is none. That's the problem I said in my last post. Maybe there is some non-trivial method I don't know about...
Also, if I overcome that and implement my own firing behavior for every tear the game creates, chances are that lots of things stop working properly.
¿Suggestions or examples?
That can change if the devs add more types of callbacks to the Lua API, but currently cursed eye doesn't behave as expected and I don't know how I could do it (maybe it's possible, but I don't have the time).
Thanks for the heads up. I'll change the description to reflect the actual behavior.
This is what happens when you chocolate milk brimstome IIRC.
If it's easy, I'd add a bonus if you manage to break the synergy.
https://www.youtube.com/watch?v=vhwhjsZLXlQ
Besides that it is a very intresting mechanic and a good idea.