There's a typo in the source of the mod regarding Spirit Guide. It won't overwrite Cat 1 or Cat 2, and when you want to replace Cat 3 it replaces all 3 cats:
If you feel confident to edit the content.json yourself, look for the following parts in the code:
{ "LogName": "Cat 1 Icon - Spirit Guide", "Action": "EditImage", "Target": "LooseSprites/Cursors", "FromFile": "assets/Cursors.png", "FromArea": { "X": 42, "Y": 0, "Width": 13, "Height": 10 }, "ToArea": { "X": 161, "Y": 211, "Width": 13, "Height": 10 }, "When": { "Replace Cat 3": "Spirit Guide" } Notice how this code is for replacing the orange cat (Cat 1)? The second to last line says "Replace Cat 3": "Spirit Guide" change the 3 to a 1 and then the code will work to replace Cat 1 with Spirit Guide.
The same typo is for Cat 2: { "LogName": "Cat 2 Icon - Spirit Guide", "Action": "EditImage", "Target": "LooseSprites/Cursors", "FromFile": "assets/Cursors.png", "FromArea": { "X": 42, "Y": 0, "Width": 13, "Height": 10 }, "ToArea": { "X": 177, "Y": 211, "Width": 13, "Height": 10 }, "When": { "Replace Cat 3": "Spirit Guide" } Notice how this code is for replacing the second cat? The second to last line says "Replace Cat 3": "Spirit Guide" change the 3 to a 2 and then the code will work to replace Cat 2 with Spirit Guide.
hey future me speaking, to get the spirit guide texture you need a in-game config menu for mods the scroll for this mods name, click on the mod and under the lil arrows to select the spirit guide, i hope this helps a bit "-w-
I am having issues getting Spirit Guide to work. No matter what I select in the config menu, Apollo is always cat 1, Kevin is always cat 2, and Godzilla is always cat 3. Even if I try to switch up Apollo, Kevin and Godzilla, they stay the same.
6 comments
If you feel confident to edit the content.json yourself, look for the following parts in the code:
{
Notice how this code is for replacing the orange cat (Cat 1)? The second to last line says"LogName": "Cat 1 Icon - Spirit Guide",
"Action": "EditImage",
"Target": "LooseSprites/Cursors",
"FromFile": "assets/Cursors.png",
"FromArea": {
"X": 42,
"Y": 0,
"Width": 13,
"Height": 10
},
"ToArea": {
"X": 161,
"Y": 211,
"Width": 13,
"Height": 10
},
"When": {
"Replace Cat 3": "Spirit Guide"
}
"Replace Cat 3": "Spirit Guide"
change the 3 to a 1 and then the code will work to replace Cat 1 with Spirit Guide.The same typo is for Cat 2:
{
Notice how this code is for replacing the second cat? The second to last line says"LogName": "Cat 2 Icon - Spirit Guide",
"Action": "EditImage",
"Target": "LooseSprites/Cursors",
"FromFile": "assets/Cursors.png",
"FromArea": {
"X": 42,
"Y": 0,
"Width": 13,
"Height": 10
},
"ToArea": {
"X": 177,
"Y": 211,
"Width": 13,
"Height": 10
},
"When": {
"Replace Cat 3": "Spirit Guide"
}
"Replace Cat 3": "Spirit Guide"
change the 3 to a 2 and then the code will work to replace Cat 2 with Spirit Guide.It fixes the issues with Spirit Guide.
Love the names of your cats btw!
I'm working on making a series of witchy mods that you may be interested in.