Hi -
Can you give or point to an example of where to find the attributes? I looked at the console mode instructions and I know how change thinks like resistance. submission, desire, etc - but I haven't found a list of attributes and what they mean.
Go to Wife Trainer\WifeTrainerFiles-0.7j-pc\game\modules\00core... in that directory will be two folders (clients; minor_characters). Inside each, you'll find folders for each woman in the game, respectively. Inside each woman's folder will be a .rpy file; use a text editor/reader like Notepad (Windows) to open the file. Inside there you'll find all the attributes and tags, and from there it's just a matter of dicking around to find the right thing to edit in the Console. Like in the .rpy file you'll see things like "if jasmine.publicshow_level == 2" and it will lay out how doing a publicshow at that level that raises her related stats; so you can go into the Console and do "jasmine.publicshow_level = 5" and skip ahead of stuff.
Bear in mind, you can really screw your Save up by doing stuff like this. So you need to be sort of a Save scavenger if you want to play with the file like this. I don't recommend first time players do this stuff, but for players like me who have been enjoying games for months or years, this allows you to skip ahead of a lot the grind when there's a new update.