Tinuss

Member
Mar 31, 2018
432
575
922 pages and this is the first time I am seeing this game. Can someone tell me if I should play 1 before 2? How good is it?
 

satanete

Member
Nov 24, 2017
418
286
922 pages and this is the first time I am seeing this game. Can someone tell me if I should play 1 before 2? How good is it?
The game is really, fucking really good, but it's grindy has hell. But the anticipation and the progress, slow but steady, are two of the best I've seen on a game here.
 

Abhai

Devoted Member
Sep 12, 2018
8,971
36,999
I have this error, can somebody know how to fix this ?

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

While running game code:
  File "game/cynhotel.rpy", line 499, in script
    if wautip ==1 and kfail == 0:
  File "game/cynhotel.rpy", line 499, in <module>
    if wautip ==1 and kfail == 0:
NameError: name 'wautip' is not defined

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

Full traceback:
  File "game/cynhotel.rpy", line 499, in script
    if wautip ==1 and kfail == 0:
  File "D:\PRYWATNE\!!!moje\Foot Of The Mountains\FootOfTheMoutainsII-2.0-pc\FootOfTheMoutainsII-2.0-pc\renpy\ast.py", line 1803, in execute
    if renpy.python.py_eval(condition):
  File "D:\PRYWATNE\!!!moje\Foot Of The Mountains\FootOfTheMoutainsII-2.0-pc\FootOfTheMoutainsII-2.0-pc\renpy\python.py", line 1960, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\PRYWATNE\!!!moje\Foot Of The Mountains\FootOfTheMoutainsII-2.0-pc\FootOfTheMoutainsII-2.0-pc\renpy\python.py", line 1953, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/cynhotel.rpy", line 499, in <module>
    if wautip ==1 and kfail == 0:
NameError: name 'wautip' is not defined

Windows-8-6.2.9200
Ren'Py 7.2.1.457
Foot Of The Moutains II 2.0
Fri Nov 06 12:45:02 2020
View attachment 888360
any fix for this plz after cynthia scene in the toilet cannot go further
to fix this error download attached file and unrar it (replace the old one) into game/game/
edit.
tested on compressed game version
 
Last edited:

Grenouille78

New Member
Feb 3, 2019
11
1
Not working for me, i've tried to load save game : crash, restarting from begining : crash !
Code:
[code]
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'nav/clock.png'>:
  File "game/droom_menu.rpy", line 10, in script
    call screen droom
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'nav/clock.png'.

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

Full traceback:
  File "game/droom_menu.rpy", line 10, in script
    call screen droom
  File "C:\Users\Alain\Downloads\XGame\FootOfTheMoutainsII-2.0-pc\renpy\ast.py", line 1907, in execute
    self.call("execute")
  File "C:\Users\Alain\Downloads\XGame\FootOfTheMoutainsII-2.0-pc\renpy\ast.py", line 1895, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\Alain\Downloads\XGame\FootOfTheMoutainsII-2.0-pc\renpy\statements.py", line 220, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\Alain\Downloads\XGame\FootOfTheMoutainsII-2.0-pc\renpy\exports.py", line 2873, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\Alain\Downloads\XGame\FootOfTheMoutainsII-2.0-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Alain\Downloads\XGame\FootOfTheMoutainsII-2.0-pc\renpy\display\core.py", line 2690, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Alain\Downloads\XGame\FootOfTheMoutainsII-2.0-pc\renpy\display\core.py", line 3174, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\Alain\Downloads\XGame\FootOfTheMoutainsII-2.0-pc\renpy\display\core.py", line 2086, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 516, in renpy.display.render.render_screen
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\Alain\Downloads\XGame\FootOfTheMoutainsII-2.0-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\Alain\Downloads\XGame\FootOfTheMoutainsII-2.0-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\Alain\Downloads\XGame\FootOfTheMoutainsII-2.0-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\Alain\Downloads\XGame\FootOfTheMoutainsII-2.0-pc\renpy\display\screen.py", line 669, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\Alain\Downloads\XGame\FootOfTheMoutainsII-2.0-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\Alain\Downloads\XGame\FootOfTheMoutainsII-2.0-pc\renpy\display\layout.py", line 883, in render
    surf = render(d, rw, height - y, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\Alain\Downloads\XGame\FootOfTheMoutainsII-2.0-pc\renpy\display\behavior.py", line 740, in render
    rv = super(Button, self).render(width, height, st, at)
  File "C:\Users\Alain\Downloads\XGame\FootOfTheMoutainsII-2.0-pc\renpy\display\layout.py", line 1124, in render
    st, at)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\Alain\Downloads\XGame\FootOfTheMoutainsII-2.0-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "C:\Users\Alain\Downloads\XGame\FootOfTheMoutainsII-2.0-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\Alain\Downloads\XGame\FootOfTheMoutainsII-2.0-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "C:\Users\Alain\Downloads\XGame\FootOfTheMoutainsII-2.0-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'nav/clock.png'.

Windows-8-6.2.9200
Ren'Py 7.2.1.457
Foot Of The Moutains II 2.0
Fri Nov 06 14:54:46 2020
[/CODE]
 

Ahchi

Forum Fanatic
Jul 17, 2020
4,187
7,380
922 pages and this is the first time I am seeing this game. Can someone tell me if I should play 1 before 2? How good is it?
Even thou the saves from FOTM I (V12) will not work with FOTM II a.k.a. (V13),
I would recommend that you play FOTM I (V12) first,
or you will miss out on too much of the storyline for FOTM II a.k.a. (V13) to make any sense
 
  • Like
Reactions: TrueJackal

Oriandu

Engaged Member
Sep 1, 2017
2,457
4,678
922 pages and this is the first time I am seeing this game. Can someone tell me if I should play 1 before 2? How good is it?
Don't bother. It's a hodgepodge of low quality animation with the occasional great one, and some great character models, but it's wrapped up in a package of absolutely godawful progression. The game is so grindy that's basically unplayable without a guide and those don't always work even if you follow it to the letter.. The script also leaves a lot to desire as it is filled with a lot of absolutely terrible and nonsensical English.

So, anyone experienced the new content yet, as last I checked in on this everyone was still flipping out about Melinda fucking someone else in the next update.
 
2.50 star(s) 187 Votes