- Jul 15, 2022
- 93
- 38
- 18
-
(using Violetkit as an example)
Under the saves folder, you should be able to find a file that will be labeled [whatever your clan name is]cats
and when you open this file up you should see some gibberish that looks a bit like this
These are your cats' details. Their names, ranks, appearances, and everything that makes them them is stored in this string of text. The one that correlates with Violetkit is this:
65084,Violet:mask,female,kitten,kitten,bossy,59856,96647,None ,Tabby,DARKGREY,True,long,1,3,2,3,AMBER,True,LIGHTTUXEDO,None,RED,???,None,NOTAIL,0,None,False,None,None,0,0,None,None
So what does it all mean?
65084 -- This is your cat's id number! It will correlate with a folder called [whatever your clan name is]clan. It may also appear in another cat's details, if this cat happens to be the mate, kit, apprentice, or mentor of another cat.
Violet:mask -- This is your cat's name. We can see here that when Violetkit becomes a warrior, her name is going to be Violetmask.
female -- This is your cat's sex.
kitten(1) -- This is your cat's rank.
kitten(2) -- This is your cat's life stage.
bossy -- This is your cat's personality.
59856 -- This is the ID number of your cat's first parent.
96647 -- This is the ID number of your cat's second parent.
None -- This is the ID number of your cat's mentor.
Tabby -- This is your cat's pattern type.
DARKGREY -- This is your cat's fur coloration.
True -- FURTHER INFO NEEDED
long -- This is your cat's fur length.
1,3,2,3 -- This is your cat's poses across their various life stages.
AMBER -- This is your cat's eye color.
True -- This is the direction your cat will be facing.
LIGHTTUXEDO -- This is the white spotting your cat has.
None -- FURTHER INFO NEEDED
RED -- This is your cat's skin color.
??? -- This is your cat's skill.
None -- FURTHER INFO NEEDED
NOTAIL -- This is one of your cat's scars.
0 -- This is your cat's age in moons.
None -- FURTHER INFO NEEDED
False -- This is whether or not your cat is dead.
None -- FURTHER INFO NEEDED
None -- This is one of your cat's scars, or their accessory.
0(1) -- This is your cat's experience.
0(2) -- This is the amount of time your cat has been dead.
None(1) -- This is your cat's current apprentice.
None(2) -- This is your cat's former apprentice(s).
Last edited: