- Apr 26, 2017
- 13,481
- 20,258
Played the chapter.
You don't have permission to view the spoiler content.
Log in or register now.
Last edited:
You don't have permission to view the spoiler content. Log in or register now.
Nope.Any new Stacy content?
I mean, it sounds like it tries to trigger the "extended edition" menu screen, which it can't for the simple reason that it's not in the game yet. I've had no issues enabling the console by editing 00console.rpy as usual; you must have tripped some other variable somewhere. Try starting from scratch with a clean copy of the game.can't enable console for week2 because when I do I cannot start the game anymore, it throws an error : A screen named main_menu_extended does not exist.
I tried with unrenpy, and I tried manually by editing variables in files.
It feels like intentional, any way to go around it ?
I tried that once before.I mean, it sounds like it tries to trigger the "extended edition" menu screen, which it can't for the simple reason that it's not in the game yet. I've had no issues enabling the console by editing 00console.rpy as usual; you must have tripped some other variable somewhere. Try starting from scratch with a clean copy of the game.
Read the changelog in the first post. Content = scene. Story = just dialoguesThere is any new sceans ????
Forgot about that detail, since i am in pretty much everyone's path. Maybe Antony could simply be lashing out his frustations for Min breaking up with him on others ? First Cynthia's butt and now Mike's punishment.You don't have permission to view the spoiler content. Log in or register now.
Nope.
This file will enable console and disable dev (which is what causes the crash).I tried that once before.
After your message I tried it two mores times, same error.
I just go to 00console.rpy and edit line 108 from "config.console = False" to "config.console = True"
I also tried adding a option.rpy with "
init -1:
python hide:
config.developer = True "
in Game folder (of course I'd erase everything and take a fresh copy from the archive after every try.
Same error every time. Everything worked well with week1... but not week2
works! ty:)This file will enable console and disable dev (which is what causes the crash).
Almost sure this was already explained. Translators only get the update files after they have been released, so translations are always at least one step behind.Please update the German language in week 2.
You, me and a lot of others think along those lines.I'm like 98.5% certain that Lydia is running the whole show.
She be fronting about being pure and innocent the while forcing the MC to be more and more depraived until they're fully compatible.
Why are you trying to make everything so complicated?I tried that once before.
After your message I tried it two mores times, same error.
I just go to 00console.rpy and edit line 108 from "config.console = False" to "config.console = True"
I also tried adding a option.rpy with "
init -1:
python hide:
config.developer = True "
in Game folder (of course I'd erase everything and take a fresh copy from the archive after every try.
Same error every time. Everything worked well with week1... but not week2
config.console
somewhere. And when it's blocked, 99% of the time it's in the option.rpy file.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
define build.name
and the ## Sounds and music ##########
"Then, in the option.rpy, just add"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 theconfig.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:
I usually put these lines between thePython: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
define build.name
and the## Sounds and music ##########
Are you sure?Lots of arrogance and a long ass message for something you haven't tried beforehand and that doesn't work.