- Mar 31, 2022
- 3,451
- 6,703
I have to say, this is the only game on this site that I constantly see people asking for help to cheat at.
God only knows why since the storyline doesn't really branch and you only have to choose which quest you want to do first.I have to say, this is the only game on this site that I constantly see people asking for help to cheat at.
Your only real choices are: making a choice that will drop you out from storyline content involving a female character / not dropping that content.because the stat works different like other games
you end up breaking your save.also if i am not asking for much..i had found a cheat that gaved me +50 to all stats or it was +100...how i can do this through console...or if it cannot happen through console is it possible at saveditor online that stat should i change...it seems i cannot find those
main story? not that much but quite a bit on sidestories.how much story content/renders has been added since v0.51? Im looking at the changelog and the majority of it is "fixes"
see above.How do i change the "Control" , "Power" and "Mastery" values permanently...i cannot do it with console or with saveeditor online....
end of update.Hi! I need help. After then I took the injured Zoey home, and finished the conversation with her the game "stucked". All quest finished, don't get new quest, cannot go any places exept the hospital, but cannot do anything there. I just hang out at home, and nothing. What's next?
Wow, really? No preliminary message or end of update headline? I tought it somthing went wrong....end of update.
not in sandbox games.Wow, really? No preliminary message or end of update headline? I tought it somthing went wrong....
Well, you should play it a little more, because there is a name change in the game during gameplay.Nice game
Looking at the code, I was pleasantly surprised to find that the starting name of the MC was not hard-coded onto the game & could be easily changed.
I was even more surprised that there was no name change mod yet, so I thought I'd make one.
So attached is a mod to change the birth name of the MC (the default name you start the game with).
Installation: Download the 00_ChangeName.rpy file & put it in the /game folder (found in the same location as TheBite.exe).
Open it with any text editor & replace RandomName with the name you want (remember to save the changes).
Eg: if you want John to be the starting name, "RandomName" should be changed to "John"
Compatibility/updates: The mod only initialises the default value of MC_DEFAULT_NAME with a different value.
Hence it'll require no updates, shouldn't cause any compatibility issues with other mods nor cause any errors.
Worst possible scenario, it'l stop working & the default name reverts back.
Also it doesn't require a new game, the birth/starting name of the mc in your current saves will also be changed, i.e. the dialogue referring to the MC's pre-vamp name will use the name put in the mod file.
Use at your own risk if you do not understand anything about what was just explained.You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
Anyway, this seems to be a very nice game.
Best wishes to the dev going forward
Well you should read my post a little more, because I stated the mod is to change your human name, not the name on your forged id after your undeath.Well, you should play it a little more, because there is a name change in the game during gameplay.
View attachment 3441706
I have played the whole game, read the code & know how that name change works & what variables are involved.Nice game
Looking at the code, I was pleasantly surprised to find that the starting name of the MC was not hard-coded onto the game & could be easily changed.
I was even more surprised that there was no name change mod yet, so I thought I'd make one.
So attached is a mod to change the birth name of the MC (the default name you start the game with).
Installation: Download the 00_ChangeName.rpy file & put it in the /game folder (found in the same location as TheBite.exe).
Open it with any text editor & replace RandomName with the name you want (remember to save the changes).
Eg: if you want John to be the starting name, "RandomName" should be changed to "John"
well still can roam around and finish rest quests if didn't do those and if has done everything then and can just wander outside if wants unlike non-sb vns.I beg your pardon!
yes, try rollback. using old mod maybe?Am I the only one getting errors with every choice in this new version... ??? Every time I choose something I get error "Exeption has occured"... etc....
I tried clean version without anything... started from beginning and getting same errors...yes, try rollback. using old mod maybe?
It was old saves or settings fault... deleted folder from roaming, now it's ok...I tried clean version without anything... started from beginning and getting same errors...
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 34, in <module>
File "game/Scripts/Screens/Main_Menu.rpy", line 1, in execute
File "game/Scripts/Screens/Main_Menu.rpy", line 1, in execute
File "game/Scripts/Screens/Main_Menu.rpy", line 14, in execute
File "game/Scripts/Screens/Main_Menu.rpy", line 15, in execute
File "game/Scripts/Screens/Character.rpy", line 123, in execute
File "game/Scripts/Screens/Character.rpy", line 123, in execute
File "game/Scripts/Screens/Character.rpy", line 124, in execute
File "game/Scripts/Screens/Character.rpy", line 124, in <module>
File "game/Scripts/Scripts/choices.rpy", line 118, in showMainCharDetails
File "game/Scripts/Scripts/choices.rpy", line 75, in fillInChoices
KeyError: None
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 34, in script
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 34, in <module>
File "renpy/exports.py", line 3136, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3325, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3737, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3737, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/Scripts/Screens/Main_Menu.rpy", line 1, in execute
File "game/Scripts/Screens/Main_Menu.rpy", line 1, in execute
File "game/Scripts/Screens/Main_Menu.rpy", line 14, in execute
File "game/Scripts/Screens/Main_Menu.rpy", line 15, in execute
File "game/Scripts/Screens/Character.rpy", line 123, in execute
File "game/Scripts/Screens/Character.rpy", line 123, in execute
File "game/Scripts/Screens/Character.rpy", line 124, in execute
File "game/Scripts/Screens/Character.rpy", line 124, in <module>
File "game/Scripts/Scripts/choices.rpy", line 118, in showMainCharDetails
File "game/Scripts/Scripts/choices.rpy", line 75, in fillInChoices
KeyError: None
Windows-10-10.0.22621
Ren'Py 7.4.11.2266
The Bite Revenant
Sat Mar 23 15:56:50 2024
You have mod installed, which is not compatible with latest version... delete game folder and download latest without mod and you'll be fine...have errors all he time when click on mc icon or just play and get 2-3 error pages.
Now it just stops after mc kissed Zoey in cinema. After this slide there is no progress whatever I do
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 34, in <module> File "game/Scripts/Screens/Main_Menu.rpy", line 1, in execute File "game/Scripts/Screens/Main_Menu.rpy", line 1, in execute File "game/Scripts/Screens/Main_Menu.rpy", line 14, in execute File "game/Scripts/Screens/Main_Menu.rpy", line 15, in execute File "game/Scripts/Screens/Character.rpy", line 123, in execute File "game/Scripts/Screens/Character.rpy", line 123, in execute File "game/Scripts/Screens/Character.rpy", line 124, in execute File "game/Scripts/Screens/Character.rpy", line 124, in <module> File "game/Scripts/Scripts/choices.rpy", line 118, in showMainCharDetails File "game/Scripts/Scripts/choices.rpy", line 75, in fillInChoices KeyError: None -- Full Traceback ------------------------------------------------------------ Full traceback: File "script.rpyc", line 34, in script File "renpy/ast.py", line 928, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2245, in py_exec_bytecode exec(bytecode, globals, locals) File "game/script.rpy", line 34, in <module> File "renpy/exports.py", line 3136, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3325, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 3737, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/screen.py", line 436, in visit_all callback(self) File "renpy/display/core.py", line 3737, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/screen.py", line 447, in per_interact self.update() File "renpy/display/screen.py", line 637, in update self.screen.function(**self.scope) File "game/Scripts/Screens/Main_Menu.rpy", line 1, in execute File "game/Scripts/Screens/Main_Menu.rpy", line 1, in execute File "game/Scripts/Screens/Main_Menu.rpy", line 14, in execute File "game/Scripts/Screens/Main_Menu.rpy", line 15, in execute File "game/Scripts/Screens/Character.rpy", line 123, in execute File "game/Scripts/Screens/Character.rpy", line 123, in execute File "game/Scripts/Screens/Character.rpy", line 124, in execute File "game/Scripts/Screens/Character.rpy", line 124, in <module> File "game/Scripts/Scripts/choices.rpy", line 118, in showMainCharDetails File "game/Scripts/Scripts/choices.rpy", line 75, in fillInChoices KeyError: None Windows-10-10.0.22621 Ren'Py 7.4.11.2266 The Bite Revenant Sat Mar 23 15:56:50 2024