I hate to bother you again but finished the game awesome so far can not wait for 1.50 now so hyped.
I like playing with the bot lab is there a store.batlab console command for parts like the shells and stuff you can give me? I tried to figure it out and failed legendarily lol...
Viewing post in Space Journey X (18+) comments
The botlab items cannot be simply added. They are instantiated with random stats and separate IDs from template items.
In theory you could do it with (example for Gen 3 legs) GAME.lab.parts.append(GAME.sbPartsData["SBPLegs3"].clone())
The template item codes you can find in one of the sexbot_lab rpy files.
One typo though and you might nuke all you Botlab Parts or corrupt your game so i recommend against it unless you really know what you are doing and have some python basic syntactical knowledge.
Wait, wait, wait!
So are you saying that the bot parts are actually different from each other? I was pretty sure that two, say "Legs - Gen 3, Military Grade" (at 100%), were identical, so one can swap them freely without any consequences?
I understand that some of the things in the parts storage - like the Addons - are unique. But the bot parts, too?
If you dig for the parts list (I used SaveEditor Online) you can find the item codes to add things to the bot lab. If you use SEO, search for GAME > sbPartsData > and that will list the code to use for each part type.
For example, GAME.lab.parts.append(GAME.sbPartsData["SBPShell3TypeX"].clone()) will give you a basic Galaxina Shell. Nimhe still can't learn it, but you can then build your own Galaxina bot for shits and giggles.