File information

Last updated

Original upload

Created by

EllieBellaLuna

Uploaded by

EllieBellaLuna

Virus scan

Safe to use

6 comments

  1. dottedmelon
    dottedmelon
    • member
    • 1 kudos
    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.

    It fixes the issues with Spirit Guide.
  2. squidgirly
    squidgirly
    • member
    • 0 kudos
    pls how do i acquire spirit guide??
  3. PrismaticSnakeBomb
    PrismaticSnakeBomb
    • member
    • 1 kudos
    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-
  4. waterscapes
    waterscapes
    • member
    • 4 kudos
    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.

    Love the names of your cats btw! 
  5. GeorgeGordan
    GeorgeGordan
    • member
    • 0 kudos
    Always want a black cat for my witch farmer
    1. EllieBellaLuna
      EllieBellaLuna
      • member
      • 78 kudos
      Same here!

      I'm working on making a series of witchy mods that you may be interested in.