This could unfortunately be the result of my editing the Mac install pack on Windows to change a file, which could have messed up file execute permissions.On mac (after the patch) I am getting "The application can't be opened" error. Any help for those running it on mac
wanting to replace a girls pack with another pretty muchThere's the 'repair MC/girl pictures' button under the '?' menu.
Are you wanting to remove a pack altogether, or retain the pack and just replace the pictures?
You don't have permission to view the spoiler content. Log in or register now.
As in, replacing an existing girl's pack with another?wanting to replace a girls pack with another pretty much
MC.girls[X].fullname # (to find out which X she corresponds to, including 0)
MC.girls[X].pack_name = "[new pack name]" # (exact directory name, discarding [ ] but not " ")
MC.girls[X].path = "[new pack name]"
You don't need a mod for that. Just drop an appropriately-sized image into 'game\UI\badges' and you're good to go.Is there a mod to add more badges to the game? 5 is not enough for me...
what do you mean one line at a time, like run the game each time I change the line or what? also what does that mean I may run into trouble if I've already messed with my packs (which I haven't really)As in, replacing an existing girl's pack with another?That would be a lot of fiddling around.The recommended procedure is to dump your old girl and get a new one using the desired pack. Either honestly, via the HH mod, or using the instructions here.
Edit: Or maybe not. Find your girl and try this (one line at a time!):
Now use the 'Repair girl/MC pictures button. You may run into trouble if you've already messed with your packs somehow, and it now catches up with you.Code:MC.girls[X].fullname # (to find out which X she corresponds to, including 0) MC.girls[X].pack_name = "[new pack name]" # (exact directory name, discarding [ ] but not " " and presuming you're not using girl mix directories) MC.girls[X].path = "[new pack name]"
No, copy one line, press return, then repeat. Don't copy the entire code box at once, as quite a few people have done.what do you mean one line at a time, like run the game each time I change the line or what?
It's just to cover my ass, really. E.g. if you've gone and deleted a pack before, running 'repair' might delete a girl you don't want to delete. But probably not, especially if you have not messed with anything.also what does that mean I may run into trouble if I've already messed with my packs (which I haven't really)
btw what do you mean find my girl? like is it somewhere in saves?No, copy one line, press return, then repeat. Don't copy the entire code box at once, as quite a few people have done.
It's just to cover my ass, really. E.g. if you've gone and deleted a pack before, running 'repair' might delete a girl you don't want to delete. But probably not, especially if you have not messed with anything.
You do realise that the box up there is about console commands, right? And that the first line is the finding?btw what do you mean find my girl? like is it somewhere in saves?
how do you access the console commands? also would it affect city girls?You do realise that the box up there is about console commands, right? And that the first line is the finding?
Shift+Ohow do you access the console commands?
Depends on what 'it' is. The 'repair' button affects everyone. The console commands obviously only target your girls (and only the ones in the brothel, not at the farm). Use 'game.free_girls' instead of 'MC.girls' to get at the vagabonds.also would it affect city girls?
that has worked thanks, its a little weird since they keep their original name, but that's not too big a problemSee above. It'd be easier if you just tried the commands. Worst case, something goes horribly wrong and all of your girl's pictures are replaced by Gio taking a bath - reload, assure your girl nothing bad happened and come back with your tale of woe.