IdkHowToSay
New Member
- Jun 22, 2023
- 9
- 4
Almost no content, the grind is BORING, the Unity versión is better, there are bugs in the Unity version but has a lot more content, just wait or play the Unity Vers
It's the same dev, and same basic story, setting, and characters, but not really.Is this the same as the unity version?
The link on the main page still works fine and dandy for me, but here.His discord link is invalid, who can give the link? I want to join DonTaco's discord
hey how do i find what to input to change variables for other games like how you change the amount of love in big long complex how do you find what to put in to modify it?should be shift + O, but if that doesn't work it might not be enabled, luckily its not to complicated to enable both developer mode and therefore the console,
in order to enable developer mode, go to the games folder, go to renpy, common, and find the file labels 00library,
you can use notepad++ for easy editing of these files
in notepad++ scroll down until you find these lines
init -1000 python:
# Set developer to the auto default.
config.original_developer = "Auto"
if config.script_version:
config.developer = False
config.default_developer = False
else:
config.developer = True
config.default_developer = True
by changing the words "Auto" and "False" to "True", you can enable developer mode and the console.
this can also be applied to most renpy games (at least as far as I've tested)