The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Unique Spirit Swords: Xtrike's take
Xtrike  [developer] Jun 21, 2021 @ 10:16pm
Bugs and questions
Inform about bugs and ask about your doubts here(sorry if can answer in the moment)
< >
Showing 1-15 of 29 comments
BooBoy456 Jun 22, 2021 @ 8:40am 
This doesnt seem to be working for The Soul and Tainted Apollyon. I have the RGB Tainted Apollyon mod, but that shouldn't interfere since it works fine with RGB Dark Judas. As for The Soul, I have no mod that affects him or The Forgotten.
Xtrike  [developer] Jun 22, 2021 @ 9:07am 
ok i fixed it, just some mistyped names in the png paths
nursehss Jun 22, 2021 @ 2:04pm 
Why doesn't Tainted Forgotten have his own sword?
Xtrike  [developer] Jun 22, 2021 @ 2:19pm 
not my decision, tainted forgotten cant have a sword, you can see this when you get the item, idk the reason but forgotten cant use the spirit sword, so making a sprite for him is useless
ElMesa Jun 22, 2021 @ 6:14pm 
Hello, i want to make a mod. How do you make an item skin for a certain character? For example, if you transform in bob with the forgotten its not the same as isaac. Forgotten has his own sprite
Xtrike  [developer] Jun 22, 2021 @ 6:48pm 
hi, for that you need to make a custom folder for forgotten's costumes, idk if you already know a little about respriting, but in the game files there are folder with costumes for specific character like apollyon or keeper, forgotten already has a costumes folder, so what you need to do is put your bob transformation in that folder with the same name that the original bob transformation sprite, if you still are confused i recommend entering to the tboi discord and going to the modding general channel, you can always ask there for help.
DestructorBossRe Jun 23, 2021 @ 5:44am 
Swords spawned by Loki's Horns don't have the unique sprites, and I haven't tried but I guess that swords spawned by Mom's Eye or Eye Sore probably also don't have it, is there a way to fix that? By the way nice mod.
Xtrike  [developer] Jun 23, 2021 @ 10:30am 
i'll say it can be fixed but im not a pro coder, most of the work here is done by agentcucco, i'll do my best tho to fix it
snegun Jun 25, 2021 @ 5:44am 
vO
NE0SPACE Jun 26, 2021 @ 6:18am 
First off, I really like this mod. I think it's pretty sweet.
But personally, there are a few swords that look kinda off to me. Those being;

1) Eve. I'd probably just re-color the heart pommel to match the cross-guard, and shrink the cross guard a little so that it's not so big.

2) T. Judas. I get the idea for making the sword match his eyes, but like someone mentioned before me there's just too much red. As an alternative, maybe you can copy over the sword for Dark Judas and put a small red orb in the center of the cross-guard?

3) T. Blue Baby. I think the sword is supposed to be multiple kinds of poop on a stick, but it just looks...... eh. It might look better imo if you just made all of it brown.

4) T. Samson. I'd say either make the blade look more like a spine with each of the vertebrae sharpened, or make it look like a broken piece of a pillar (Because of how Samson was chained to pillars to be put on display in the bible after his hair was cut and he was enslaved by the philistines). Or you could also make it look more like a donkey jawbone, similar to the one that his rage form gets.

5) Azazel. I just think the pommel is too large. I'd say just replace it with the one you have on T. Azazel. That's about it.

6) Lazarus. I would recommend putting the rags on the hilt/crossguard instead of the blade.

7) T. Lillith. Instead of the fetus, maybe make the sword look like a fleshy, bony appendage since the fetus is the one swinging the sword on T. Lilith. Like something you'd see out of Resident Evil, or something.

8) T. Apollyon. I'd say just copy over the sprite that you have for regular Apollyon and make it look like it's been cracked and eroded away as if the Abyss within Apollyon has eaten away at it like it has been at T. Apollyon. The sword you got now just looks too chunky.

I'm also unsure about T. Maggie's sword, but I don't exactly know what you're going for with it or what it's supposed to be so I dunno.

Anyways. These are all just suggestions. Hope it helps!
OwO69420 Jun 26, 2021 @ 9:43pm 
there's a graphical bug when you have the knife from the mom transformation and the sword.
Vwert Jun 28, 2021 @ 12:41pm 
When playing the forgotten the debug console gives this error when you switch from the soul to the forgotten
Error in "PostKnifeUpdate" call: ...s/unique spirit swords xtrike's take_2523451131/main.lua:58: bad argument #2 to 'ReplaceSpritesheet' (string expected, got nil)
I was able to fix it by excluding the forgotten from having their sprite replaced
I changed this line from
if Isaac.GetPlayer(0):HasCollectible( CollectibleType.COLLECTIBLE_SPIRIT_SWORD ) then
to
if Isaac.GetPlayer(0):HasCollectible( CollectibleType.COLLECTIBLE_SPIRIT_SWORD ) and pType ~= PlayerType.PLAYER_THEFORGOTTEN then
Which stopped the errors and doesnt seem to have impacted anything else
Last edited by Vwert; Jun 28, 2021 @ 12:43pm
Nullguy Jul 14, 2021 @ 7:57am 
Visual Bug: Having Spirit Sword and Notched Axe at the same time results in the Notched Axe appearing as half of a Spirit sword projectile. It also causes the swing graphics to appear as several sword projectile "impacts". Probably something breaking with the game attempting to apply projectile appearances to the pickaxe.
SilverSkies  [developer] Jan 5, 2022 @ 3:44am 
swords don't work with lilith. the issue appears to be on line 48 of the main.lua. commenting out this line fixes it but im unsure of the consequences
SilverSkies  [developer] Jan 5, 2022 @ 4:13am 
i dont know any lua but maybe try "local player = Isaac.GetPlayer(0)" instead of " local player = knife.Parent"
Last edited by SilverSkies; Jan 5, 2022 @ 4:14am
< >
Showing 1-15 of 29 comments
Per page: 1530 50