- Feb 17, 2021
- 207
- 150
Not really backwards if Unity are still pulliing that crap of paying X for Y installs or wtv I dont recall much of what the CEO wanted.first Unity engine to Ren'Py engine, major step backwards imho. cleaner setup, art about the same. in unity you could have sex get them pregnant to Ren'Py barely any content maybe a blowjob. four places to work before, one place to work now. step up progression before almost no progression with remake. very disappointing since the abandoned Unity version.
I mean, I'm gonna be perfectly honest here... The Unity version was far ahead of this one. But, at least when it comes to the scenes, all the dev needs to do is record the animations from the Unity version as video files, shove them into the games folder of the RenPy version, and add the minimum amount of code to make them play once the appropriate amount of affection points has been gathered. Which would be, like, three lines of copy&paste, as far as I can tell, since the structure to play scenes based on affection points is already there.*Checks list of other games*
Abandoned
Last updated Feb '23
Abandoned
Last updated Jul '23
Oh yeah, this is going to work out great, I'm sure the dev will stick with it this time and not just use it as a triannual money printer :^)
I suppose he was hoping for the boys in discord to share the news as up to which point the game ends.There's nothing i hate more than playing a game that's in progress and there's no indication when you run in to the end of the content. A simple ''end of x update'' goes a long way.
in the console;what commands do you use to skip the grind, help me out here
How can I open the console?in the console;
LiaLove = 100
Money = 9999
and i think thats it for all there is. you can check the variable viewer with shift+D.
good luck.
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,How can I open the console?
HEROshould 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)
Thank you very much for the detailed explanation!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)
im too lazy gimme plz changed filesshould 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)