muttdoggy

Dogerator
Staff member
Moderator
Aug 6, 2016
7,793
43,876
I've only done that once and all I did was replace the picture in the images folder. I backed up the original image, replaced with the new image, and left the code alone. That's how I did it.
 

Twice

Member
May 7, 2017
133
54
ok. can anyone give me 00console.rpy files?
because i try to enable console
but got syntax error
idk why it happen so often when try to enable console
need to replace with a new one it fix the problem but i don't have the rar now, and i lazy to re download
anyone know why?
 
Last edited:

elistraee

Member
Feb 25, 2017
249
187
ok. can anyone give me 00console.rpy files?
because i try to enable console
but got syntax error
idk why it happen so often
need to replace with new one and change the false to true it fixed
anyone know why?
u probably type true instead of True
 

Twice

Member
May 7, 2017
133
54
u probably type true instead of True
no lol i'm not so stupid

I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "renpy/common/00console.rpy", line 98: invalid syntax
config.console = True config.console_history_size = 100
^


Ren'Py Version: Ren'Py 6.99.11.1749
 
  • Like
Reactions: herodrocher.sv

setter6

Member
Feb 11, 2017
184
161
no lol i'm not so stupid

I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "renpy/common/00console.rpy", line 98: invalid syntax
config.console = True config.console_history_size = 100
^


Ren'Py Version: Ren'Py 6.99.11.1749
maybe you messed up the formatting
# If true, the console is enabled despite config.developer being False.
config.console = True

config.console_history_size = 100
config.console_commands = { }
 
  • Like
Reactions: herodrocher.sv

Twice

Member
May 7, 2017
133
54
maybe you messed up the formatting
# If true, the console is enabled despite config.developer being False.
config.console = True

config.console_history_size = 100
config.console_commands = { }
i'm not change anything beside false to true
usually some game i play like this when enable console
need to replace with new 00console.rpy files and change again it works

ok so can anyone give me the file 00console.rpy now?
 

setter6

Member
Feb 11, 2017
184
161
i'm not change anything beside false to true
usually some game i play like this when enable console
need to replace with new 00console.rpy files and change again it works

ok so can anyone give me the file 00console.rpy now?
press enter before "config.console_history_size = 100" that should be on a new line not on the same line.
 

Twice

Member
May 7, 2017
133
54
press enter before "config.console_history_size = 100" that should be on a new line not on the same line.
ok i press enter and this error show

I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "renpy/common/00console.rpy", line 99: expected statement.
config.console_history_size = 100
^

Ren'Py Version: Ren'Py 6.99.11.1749

it should be fixed now if anyone just upload 17.5kb files
 

Hoboy

Well-Known Member
Jul 24, 2017
1,813
1,279
Boy! All this talk on cheats and using the console, etc. One of the things I really like about this game is that the dev made the game's script file easily available right in the game directory. All you have to do is edit that - everything you can do is in that one file (pretty much). I usually up my salary and decrease the rent hit, start with maybe 10 blue potions and increase the drop in resistance every night. that's enough to unlock everything by the time the beach scenes are available (day 40). So - plenty of time to find every scene your heart desires. And - if you're not sure what all is available, look in those files. There are files for major scenes, minor scenes, hub events, etc. You can see what they are and the conditions for each and every one...

And - lest we forget - always back up in case you go too far...
 

KingsRaiden

Engaged Member
Jan 4, 2017
3,099
2,153
Vren is getting closer to the Cumslut update.

Blowing Bubbles

I've been making up the image sets for the new cumslut training scenes tonight, and was able to finish them all up. Now I'll be turning my attention to adding new content to the existing scenes throughout the game wherever I can. This was an image of Lily that I thought turned out particularly well, I hope you like it.

 
  • Like
Reactions: setter6 and dbp5ca

letitbleed

Member
Jun 8, 2017
158
84
ok. can anyone give me 00console.rpy files?
because i try to enable console
but got syntax error
idk why it happen so often when try to enable console
need to replace with a new one it fix the problem but i don't have the rar now, and i lazy to re download
anyone know why?
when you write "true" it has to be "True" with the capital code can be finicky about accuracy also don't add extra spaces

should be this:

# If true, the console is enabled despite config.developer being False.
config.console = True
 

letitbleed

Member
Jun 8, 2017
158
84
no lol i'm not so stupid

I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "renpy/common/00console.rpy", line 98: invalid syntax
config.console = True config.console_history_size = 100
^


Ren'Py Version: Ren'Py 6.99.11.1749
the line you posted is not line 98 which is the console = True
the line you put up is actually lines 100 and 101 did you delete the original line 98?

oh and as a side note if you have a console rpy that works in another game you can simply copy it and replace that one with it they rarely have anything changed in them
 

Infamy

Engaged Member
Sep 25, 2016
2,274
1,352
Vren is getting closer to the Cumslut update.

Blowing Bubbles

I've been making up the image sets for the new cumslut training scenes tonight, and was able to finish them all up. Now I'll be turning my attention to adding new content to the existing scenes throughout the game wherever I can. This was an image of Lily that I thought turned out particularly well, I hope you like it.

Can't wait to make Nora savor my flavor if ya get my drift heh heh heh.
 
  • Like
Reactions: mav2099

KingsRaiden

Engaged Member
Jan 4, 2017
3,099
2,153
Hey is there a walkthrough for this game?
About the only thing needed for a walkthrough are when to get the serums, then its basically a strategy game. I'm going to put some details together for the upcoming wiki anyway, I'll post some as I pull it together.
 

Golddash

Newbie
Jun 5, 2017
25
2
Any way to increase the amount of days or decrease?

Also, how do I get red serum?

I can't seem to get mom to do the webcam thing again (-15 influence - 2 serum) because it keeps saying "changing my mind and leave" every single time I click that option.
 
  • Like
Reactions: setter6

BonrAlternate

Newbie
Jun 21, 2017
57
42
Any way to increase the amount of days or decrease?

Also, how do I get red serum?

I can't seem to get mom to do the webcam thing again (-15 influence - 2 serum) because it keeps saying "changing my mind and leave" every single time I click that option.
I don't think you can repeat that event. You should save before doing it if you want that scene again I think. If you enabled the debug menu you can input "day=(day value)" iirc
 
3.80 star(s) 49 Votes