Ren'Py Abandoned Corrupting The Intern [v0.19] [LambdaDude]

3.30 star(s) 9 Votes

OwMyFace

Member
Oct 21, 2016
289
346
That's easier? I suppose after you've done that on a few games it would become second nature, but I'll stick with being a save / load whore. ;)
Download
Place it in game folder.
Open it, press 4, wait until it says completed.
Open game and enter commands.
 
  • Like
Reactions: bernthal

ArnoNym

Newbie
Jun 27, 2017
43
32
That's easier? I suppose after you've done that on a few games it would become second nature, but I'll stick with being a save / load whore. ;)
OK, sorry, this may not be easy or an acceptable way for everyone, but I have used this method for several renpy games to reduce grinding or modify variables to make game play easier. And it really becomes second nature after a few games - finding the variables to change is somewhat more difficult. If there are any renpy coders here: I am still looking for an easy way to find out all currently used variables in the command console instead of searching trough the games' scripts & rpy/rpa files :)...
 
  • Like
Reactions: bacchusplateau

himee1996

New Member
Aug 14, 2017
1
1
I am still looking for an easy way to find out all currently used variables in the command console instead of searching trough the games' scripts & rpy/rpa files :)...
You should be able to bring it up and type "dir()" to get all identifiers in the current scope. This includes not just variables though and will probably scroll off the screen before you can even read a lot of it, but it does help.
 
  • Like
Reactions: ArnoNym

ArnoNym

Newbie
Jun 27, 2017
43
32
You should be able to bring it up and type "dir()" to get all identifiers in the current scope. This includes not just variables though and will probably scroll off the screen before you can even read a lot of it, but it does help.
Thank you, but as you point out this lists everything and the screen output is almost unreadable (at least for me) and very long. I have already found this command in a renpy forum, and there are also commands like
globals()
and
locals()
with similar (long) outputs. I guess we would need a way to include wildcards for the kind of variables we need - like
dir(*money*)
which of course is not a valid command... or some way to find a variable based on the current content displayed in the UI (just dreaming, I know :))

But thank you, maybe we will find easier ways to speed up gaming or just have to use mods of other users, because sometimes I just don't have the time to grind through a game where money or other values are earned only by repeating the same actions again and again for hours... at least in this game the load/save method for the casino works perfectly well, I have also used it for my first games.
 

MixaelPixael

Member
Aug 17, 2017
130
172
So, any news on this game? I checked the dev's Patreon, and (unless I missed something) no posts there since 0.9 release. Just wondering if I should just put this away for a long time and then check again.
 
  • Like
Reactions: ArnoNym

ArnoNym

Newbie
Jun 27, 2017
43
32
There seems to be an update (9.1) since today, October 3rd, 2017, but I have no idea about the contents - and of course would appreciate any information provided here in the forums, thanks in advance!
 

Litvan

Member
Aug 6, 2016
202
105

(blatant copy/paste of the actual post on patreon below, including dl-link in the "download")

Corrupting The Intern | Version 0.9.1 Public Release
Oct 7 at 12:38pm
Hey you all beautiful people!
Here's the public release of version 0.9.1!

Full changelog:
• Added new dancer job
• Completely redesigned the UI
• Added model for the boss
• Fixed bugs





Enjoy and stay tuned for a little teaser... ;)
 

Alleycat_2017

Member
Sep 1, 2017
275
318
UI is much slicker, and the graphics look cleaner. All the courses from v0.9 are done and there are no new one's showing. Not seeing the 'model for the boss' option yet. Keep dropping by teh school and boss' office. Maybe you need a level of money for that to come up?
 

fantasianme

Member
May 15, 2017
209
46
and the game is back online XD saw the post about problems for dev
great to see stuff is getting sorted out love this game
 

Mad Max

Newbie
May 5, 2017
91
214
UI is much slicker, and the graphics look cleaner. All the courses from v0.9 are done and there are no new one's showing. Not seeing the 'model for the boss' option yet. Keep dropping by teh school and boss' office. Maybe you need a level of money for that to come up?
He means a Visual Model for the Boss. He has a face now.
 
  • Like
Reactions: Alleycat_2017
3.30 star(s) 9 Votes