Didn't know about the recipes, but I found that when you play as breeder, farming cash and upgrade points by selling all the kids you have with your slaves (especially the Noble grade, beautiful slaves) gets you cash and upgrade points so much faster and easier (since you're not aiming for any particular species). In all my breeder games, I've only done the slave guild quests to get reputation with the city or to get some quick cash when I spent all my money on the farm.
Lucilya
Recent community posts
Sorry for practically spamming this thread, but was just wondering if there's a way to assign price modifiers and stats modifiers for hybrids. Currently, the only purpose for hybrids seems to be to just have them, and I now have dozens of slaves sleeping in the kennels because I wanted to try to get one of everything for the sake of having them and I don't have any other need for them. I'd try to add this stuff myself, but I have no idea where I'd have to start.
All the errors received since the last restart from autosave:
Aric's Expansion v0.97 SCRIPT ERROR: get_genealogy: Invalid get index of type 'String' (on base: 'Dictionary'). At: res://files/scripts/person/person.gd:1715 SCRIPT ERROR: basics: Invalid operands 'String' and 'Nil' in operator '+'. At: res://files/scripts/characters/description.gd:31 SCRIPT ERROR: getslavedescription: Invalid operands 'Nil' and 'String' in operator '+'. At: res://files/scripts/characters/description.gd:12 SCRIPT ERROR: slavetabopen: Invalid type in function 'set_bbcode' in base 'RichTextLabel'. Cannot convert argument 1 from Nil to String. At: res://files/scripts/slave_tab.gd:97 SCRIPT ERROR: get_genealogy: Invalid get index of type 'String' (on base: 'Dictionary'). At: res://files/scripts/person/person.gd:1715 SCRIPT ERROR: basics: Invalid operands 'String' and 'Nil' in operator '+'. At: res://files/scripts/characters/description.gd:31 SCRIPT ERROR: getslavedescription: Invalid operands 'Nil' and 'String' in operator '+'. At: res://files/scripts/characters/description.gd:12 SCRIPT ERROR: slavetabopen: Invalid type in function 'set_bbcode' in base 'RichTextLabel'. Cannot convert argument 1 from Nil to String. At: res://files/scripts/slave_tab.gd:97 SCRIPT ERROR: get_genealogy: Invalid get index of type 'String' (on base: 'Dictionary'). At: res://files/scripts/person/person.gd:1715 SCRIPT ERROR: basics: Invalid operands 'String' and 'Nil' in operator '+'. At: res://files/scripts/characters/description.gd:31 SCRIPT ERROR: getslavedescription: Invalid operands 'Nil' and 'String' in operator '+'. At: res://files/scripts/characters/description.gd:12 SCRIPT ERROR: slavetabopen: Invalid type in function 'set_bbcode' in base 'RichTextLabel'. Cannot convert argument 1 from Nil to String. At: res://files/scripts/slave_tab.gd:97 SCRIPT ERROR: get_genealogy: Invalid get index of type 'String' (on base: 'Dictionary'). At: res://files/scripts/person/person.gd:1715 SCRIPT ERROR: basics: Invalid operands 'String' and 'Nil' in operator '+'. At: res://files/scripts/characters/description.gd:31 SCRIPT ERROR: getslavedescription: Invalid operands 'Nil' and 'String' in operator '+'. At: res://files/scripts/characters/description.gd:12 SCRIPT ERROR: slavetabopen: Invalid type in function 'set_bbcode' in base 'RichTextLabel'. Cannot convert argument 1 from Nil to String. At: res://files/scripts/slave_tab.gd:97 SCRIPT ERROR: get_genealogy: Invalid get index of type 'String' (on base: 'Dictionary'). At: res://files/scripts/person/person.gd:1715 SCRIPT ERROR: basics: Invalid operands 'String' and 'Nil' in operator '+'. At: res://files/scripts/characters/description.gd:31 SCRIPT ERROR: getslavedescription: Invalid operands 'Nil' and 'String' in operator '+'. At: res://files/scripts/characters/description.gd:12 SCRIPT ERROR: slavetabopen: Invalid type in function 'set_bbcode' in base 'RichTextLabel'. Cannot convert argument 1 from Nil to String. At: res://files/scripts/slave_tab.gd:97 SCRIPT ERROR: getRaceDescription: Invalid get index 'Beastkin ' (on base: 'Dictionary'). At: res://files/scripts/dictionary.gd:37 SCRIPT ERROR: dictionary: Invalid call. Nonexistent function 'replace' in base 'Nil'. At: res://files/scripts/person/person.gd:752 SCRIPT ERROR: dialogue: Invalid type in function 'set_bbcode' in base 'RichTextLabel'. Cannot convert argument 1 from Nil to String. At: res://files/scripts/Mansion.gd:1863
Received the following error sometimes when a slave has a child. In this case, the child was the spawn of a a taurus and a halfkin (wolf/taurus) in the farm. Not sure if this is an error in character gen, but I'm currently scouring through the save files to see if I can fix it directly without restarting from my last hard save. (Which was apparently over 100 days. I really don't wanna restart from there lol.) Compared the character's details with a working character's, and it looks fine, so I have no idea what happened.
This is the result of the error, after I reloaded several times from the autosaves. (The first time, the name was listed but clicking on it drags me to another slave's page. The second time, it showed up but the price at the slave guild remained Null.)
The way I deal with similar errors (I've had both the taurus one and the centaur one), is to go into the expansionsetup.gd file and ctrl+f whatever the word is (in your case, taurus). Usually there'll be something like "person.genealogy.taurus" where there should be "person.genealogy.cow", or "person.genealogy.centaur" where there should be "person.genealogy.horse".
Do correct me if that's not the issue here though.
Nevermind. I figured it out. In the scripts file, there's jobs&specs.gd and jobs&specs_ALT.gd. It seems like the two files are switched, because the farmhand is listed in the ALT file instead of the regular file. I just switched them around.
Also just wanted to note that I downloaded everything from the installation file yesterday, in case that makes any difference.