Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(-1)

Ok sorry, I was effectively trying to run the season 2 before the season 1, now it start normaly and I no longer have the choice that I talked about earlier.

Now, the only thing left is the presence of the “Extra Content” button in the main menu preferences.
As you point out, I get an error by clicking on it because I haven’t played yet, but the fact is that it shouldn’t generate an error in any case. To resolve this type of case, the button should be disabled or hidden until we have played, or a message should appear telling us that we must play first before we can access this section.
The error for season 1 is:

While running game code:
  File "game/Contenido Extra.rpy", line 21, in <module>
NameError: name 'imagen1' is not defined

-- Full Traceback ---

Full traceback:
  File "Contenido Extra.rpyc", line 21, in script
  File "\Medieval times\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "\Medieval times\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "\Medieval times\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/Contenido Extra.rpy", line 21, in <module>
NameError: name 'imagen1' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Medieval Times 10.0.0

And for season 2, it’s:

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

-- Full Traceback ---

Full traceback:
  File "game/CE_gallery.rpy", line 29, in script
    if imagen1 == "1":
  File "\Medieval times\renpy\ast.py", line 2115, in execute
    if renpy.python.py_eval(condition):
  File "\Medieval times\renpy\python.py", line 1092, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "\Medieval times\renpy\python.py", line 1085, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/CE_gallery.rpy", line 29, in <module>
    if imagen1 == "1":
NameError: name 'imagen1' is not defined

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.3.22090809
Medieval Times 2.8.0

Not that I care about “Extra Content”, but I like to make sure everything works properly haha.

Sorry for the confusion, we are trying to understand what's the error here, can you tell me if you downloaded the game from another page? If you are in telegram please write me to try to fix this 

(-3)

Well, well, well. Are you really trying to discharges yourself by suggesting that I may have obtained the game from another source? And the tracebacks I showed are pretty straightforward. Is $ imagen1 = "0" and so on not defined under label start: in script.rpy?
If this is indeed the case, then a simple solution I could give will be either remove these option from the main_menu part of the navigation screen, or define the variables as persistent, or add another condition at the start of the CE_p1 label like:

label CE_p1:
if not store.imagen1:
    "Sorry but you must play first before accessing this section."
    return

Anyway, I gave it a try until I reached a non-optional scene that make me tell that I’m not going to give to that rapings’s game more of my time. Besides, the writing is really not great and the expressions they are doing when talking are so awful that I almost wished there are no image at all.

Perfect, thanks for you time 🤗