- Aug 4, 2017
- 1,146
- 12,775
If you want to investigate how the variables influence the game, don't use any mods. They deliberately alter the script(s), so won't give you an accurate insight into how the game is supposed to work.The point that I don't think has been fully grasped of what I've post is that that I wish I could understand MORE about console commands, variable changings and the EFFECTIVE effects that one variable has on the other.
There is no comprehensive list of console commands/hacks, because it would be ridiculously complex, most variables aren't relevant enough to require alteration, and most people who want to cheat would use cheat mods.I struggled to find a single guide (here on f95zone OR anywhere else for this matter) that encloses them or that explains in the least how the bare minimum mechanisms work... or someone who has ever talked (in this thread) about the inconsistencies in the game that can happen if you change a variable that is linked to other variables you know nothing about it!
The risk of breaking a game when changing variables without understanding the ramifications is universal, not specific to this game.
Someone has posted all the variables (at least all the variables that are getting transferred to 0.9). They're not much use divorced of the context of how they're used though.No one in this thread (that I have been able to research or am aware of) has ever listed all the commands in the console or all the variables (sure there are some that have shared a few) but without having the big picture it's hard to figure out how to "act" without "undoing" everything...
If you want to understand how the game works in detail, then you need to extract the script files and interrogate them. The easiest way to do that is to use UnRen (or the newer fork), which will let you unpack the RPA archives (option 1) and then decompile the rpyc script files (option 2). You can then use a text editor like Atom or Notepad++ to examine/search the decompiled rpy script files and discover how certain variables may influence things in the game.
On Windows Ren'Py stores saves in two places, the game\saves folder and %appdata%\RenPy\BeingaDIK-1535311494Does anyone know how to reset the game? I deleted my saves but all the unlocked renders and rewards are still showing. I wanted to start fresh for my second playthrough.
You need to remove the persistent file from both places to reset the game.
The is no official update patch. There is an though.can u gıve me the v0.7 to v0.8 update lınk
What are the commands to auto win fights, tests, or mini games?
Don't know anyway ingame, but if you enable the console (UnRen option 3) you can toggle mini-games with the following codes.You can skip all mini-games, which results in auto-win, at the beginning of any new game. I'm not sure there is a way to do this after the start of a new game without mods or using in-game cheats through Derek/Magnar.
To disable mini-games enter:
minigames = False
To enable mini-games enter:
minigames = True
Last edited: