4.00 star(s) 18 Votes

varkatzas666

Active Member
Feb 26, 2018
567
456
Excellent renders, the story is classic, but I have always liked it hahaha so there is no complaint. very good the truth, looking forward to the next updates, my rating up to version 0.02 is 9/10
 
  • Like
Reactions: 5thFloorGames

Max1276

Active Member
Mar 14, 2020
894
417
It is included in the chapter 2 update. I'll be dropping the chapter format in future updates to avoid this type of confusion though.

ok i love this game also if a little short for now ,anyway can't wait for the next updates ,really good work man, but this photos is part of the game? because i haven't found this scene 708212_game_menu.jpg
 
  • Like
Reactions: 5thFloorGames

5thFloorGames

Falling for Madison
Game Developer
Jul 7, 2019
91
348
ok i love this game also if a little short for now ,anyway can't wait for the next updates ,really good work man, but this photos is part of the game? because i haven't found this scene View attachment 715579
This render was done as a promotional image and at one time I was using it as one of the menu images. So.. no, it is not a scene in the actual game.
 
Last edited:

Spyderwraith

Well-Known Member
Jul 21, 2017
1,154
900
A lot of errors. so far around 3-4


An example:
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 2924, in script
if Willow == 1:
File "game/script.rpy", line 2924, in <module>
if Willow == 1:
NameError: name 'Willow' is not defined

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

Full traceback:
File "game/script.rpy", line 2924, in script
if Willow == 1:
File "D:\XXXgames\FallingForMadison-0.03-pc\FallingForMadison-0.03-pc\renpy\ast.py", line 1832, in execute
if renpy.python.py_eval(condition):
File "D:\XXXgames\FallingForMadison-0.03-pc\FallingForMadison-0.03-pc\renpy\python.py", line 2059, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\XXXgames\FallingForMadison-0.03-pc\FallingForMadison-0.03-pc\renpy\python.py", line 2052, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 2924, in <module>
if Willow == 1:
NameError: name 'Willow' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Falling For Madison 0.03
Wed Jul 08 11:31:49 2020
another example
I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
File "game/script.rpy", line 3169, in script
$ Madison += 1
File "D:\XXXgames\FallingForMadison-0.03-pc\FallingForMadison-0.03-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\XXXgames\FallingForMadison-0.03-pc\FallingForMadison-0.03-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 3169, in <module>
$ Madison += 1
NameError: name 'Madison' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Falling For Madison 0.03
Wed Jul 08 11:36:11 2020

Another example:

I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
File "game/script.rpy", line 3388, in script
$ Madison += 1
File "D:\XXXgames\FallingForMadison-0.03-pc\FallingForMadison-0.03-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\XXXgames\FallingForMadison-0.03-pc\FallingForMadison-0.03-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 3388, in <module>
$ Madison += 1
NameError: name 'Madison' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Falling For Madison 0.03
Wed Jul 08 11:40:31 2020

Another:
I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
File "game/script.rpy", line 3454, in script
$ Rosa += 1
File "D:\XXXgames\FallingForMadison-0.03-pc\FallingForMadison-0.03-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\XXXgames\FallingForMadison-0.03-pc\FallingForMadison-0.03-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 3454, in <module>
$ Rosa += 1
NameError: name 'Rosa' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Falling For Madison 0.03
Wed Jul 08 11:42:04 2020
 
Last edited:

5thFloorGames

Falling for Madison
Game Developer
Jul 7, 2019
91
348
A lot of errors. so far around 3-4 I'm not sure if it's because of the patch?

An example:
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 2924, in script
if Willow == 1:
File "game/script.rpy", line 2924, in <module>
if Willow == 1:
NameError: name 'Willow' is not defined

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

Full traceback:
File "game/script.rpy", line 2924, in script
if Willow == 1:
File "D:\XXXgames\FallingForMadison-0.03-pc\FallingForMadison-0.03-pc\renpy\ast.py", line 1832, in execute
if renpy.python.py_eval(condition):
File "D:\XXXgames\FallingForMadison-0.03-pc\FallingForMadison-0.03-pc\renpy\python.py", line 2059, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\XXXgames\FallingForMadison-0.03-pc\FallingForMadison-0.03-pc\renpy\python.py", line 2052, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 2924, in <module>
if Willow == 1:
NameError: name 'Willow' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Falling For Madison 0.03
Wed Jul 08 11:31:49 2020
another example
I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
File "game/script.rpy", line 3169, in script
$ Madison += 1
File "D:\XXXgames\FallingForMadison-0.03-pc\FallingForMadison-0.03-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\XXXgames\FallingForMadison-0.03-pc\FallingForMadison-0.03-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 3169, in <module>
$ Madison += 1
NameError: name 'Madison' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Falling For Madison 0.03
Wed Jul 08 11:36:11 2020
Is this from an old save file or did you start a new game? I made a lot of changes to the previous build and noted on my patreon page it would be best to start new. Either way, I'll check it when I get home but everything worked on my final play tests before I released it.
 
4.00 star(s) 18 Votes