饥荒联机版

饥荒联机版

Enter the Gungeon stuff
61 条留言
FoxKnight64 2024 年 8 月 3 日 下午 8:18 
otherwise cool mod
FoxKnight64 2024 年 8 月 3 日 下午 8:18 
would be cool if there were more config options like for weapon damage and effect trigger chance for specific weapons
mega man 2022 年 8 月 17 日 下午 7:23 
wait whhats the gungeon
SAMUEL 2021 年 12 月 31 日 上午 9:33 
крутой мод:sans:
Dootslayer 2021 年 12 月 22 日 上午 7:43 
Hello, would it be possible to make able to config the damage of the weapons?

The mod is amazing quality wise, but when it comes to ranged combat, a blow dart is way stronger than the judge for example, 50-60 base damage would be amazing for the pistol.
Ravager44 2020 年 12 月 5 日 上午 11:11 
YES! YES!
_Zero  [作者] 2020 年 9 月 23 日 上午 2:14 
upd: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/changelog/1663648388
New item, reload mechanic and other improvements.
Dikward 2020 年 3 月 14 日 上午 8:17 
could you make the bloodied scarf, like lazy explorer but on chest and drains hunger instead sanity, and a little speed boost to. just a small idea of mine i really like this item and i would love if youll make it in dst
Twizzle 2019 年 12 月 30 日 下午 3:18 
where is makeshift cannon
_Zero  [作者] 2019 年 11 月 19 日 上午 12:20 
upd: Endings(temporal) for Maxwell, Wes and WInona, crash fixes.
_Zero  [作者] 2019 年 11 月 19 日 上午 12:18 
Для большинства нужна научная машина, а там уже в вкладке с мечем или в магической можно найти.
✿¾(kawai-victim)¾✿ 2019 年 11 月 11 日 上午 9:40 
Спасибо, а в каком меню крафт? (оружие?)
_Zero  [作者] 2019 年 11 月 11 日 上午 7:50 
Изначально падают с противников и боссов, крафт можно включить в настройках.
✿¾(kawai-victim)¾✿ 2019 年 11 月 11 日 上午 7:35 
В каком меню крафтить это? how craft gun?
SpottiWotti 2019 年 11 月 2 日 上午 5:14 
РУС. сделай пожалуйста мод на персонажа из игры ETG.
SpottiWotti 2019 年 11 月 2 日 上午 5:13 
I wont characters Enter The Gungeon . Creator you may make this is Mod?
Hekkaryk 2019 年 10 月 29 日 下午 12:17 
@_Zero note that your mod can remove some other random Abigail >_<" I've figured out a better fix - if you'd just do:

local spawnedAbigail --before inst:DoTaskInTime that spawn her

spawnedAbigail = SpawnPrefab("abigail") --in inst:DoTaskInTime that spawn her

spawnedAbigail:Remove() --in inst:DoTaskInTime that despawn her

It would for sure despawn her properly (as long as player don't log out during process) ^_^
_Zero  [作者] 2019 年 10 月 28 日 下午 4:39 
Thx for commitment, those items weren't supposed to be used from backpack tho, i'll try to remove this property, but Abigail code will be useful.
Hekkaryk 2019 年 10 月 28 日 下午 1:40 
3. For crash when using ending_gun as Wendy if Abigail wanders off:
inst:DoTaskInTime(
18,
function()
owner.components.talker:Say("We will finally be together.")
end
)

inst:DoTaskInTime(
22,
function()
local shadowevil3 = GetClosestInstWithTag("abigail", inst, 20)

if shadowevil3 ~= nil then
shadowevil3:Remove()
end
end
)
Hekkaryk 2019 年 10 月 28 日 下午 1:40 
if target.sg ~= nil and target.sg.sg.states["hit"] ~= nil then
target.sg:GoToState("hit")
end
end
end)

inst:RemoveComponent("spellcaster")
end

2. For crash when using brieface_cash from backpack: blank_etg.lua
local function freezeSpell(inst, target, pos)
local owner = inst.components.inventoryitem.owner

for k = 1, 26 do
local pos = Vector3(inst.Transform:GetWorldPosition())
local offset = 3
pos.x = pos.x + (math.random(2*offset)-offset)
pos.z = pos.z + (math.random(2*offset)-offset)
SpawnPrefab("goldnugget").Transform:SetPosition(pos:Get())
end

if owner and owner.components and owner.components.talker then
owner.SoundEmitter:PlaySound("dontstarve/wilson/equip_item_gold")
owner.components.talker:Say("Holla holla get a dolla!")

if owner.components.sanity then
owner.components.sanity:DoDelta(26)
end
end

if inst and inst.components and inst.components.finiteuses then
inst.components.finiteuses:Use(1)
end
end
Hekkaryk 2019 年 10 月 28 日 下午 1:40 
@_Zero I have 3 fixes for this mod:
1. For crash when using blanks from backpack (with some inventory mod) - works properly whenever you have it or not: blank_etg.lua
local function freezeSpell(inst, target)
local attacker = inst.components.inventoryitem.owner

if attacker.components.health ~= nil then
attacker.components.health:SetInvincible(true)

local pos = Vector3(inst.Transform:GetWorldPosition())
SpawnPrefab("groundpoundring_fx").Transform:SetPosition(pos:Get())
inst.SoundEmitter:PlaySound("dontstarve/common/balloon_pop")

inst:DoTaskInTime(1.5, function()
local attacker = inst.components.inventoryitem.owner
attacker.components.health:SetInvincible(false)

if inst.components.finiteuses then
inst.components.finiteuses:Use(1)
end
end)
end

inst:DoTaskInTime(0.25, function()
if target and target.components and target.components.health and not target:HasTag("player") then
target.components.health:DoDelta(-15)
Lyra 2019 年 10 月 16 日 上午 1:17 
Nice mod
f_cey18 2019 年 9 月 3 日 上午 4:34 
ok
_Zero  [作者] 2019 年 9 月 1 日 上午 11:14 
send me crash log or screenshot then
f_cey18 2019 年 9 月 1 日 上午 9:58 
when ı try to play game whit dat mod it chrashs
_Zero  [作者] 2019 年 8 月 29 日 下午 6:59 
when it's crashing exactly?
f_cey18 2019 年 8 月 29 日 上午 11:04 
good idea but crashing
_Zero  [作者] 2019 年 8 月 23 日 下午 7:28 
upd: crash fix, new item. See change log page for full info.
[NTHN] Vergiftest 2019 年 8 月 20 日 下午 9:04 
Update Mode!
bandeeto 2019 年 8 月 16 日 下午 8:23 
New update of DST are messing with the mod is there anyway for you to update this mod?
中野しらこ 2019 年 7 月 28 日 上午 5:32 
It doesn't work on my server
Stanley 2019 年 5 月 24 日 上午 11:10 
*запись запущена *
прекрасный мод
_Zero  [作者] 2019 年 5 月 18 日 下午 6:26 
@Dominikmozz, i released a fix with some extra improvements.
Try to remove Potion from backpack if it keeps crashing.
DominikMozz_YT 2019 年 5 月 18 日 下午 4:37 
just watch the hole video plase if you don't want to get to the ending some where you get the error.
DominikMozz_YT 2019 年 5 月 18 日 下午 4:37 
heres the errors resalt of this video https://www.youtube.com/watch?v=GpDXifK2Xr8&feature=youtu.be
DominikMozz_YT 2019 年 5 月 18 日 下午 4:24 
all my mods work Exsept this one. but i send you the video for the mod what costing errors most likely is the wepon mod.
_Zero  [作者] 2019 年 5 月 18 日 下午 3:57 
no way
send me screenshots plz
DominikMozz_YT 2019 年 5 月 18 日 下午 3:56 
well i tryed do some RP game untill it keep crashing.
Jace629king 2019 年 4 月 27 日 上午 8:31 
omg amazing
_Zero  [作者] 2019 年 4 月 25 日 下午 12:32 
@Camality, thanks for your kind feedback, appreciate it.
Goro Majima 2019 年 4 月 20 日 下午 10:34 
hmm yes
me like
Vnarchy 2019 年 4 月 6 日 下午 11:27 
I love this mod, my friend and I just grabbed it (as we both play EtG) and we have found it is actually quite balanced. The guns are easy to use, not to common to be op and most of all they are fantastic, the most common weapon he and I picked up was the Devolver, and there was endless laughter when I tried to hunt some beefelo and turned the pack into hats. 10/10
Kavaline 2019 年 3 月 17 日 下午 2:46 
Maduin*
СПАМ INC. 2019 年 3 月 17 日 上午 7:37 
AHA! this mod adding talking with some types of mob!:lunar2019smilingpig:
Crazy_potato 2019 年 3 月 6 日 上午 3:14 
Awesome!:steamhappy:
_Zero  [作者] 2019 年 3 月 4 日 下午 9:12 
Probably fixed client-side crashes, sorry for inconvenience.
melina <3 2019 年 3 月 2 日 下午 12:25 
the gun that can kill the past
tgtckpt is just the acronym for it and i didnt get screenshots
_Zero  [作者] 2019 年 3 月 2 日 上午 9:55 
Send me screenshots or text with errors plz.
What exactly you used on wendy tho?
melina <3 2019 年 3 月 2 日 上午 9:46 
i had 2 crashes. one when i used tgtcktp on wendy and examined abigail and one where i used the devolver on a bird
älcheminty 2019 年 3 月 2 日 上午 9:46 
I gotchu fam :vlambeerFish: