Saionji11 - Looks like Tristim must've been lurking here recently as he just added a sexier variant of the cop outfit today.
Neat, I did not expect that! I'm assuming it's not implemented yet, but I'm looking forward to how it looks! I don't know why a nearly blank character keeps drawing my focus in this game, but I'm happy to see her get some attention!!
I would have responded to this earlier, but I was stuck doing other stuff. I also wanted to see if I could solve the problem myself, since I had already made the attempt. My biggest problem, as it turns out, had to do with one of my solutions being to remove everything involving uniforms for Christine, and just working off the base wardrobe. In addition to that making all of her uniforms available whenever, it also caused more problems when I forgot I would actually need her uniform coding when I went to try other approaches...
The other issue I ran into was that trying to continually add and remove items caused me some trouble as I had to continually reference from the xml file and otherwise just created too many moving parts. So I tried creating multiple global, "uniform buckets" as it were. Then I added the sluttiness check in the business_ren.py file, and it worked! I went for a 5 stage progressive format, for every 20 points of sluttiness. Thank you again for the help!!
I'd like to share what I worked out, but I'm not entirely sure what's permitted. It would be easiest to share the changed files, but if that's not okay, I can just share the changed code snippets.