Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Ill try redownloading it but i get an error as soon as i open the game on Android. I copied and pasted the error below


[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/00start.rpy", line 190, in <module>

  File "game/topdown/topdown.rpy", line 629, in <module>

  File "game/topdown/topdown.rpy", line 214, in __init__

  File "game/topdown/topdown.rpy", line 21, in load_map

Exception: Couldn't find file 'topdown/map_1.csv'.

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

Full traceback:

  File "00start.rpyc", line 189, in script

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

  File "renpy/python.py", line 1122, in py_exec_bytecode

  File "renpy/common/00start.rpy", line 190, in <module>

  File "renpy/exports.py", line 3982, in execute_default_statement

  File "topdown/topdown.rpyc", line 629, in execute_default

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

  File "game/topdown/topdown.rpy", line 629, in <module>

  File "game/topdown/topdown.rpy", line 214, in __init__

  File "game/topdown/topdown.rpy", line 21, in load_map

  File "renpy/loader.py", line 910, in transfn

Exception: Couldn't find file 'topdown/map_1.csv'.

[/code]

Unfortunately, this game is broken in some aspects. I made it quickly, but I plan to fix all the errors in the next update when I have the time.