REALLY roundabout.cool, but i'm not trying to add parts. just trying to cheat their integrity, lol.
bot stats and traits should be accessible from here too, but i dunno how to get there.
edit:
i'm really using a roundabout way here. all bots should be accessible through " all_characters " (without quote). but i have no idea how to target specific bots.
atleast if i put them in storage, some skills and psychocore stats can be cheated (with my limited knowledge).
Nice thing about how Radnor developed this game, is how he build it for mods. The mod itself can be pretty basic, just following a simple outline. But getting into the source is a different story. There are no simple 'set this value' commands, so what you're trying to do in the console would be over complicated for this game. I can't even imagine what that might turn into. If it helps, heres some definitions to work with, but I have no idea how to apply them in console.
bots are identified as 'bot_id', or 'bot.id' depending on the call function. ex. "bot.bot_id" or "bot.id_akira"
'home.sexbots', 'workshop.sexbots' , 'self.sexbots'
'enumerate(workshop.inventory)'
parts- 'part.integrity==100' , 'part.integrity_cap' , 'bot.chassis[part_id]'
psychocore- 'self.stability=100' , 'self.max_roles== ' , 'bot.psychocore.stability!=100'