myukimo

Member
Nov 18, 2021
345
297
A great project with a sense of humor :unsure: ... I think I'm going to do my bit in this project but in a couple of hours I will have created a few signatures ;)
 

cxx

Message Maestro
Nov 14, 2017
57,389
28,434
short update and gf/wife to be still doesn't want to have sex, story advanced bit and that's it.
 

Kitchentable

Active Member
Aug 13, 2018
650
1,099
my small contribution to this new great project :love:
You don't have permission to view the spoiler content. Log in or register now.
Now that's a render of a very very very stern looking Emily there!
I am almost a bit scared. :ROFLMAO: Where'd you find that? Ah...her being jealous. Right?

Great work with the signature but stern looking Emily does not work for me personally! :)

The second gif thingy you made captures her way better in my opinion.

Again thanks for putting in the work mate.
 
  • Haha
Reactions: myukimo

myukimo

Member
Nov 18, 2021
345
297
Now that's a render of a very very very stern looking Emily there!
I am almost a bit scared. :ROFLMAO: Where'd you find that? Ah...her being jealous. Right?

Great work with the signature but stern looking Emily does not work for me personally! :)

The second gif thingy you made captures her way better in my opinion.

Again thanks for putting in the work mate.
I think that Emily scene is at school. I have seen it and I have not hesitated for a second to make a signature
 

rogokin

Member
Jul 4, 2020
245
544
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 19425, in script
    $ correct += 1
  File "game/script.rpy", line 19425, in <module>
    $ correct += 1
NameError: name 'correct' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/script.rpy", line 19425, in script
    $ correct += 1
  File "renpy/ast.py", line 923, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2235, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script.rpy", line 19425, in <module>
    $ correct += 1
NameError: name 'correct' is not defined

Windows-10-10.0.22000
Ren'Py 7.4.8.1895
Bite: Season One v0.4.5(Ep5pt1)
Tue Nov 15 16:44:10 2022
won't let me get the answers right.
 
  • Like
Reactions: plaguyex

H_NGM_N666

Member
Nov 25, 2020
491
485
Error with game bar choice
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 15224, in script
    $ correct += 1
  File "game/script.rpy", line 15224, in <module>
    $ correct += 1
NameError: name 'correct' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/script.rpy", line 15224, in script
    $ correct += 1
  File "renpy/ast.py", line 923, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2235, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script.rpy", line 15224, in <module>
    $ correct += 1
NameError: name 'correct' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Bite: Season One v0.4(Ep4)
Sun Oct 23 01:29:12 2022
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 19425, in script
    $ correct += 1
  File "game/script.rpy", line 19425, in <module>
    $ correct += 1
NameError: name 'correct' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/script.rpy", line 19425, in script
    $ correct += 1
  File "renpy/ast.py", line 923, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2235, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script.rpy", line 19425, in <module>
    $ correct += 1
NameError: name 'correct' is not defined

Windows-10-10.0.22000
Ren'Py 7.4.8.1895
Bite: Season One v0.4.5(Ep5pt1)
Tue Nov 15 16:44:10 2022
won't let me get the answers right.
With the bar i got the same error that "Correct" is not defined. I hope and think that there is no negative effect with this error but just some other text.

update:
looking at the code, you get a text after which says you have done good or bad. No consequences but i did good with the correct choices, so all good :)

update 2:
the second workday as a bartender seems that we don´t get the reward. I solved this by opening the console and type in: $ correct = 6
Then i got the reward
If you don´t get the reward at the end, i solved that in that way to get it. Use unren or the 0x52 URM to get to the console
 
  • Like
Reactions: rogokin

Raxnor

New Member
May 13, 2020
2
6
Error with game bar choice
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 15224, in script
    $ correct += 1
  File "game/script.rpy", line 15224, in <module>
    $ correct += 1
NameError: name 'correct' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/script.rpy", line 15224, in script
    $ correct += 1
  File "renpy/ast.py", line 923, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2235, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script.rpy", line 15224, in <module>
    $ correct += 1
NameError: name 'correct' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Bite: Season One v0.4(Ep4)
Sun Oct 23 01:29:12 2022
Easy fix. Open script.rpy. Go to line 19587 and change " $ correct += 1 " to " $ correct = 5 ". This way you will get the reward.
 
  • Like
Reactions: rogokin

D3xzalias

Well-Known Member
Aug 1, 2018
1,014
3,819
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 19425, in script
    $ correct += 1
  File "game/script.rpy", line 19425, in <module>
    $ correct += 1
NameError: name 'correct' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/script.rpy", line 19425, in script
    $ correct += 1
  File "renpy/ast.py", line 923, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2235, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script.rpy", line 19425, in <module>
    $ correct += 1
NameError: name 'correct' is not defined

Windows-10-10.0.22000
Ren'Py 7.4.8.1895
Bite: Season One v0.4.5(Ep5pt1)
Tue Nov 15 16:44:10 2022
won't let me get the answers right.
are you playing with and outdated mod ? if yes stop using the mod
 
  • Like
Reactions: rogokin

H_NGM_N666

Member
Nov 25, 2020
491
485
Easy fix. Open script.rpy. Go to line 19587 and change " $ correct += 1 " to " $ correct = 5 ". This way you will get the reword.
Or like that :) But i would change that to 6 because of the 6 correct answers before. I don´t know if we need that points in future updates
 

Kalenz123

Active Member
Dec 13, 2018
531
904
Is vampires actually an erotically pleasing genre?
I mean beyond women who look for teenage looking century old bad boys? (twilight)
I always loved vampires for horror/rpg but never understood the lewd scene can someone explain?
 
  • Angry
Reactions: HentaiGamerN00b

HentaiGamerN00b

Active Member
Sep 6, 2020
932
787
Is vampires actually an erotically pleasing genre?
I mean beyond women who look for teenage looking century old bad boys? (twilight)
I always loved vampires for horror/rpg but never understood the lewd scene can someone explain?
 
  • Haha
Reactions: cxx

Deleted member 2030943

Active Member
Feb 16, 2020
532
847
Is vampires actually an erotically pleasing genre?
I mean beyond women who look for teenage looking century old bad boys? (twilight)
I always loved vampires for horror/rpg but never understood the lewd scene can someone explain?
Things like that are purley subjective and not really something that can be explained in general terms. I mean, why does anyone like anything?
 

trumpthatbitch

Active Member
Jun 23, 2017
911
1,399
This game has recently started to go downhill fast started out ok but recently the scenes are overly formulaic and flow more like the writer is checking boxes rather than organically. Like do x correct and y happens. Wish there was more carryover from earlier decisions and choices than serving some drinks correctly at that moment leads to a shallow BJ or whatever.

Nothing is tracked either so it seems like every decision is sort of scene-specific and won't affect the overall story at all. Shame. Right now it's sort of kinetic without the kinetic tag or much in the way of a deep story. No idea how it has the rating it currently holds
 
Last edited:
2.50 star(s) 30 Votes