Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Adudeguy

5
Posts
6
Following
A member registered Aug 02, 2021

Recent community posts

Also it seems stuck on the "Who's the Champion?" response, regardless of changes.

Thank you for fixing that so swiftly! However I was testing it and ran into this:

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/script_adoption.rpy", line 409, in script

    if int(f_imc) == int(f_prev_imc):

  File "game/script_adoption.rpy", line 438, in <module>

    elif f_imc > fancimc and f_imc < 26:

NameError: name 'fancimc' is not defined

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

Full traceback:

  File "game/script_adoption.rpy", line 409, in script

    if int(f_imc) == int(f_prev_imc):

  File "renpy/ast.py", line 1898, in execute

    if renpy.python.py_eval(condition):

  File "renpy/python.py", line 2276, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "renpy/python.py", line 2269, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/script_adoption.rpy", line 438, in <module>

    elif f_imc > fancimc and f_imc < 26:

NameError: name 'fancimc' is not defined

Windows-10-10.0.19041

Ren'Py 7.4.11.2266

C'est de la tarte - Cerise sur le gâteau ! 0.16-1

Tue Dec  7 17:14:08 2021

[/code]

Hey this is a great addition to Piece of Cake, good work. I ran into an error with my kid here:

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/script_adoption.rpy", line 409, in script

    if int(f_imc) == int(f_rev_imc):

  File "game/script_adoption.rpy", line 409, in <module>

    if int(f_imc) == int(f_rev_imc):

NameError: name 'f_rev_imc' is not defined

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

Full traceback:

  File "game/script_adoption.rpy", line 409, in script

    if int(f_imc) == int(f_rev_imc):

  File "renpy/ast.py", line 1893, in execute

    if renpy.python.py_eval(condition):

  File "renpy/python.py", line 2266, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "renpy/python.py", line 2259, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/script_adoption.rpy", line 409, in <module>

    if int(f_imc) == int(f_rev_imc):

NameError: name 'f_rev_imc' is not defined

Windows-10-10.0.19041

Ren'Py 7.4.8.1895

C'est de la tarte - Cerise sur le gâteau ! 0.16-0

Sat Dec  4 16:19:34 2021

```

That's cool man, keep it up! Looking forward to the next update.

Hey man, really loving the game, it's very impressive even at this early phase. I just wanted to ask, as things in the town and events with your daughter change with their ever increasing BMI, at what point do descriptions and events stop changing?

Again, great work man.