A lot of people feel the same way, myself included. It's one reason why I only play this game sporadically.i really liked the game but i don't really like how the models change and would love it if there was a choice to change them back to the original ones
Sorry, but is there any way I can preserve Nicole and Becky's looks while also doing the progression the game expects?Very informative stuff
I'll look more into that when I get the time, but as of right now I'll have to say no.Sorry, but is there any way I can preserve Nicole and Becky's looks while also doing the progression the game expects?
So, I did a little looking to how the events are coded. I have good news, and then I have bad news.Sorry, but is there any way I can preserve Nicole and Becky's looks while also doing the progression the game expects?
Shit >.<So, I did a little looking to how the events are coded. I have good news, and then I have bad news.
Good News: We could potentially change the appearances of characters.
Bad News: Every screen is a .png file containing the picture you see when you hide the gui.
What does this mean?
Well... we can change entire scenes, but they won't make sense because of the different actions taken before and after enslavement.
So the best we, or I, could do is to change the screens that aren't exclusive to the girls when they're enslaved.
However, there are over 6,000 scene images, maybe even more than 7,000. Although, going through the files and finding the screen values of corresponding scenes will make the job a hell of a lot easier. Especially when you factor into account that we aren't going to change any actual sex scenes/events.
Agreed. If I had the software, the models, and the positioning, I'd try to remake the scenes. But I don't.Shit >.<
This might be somewhat possible... and easy... since I'm already going to be digging in the game folder's code would you like me to try and see if I could do it? All I'd really have to do is copy and paste some code into the slave instance of the girls.It would be interesting if, the slave characters could still perform the actions they do when they are not slaves.
It would be interesting if, the slave characters could still perform the actions they do when they are not slaves.
(or employees if you want to add more) of the restaurant. The employee in the sex shop.
Fuck what I said earlier.Shit >.<
I took squark's comment as more of a sardonic/wry throwaway line than an invitation to try it, but your responses are what made me think you might think of cooperating with someone on a new/fresh project. The energy and skill are already evident. It might be more rewarding (emotionally-psychologically, if not nec financially!) to make your own work instead of setting out to do too much massive repair/improvement/alternative work on a pre-existing gargantuan project, with all its definite merits but also considerable errr, challenges.I'll look more into that when I get the time, but as of right now I'll have to say no.
I low-key have a feeling that would turn into me attempting to mod the game and its files. So it might take some time before I get a work around. I'll let you know when/if I do though.
Thanks for the compliments! I can see where you're coming from as far as how making something from scratch is probably better than modifying an existing work. However, I am actually also using a bit of time to work on a SFW game already using Java and the little experience I have as a student. Furthermore, I'm also personally benefitting from the files I modify as I have wanted these same things in the past... I also like challenging myself to improve further... hence why I've slowly progressed on my own game when I have mental energy to spare and have a feel for how to incorporate something (from a code aspect).I took squark's comment as more of a sardonic/wry throwaway line than an invitation to try it, but your responses are what made me think you might think of cooperating with someone on a new/fresh project. The energy and skill are already evident. It might be more rewarding (emotionally-psychologically, if not nec financially!) to make your own work instead of setting out to do too much massive repair/improvement/alternative work on a pre-existing gargantuan project, with all its definite merits but also considerable errr, challenges.
Not sure why you thought using Notepad would be a good idea... Ren'Py, the compiler program, gives you an option to download some possible text-editors that work well with it and python. "Atom" is a good one if you want to keep messing with .rpy files... Just to let you know. Tab works in general, but Notepad (and Notepad++) are not recommended for any sort of Python or Python derivative coding because of the way it interprets that key-press.(For example... did you know that Ren'Py doesn't allow you to use the tab button in order to indent lines easier and make code more readable? You gotta press space 50,000 times. Luckily I have a macro to copy and paste, but that also hits enter at the end because I use it to spam "boobs" in a friend's twitch chat... don't ask questions.)
Appreciate the suggestions, I'll look into them. My main thing is I have limited space (using a laptop that's constantly low on space) and I also figured I'd use what I have at my disposal... and I also didn't have my head fully on right at the time... because I probably could've used Visual Studio Code+ as well... I'm just dumb and felt like I was back at my origins doing batch in a notepad file I guess. Idfk.Not sure why you thought using Notepad would be a good idea... Ren'Py, the compiler program, gives you an option to download some possible text-editors that work well with it and python. "Atom" is a good one if you want to keep messing with .rpy files... Just to let you know. Tab works in general, but Notepad (and Notepad++) are not recommended for any sort of Python or Python derivative coding because of the way it interprets that key-press.