The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

JoJo's Kira and DIO
JazzAzz 2018 年 5 月 17 日 下午 1:17
Issues With Mod
Okay so this mod is perfect. Killer Queen is my favorite stand and I absolutely love this mod.
Except for one thing. Whenever I send out killer queen, a trail of ghosts follow behind it and stay there until I leave the room. This is very bothersome whenever I'm in a boss room. Please tell me if there is a fix for this.
最后由 JazzAzz 编辑于; 2018 年 5 月 17 日 下午 2:15
< >
正在显示第 1 - 12 条,共 12 条留言
[TBG] Citingmarc  [开发者] 2018 年 5 月 20 日 下午 1:48 
Maybe try removing other mods.
Paladin Leon 2018 年 5 月 21 日 下午 5:57 
引用自 E s p i o n a g e
Okay so this mod is perfect. Killer Queen is my favorite stand and I absolutely love this mod.
Except for one thing. Whenever I send out killer queen, a trail of ghosts follow behind it and stay there until I leave the room. This is very bothersome whenever I'm in a boss room. Please tell me if there is a fix for this.
If you have the King Saul mod, that's causing it.
Unknown Harlequin 2019 年 2 月 6 日 下午 3:45 
I'm having the same issue and I don't have the King Saul mod equipped
「︎nik_santo」 2019 年 4 月 23 日 上午 12:59 
maybe is the THE WORLD mod who is causing it because the ghost trails have a "the world" shape
Petey Piper 2019 年 4 月 24 日 下午 4:16 
i'm having the same problem, my ghosts being the stands from other mods (Crazy Diamond and Star Platinum)
Dave 2019 年 5 月 11 日 下午 8:17 
same thing here. i believe if you have other mods that use stands such as jotaro or dio it causes a trail of their stand to appear.
urmurk 2019 年 8 月 28 日 上午 6:28 
The only way I know how to maybe fix it is to turn off all the other stand user mods when you want to use Kira
最后由 urmurk 编辑于; 2019 年 8 月 28 日 上午 6:30
♫ AIMP.EXE ︻デ 一 2019 年 12 月 25 日 上午 4:14 
I'm not much for a coder, but there's a little fix. Find and open in your docs: \my games\binding of isaac afterbirth+ mods\kira_1147968105\main.lua. Open with any text editor (wordpad as example), then find this lines:
" local fade = Isaac.Spawn(1000, dvd.Particle, 0, d.dvd.Position, Vector(0, 0), nil)
local fd = fade:GetData()
local fs = fade:GetSprite()
fade.PositionOffset = d.dvd.PositionOffset
if dvdd.launchdir.Y == -1 then
fs:Play("ParticleN")
elseif dvdd.launchdir.X == 1 then
fs:Play("ParticleE")
elseif dvdd.launchdir.Y == 1 then
fs:Play("ParticleS")
elseif dvdd.launchdir.X == -1 then
fs:Play("ParticleW")
end
fs.Color = Color(1, 1, 1, .25, 0, 0, 0) "

Change in last line .25 to 0, like this: " fs.Color = Color(1, 1, 1, 0, 0, 0, 0)" and that's all.

This doesn't remove trail at all, just makes it invisible. It's not a problem in code (all stand characters, as I inspecting, seems like just the same code) it's that Particle sprite data that is absent. I think if you remove all stand characters, that mod can't load any sprite data at all, so it shows nothing, but still that trail function is working. So my thought is to add ParticleN, W, S, E sprite data to this mod and that problem will be gone.
最后由 ♫ AIMP.EXE ︻デ 一 编辑于; 2020 年 7 月 25 日 上午 7:26
BrainOil 2020 年 2 月 3 日 下午 7:19 
don't set it to " fs.Color = Color(1, 1, 1, 0, 0, 0)" set it to .0 instead , if you set it to " fs.Color = Color(1, 1, 1, 0, 0, 0)" it still draws the world (at least for me) and if you set it to anything but a decimal point the game crashes (again i don't know if anyone else has the issue)
♫ AIMP.EXE ︻デ 一 2020 年 7 月 25 日 上午 7:27 
引用自 BrainOil
don't set it to " fs.Color = Color(1, 1, 1, 0, 0, 0)" set it to .0 instead , if you set it to " fs.Color = Color(1, 1, 1, 0, 0, 0)" it still draws the world (at least for me) and if you set it to anything but a decimal point the game crashes (again i don't know if anyone else has the issue)
Thanks for pointing out mistake!
BurritoBandito 2020 年 10 月 4 日 下午 2:20 
For some reason, the stands do not appear. Kira, and DIO has no hair or stands. They do not do anything for some reason, except DIO. DIO shoots tears as usual, but Kira does not. Can you help me with this? :steamsad:
Store-klerk2 2024 年 11 月 23 日 下午 2:59 
Issue, stands just go zooming out the map
< >
正在显示第 1 - 12 条,共 12 条留言
每页显示数: 1530 50