Eepsquared

Newbie
Sep 20, 2021
21
3
Why are you trying to make everything so complicated?
First, never touch the 00console.rpy file. It is totally useless.

Then, in the option.rpy, just add:
define config.developer = True
define config.console = True


No need of inits, python's hide, marabout, black magic or voodoo stuffs.
This will work 99% of the time. And if it doesn't work, it means that the dev has blocked the config.console somewhere. And when it's blocked, 99% of the time it's in the option.rpy file.
If not, just go for a search in the rpy files of the /game directory.

But here, whether for week 1 or week 2, it's out of the box for both console and developer tabs.

And same goes for for the roolback.

Here is what I add in all the renpy games I'm playing and it always works like a charm:
Python:
define config.developer = True
define config.console = True

define config.rollback_enabled = True
define config.hard_rollback_limit = 256
define config.rollback_length = 256

define config.has_autosave = False
define config.autosave_on_choice = False
define config.autosave_on_quit = False
I usually put these lines between the define build.name and the ## Sounds and music ##########
First, no option.rpy anywhere in game (sub)folder(s). Second, where should option.rpy go, "renpy", "renpy/common"? If in "renpy" folder, console still doesn't enable with shift+0 or ` commands.
 

den_tiger

Well-Known Member
Feb 16, 2022
1,047
1,020
just wanted to share

That horny judge gave me Amrose vibes.
 

ramson32

Member
Sep 19, 2017
206
52
Hi anybody knows when all endings will be implemented. Tried to search but too many results. I thought the dev will release endings but instead, we got a minigame
 
  • Like
Reactions: Yuri L

cxx

Message Maestro
Nov 14, 2017
68,196
34,511
Hi anybody knows when all endings will be implemented. Tried to search but too many results. I thought the dev will release endings but instead, we got a minigame
only dev can tell and there'll be no telling.
 

Yuri L

Active Member
Apr 28, 2017
563
1,095
the minigame is definitely stupid and was unexpected, but you just click on the non-lewd images...I'm not even sure it makes a difference and there's also a skip button. they also prevent rollback for some stupid reason. Either way, it's not difficult.
A year late but I just tried it and it's poorly balanced. By the half-way mark the clicking becomes downright impossible to complete on time with only 3 lives since some of the icons require multiple clicks. The skip button would have been fine if it gave you the 'pass' condition but it doesn't.
 

Cartageno

Devoted Member
Dec 1, 2019
8,792
14,933
A year late but I just tried it and it's poorly balanced. By the half-way mark the clicking becomes downright impossible to complete on time with only 3 lives since some of the icons require multiple clicks. The skip button would have been fine if it gave you the 'pass' condition but it doesn't.
While I agree that it is somewhat annoying - and completely out of character for this game which makes it a bit worse IMO - it isn't as if passing it is needed when you played well before. (And it definitely is doable, I think I have about a 50% success rate in my playthroughs, though that's not much of a sample size)
 

Yuri L

Active Member
Apr 28, 2017
563
1,095
While I agree that it is somewhat annoying - and completely out of character for this game which makes it a bit worse IMO - it isn't as if passing it is needed when you played well before. (And it definitely is doable, I think I have about a 50% success rate in my playthroughs, though that's not much of a sample size)
It's tricky to get enough study points (7) even if you play well. Another problem is that it lags on certain systems which makes playing it challenging.
 

headhunter32

Member
May 15, 2018
156
165
I thought the game was complete why do i get the msg in ending 16 you have reach the end of the current storry part.
this ending will be implementend in the future.
 

cxx

Message Maestro
Nov 14, 2017
68,196
34,511
I thought the game was complete why do i get the msg in ending 16 you have reach the end of the current storry part.
this ending will be implementend in the future.
main story and some endings are done, rest will be done in future.

*waits follow up question*
 

headhunter32

Member
May 15, 2018
156
165
main story and some endings are done, rest will be done in future.

*waits follow up question*
then a tip for the person that main the first post to say that there, because its confusing to see complete and then find out its not yet complete.
 

cxx

Message Maestro
Nov 14, 2017
68,196
34,511
then a tip for the person that main the first post to say that there, because its confusing to see complete and then find out its not yet complete.
per F95 and dev game is completed, if you and others want to argue about it then contact F95 mods and admins and also dev (won't listen you most likely unless you are supporter).

you can play gsme from start to finish so story is completed.
 
4.00 star(s) 186 Votes