Squark ⚧❤️

Conversation Conqueror
Jun 16, 2017
7,026
7,821
Compressed PC, does not start, gives some error.
Lite version does start but no mods are cheats are working.
Unfortunately no longer have the patience to test and experiment.
Deleted.
It would have helped if you had told us what the error is. "Does not start" never helps anyone.
 

hakkkkaishin

Member
Apr 7, 2018
131
28
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.
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.
 

felixxxx

Newbie
Feb 27, 2020
46
9
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
 

Squark ⚧❤️

Conversation Conqueror
Jun 16, 2017
7,026
7,821
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
A lot of people feel the same way, myself included. It's one reason why I only play this game sporadically.
Sure, make then sex-crazed whores but not even the worst whores in the world wear such cartoonish makeup.
Takes away from their natural attractiveness. Especially Nicole and Becky.
 
Last edited:
  • Like
Reactions: babeldi

blood_rain

Newbie
Jan 14, 2019
49
36
So, I did some digging around some game files to find the different variables/expressions that control things like corruption levels, sex levels, if character/group have been enslaved or not. For groups of people such as the police and sisters, from what I found, enslavement can be changed by typing

You don't have permission to view the spoiler content. Log in or register now.

into the console.

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

If you don't know how to enable the console then do the following:

You don't have permission to view the spoiler content. Log in or register now.

I hope this will help many of you with this game and many more in the future.

NOTICE: I do not condone the editing of game files and don't take responsibility if you end up breaking your game! You are the one who edited the code of the game and screwed it up. Not me. I'm simply telling you HOW you MAY be able to find game specific expressions for different Ren'py games and put them into the console.

EDIT: added a better alternative under the "Finding Expressions and Character Variables Yourself" Spoiler.
 
Last edited:

blood_rain

Newbie
Jan 14, 2019
49
36
Sorry, but is there any way I can preserve Nicole and Becky's looks while also doing the progression the game expects?
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.
 

blood_rain

Newbie
Jan 14, 2019
49
36
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.

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.
 

Squark ⚧❤️

Conversation Conqueror
Jun 16, 2017
7,026
7,821
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.
Shit >.<
 

blood_rain

Newbie
Jan 14, 2019
49
36
Agreed. If I had the software, the models, and the positioning, I'd try to remake the scenes. But I don't.

Also it just sounds like too much work.

But hey, on the Brightside you wouldn't be stuck with having to look at the overly-cartoony makeup all the time.

And if I knew any python in addition to how to make functionally decent mods (similar to D.S. -sama's with the hotkey and gui), I'd try to make one where you could customize who you'd want to stay in their normal attire outside of special events and who you want to stay in their slave attire.

It's times like this where I can appreciate the fact that Java has so many layout editors that you can use to make elements separate from each other.

(Edit: removed my last paragraph b/c I realized it was from the phone interface... and the black background wouldn't make sense outside of it.)
 
  • Like
Reactions: PPE2RedDucks

blood_rain

Newbie
Jan 14, 2019
49
36
It would be interesting if, the slave characters could still perform the actions they do when they are not slaves.
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.

And I'd probably attempt to make a sub-menu so that the slave-exclusive and non-slave scenes are distinguishable in the menu (not to mention limited space on the screen).

Fair warning though, the non-slave scenes will remain the same visually and won't have any changes. It'd just make it easier than going into the console and changing expressions for the characters and features that have been updated since the cheat mods have stopped being updated and either don't work or don't have the new content incorporated into them.
 

blood_rain

Newbie
Jan 14, 2019
49
36
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.
This is bullshit and I am not gonna waste my energy on editing game files without a reliable IDE to use.
I have learned/been reminded how fucking finicky Ren'Py is. And when I don't know python, and don't even know what the error is pointing to (along with why and how to fix it) I can't be expected to debug it.

I can understand the logic and read the code alright... I just don't know the grammar and why the fuck it doesn't work.

(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.)

Then there's errors like this:
1616041059022.png
Which remind me of forgetting to put a ';' at the end of a line of code in java and I'm getting PTSD... I'll attach the rpy file if anyone wants to give it a go. But I'm not gonna pull another consecutive all-nighter because of this.

OKAY SO.... As I was writing this I decided to see the indentation problem through and it fucking worked!!!!
Words cannot express how happy I am rn... this is why I code for a hobby.

I'll attach the fully completed files for hakkkkaishin in a seperate post once they're completed.

TLDR: Debugging a bitch, I don't know Ren'Py, No reliable IDE (working in notepad), finally got the base code to work on my final push mid-way through writing this post.

I've gotta polish some label jumps so that they don't redirect you to the menu I copied the menu choices from and then do some testing to make sure the game runs well before simpson.rpy will be all set.

EDIT: I just did a quick test and everything seems to work fine. In terms of pre-slave options while they're (Mrs. Simpson in this case) a slave. Gonna finish this event and then move on. (Future post will have an attatched .zip file holding a game folder containing all the .rpy files (because fuck using Ren'Py and it seems to work without them being .rpyc files anyways) inside, so all you'll need to do is extract/copy the game folder into Corruption's root directory.)
BTW, I'm testing using the Lite PC edition of the current build (v2.25 for those of you who come from the future and stumble upon my mess of pain and pride (aka my PP)) so I can't say much for if it'll work on any other version... also... keep a backup of your original game folder just in case anything that could go wrong, does go wrong... better safe than sorry.
 
Last edited:

blood_rain

Newbie
Jan 14, 2019
49
36
Note: if I need to make a mod page for this I will, but it's 12:41 AM right now, only 3 girls have been implemented so far, and I basically haven't slept in 24 hours so I'm saying "fuck it" right now.

These files will allow for you to do the interaction scenes (not random events but where you actually approach the person and choose the option) from before you enslaved the girls.

THIS IS NOT YET FULLY COMPLETE AND IS IN PROGRESS!!!


Implemented Girls:
You don't have permission to view the spoiler content. Log in or register now.


How to Install:
You don't have permission to view the spoiler content. Log in or register now.

NOTICE: I've only tested this using the current (v2.25) version of Corruption (Lite) for pc. As far as I'm aware there shouldn't be any problems occurring because of this but better to be safe than sorry, so now you're aware.
 

PPE2RedDucks

Active Member
Oct 3, 2018
809
563
Sounds like sterling work, blood_rain ... and a stack of it!

If you liaised with the "script rewriters" (Demonkillr1, Squark and others, I have tried a bit too), we might end up with a new version of the game! :D

But the effort, the effort ....!

As you say, there are quite a lot of coding errors in the game, some immaterial, some needing whole patches. Which is a bit of a demotivator too.

I wonder if, as a graphics specialist/wizard, you might touch base with someone like the Killr1 just mentioned, or indeed Squark, about possible cooperation on a different project? Mr C deserves a lot of credit for his thoroughly wacky concept, equally wild plotlines and some of the artwork - also for his sheer massive stamina and perseverance - but the immense scale of this game makes it difficult to contemplate a complete rewrite. ...

Just a view, obviously ....
 
  • Like
Reactions: blood_rain

PPE2RedDucks

Active Member
Oct 3, 2018
809
563
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.
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.
 
  • Like
Reactions: blood_rain

blood_rain

Newbie
Jan 14, 2019
49
36
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.
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).

Another thing is, I don't want to rewrite the entire game. I simply want to allow for more accessibility to content that is otherwise removed (both scenes and character costumes) once you pass it. In terms of scenes, Mr. C appears to be working on a gallery function so depending on how that turns out and what it includes, what I'm doing may only be temporary, but at least if I do it now, people would be able to access previous character's pre-slave actions before an official release (which looks to be a LONG ways away judging from how the current gallery is only a .png with "in-progress" text).

I haven't seen anything in terms of character appearance preference (especially since the visuals of the characters are meant as visual indicators of how much you've corrupted them. So there probably won't be any specific advances on this front by Mr. C.). But this just means I'd be creating an alternative so that people who like different appearances didn't have to see something they don't like whenever they interact with a character. Again, NOT in the scenes... because yay .png backgrounds of CGI (yes... I'm still disappointed... mainly because it's obvious it'd be the case in hindsight.)

Man, I REALLY hope that didn't come off as super defensive.
 
Last edited:

blood_rain

Newbie
Jan 14, 2019
49
36
On a side note... holy fuck this game has come far from when I first played it back when there was only like 4-5 girls (and they weren't really fully implemented). Overall I'm happy with Mr.C's progress... and if they even read this forum, I hope they keep up the good work!
 

DD86JKL

New Member
Aug 24, 2020
9
15
(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.)
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.
 

blood_rain

Newbie
Jan 14, 2019
49
36
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.
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.

And thanks for not asking questions about my choice regarding what to make macros for.
 
Last edited:
3.70 star(s) 200 Votes