gkratos123

Member
Dec 9, 2018
177
330
One wee problem, this came IS a "Murder Mystery" (with a lot of humour and SEX in it).
No where in any of the above routes do you say anything about solving the Murder.
That’s not really a problem. The is for the next 2 updates only. The game can talk about murder after that. Yes I know there is sex.
 

GTBALL_BALLY

Unknown User
Apr 5, 2020
184
1,647
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/droom_menu.rpy", line 62, in script
    call screen droom
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/screens.rpy", line 1529, in execute
    screen droom():
  File "game/screens.rpy", line 1529, in execute
    screen droom():
  File "game/screens.rpy", line 1567, in execute
    if Hour == 8:
  File "game/screens.rpy", line 1720, in execute
    if day ==6 and annsatev == 1:
NameError: name 'annsatev' is not defined

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

Full traceback:
  File "game/droom_menu.rpy", line 62, in script
    call screen droom
  File "E:\Setups\FootOfTheMoutainsII-1.0-pc\renpy\ast.py", line 1907, in execute
    self.call("execute")
  File "E:\Setups\FootOfTheMoutainsII-1.0-pc\renpy\ast.py", line 1895, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "E:\Setups\FootOfTheMoutainsII-1.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 "E:\Setups\FootOfTheMoutainsII-1.0-pc\renpy\exports.py", line 2873, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "E:\Setups\FootOfTheMoutainsII-1.0-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Setups\FootOfTheMoutainsII-1.0-pc\renpy\display\core.py", line 2690, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\Setups\FootOfTheMoutainsII-1.0-pc\renpy\display\core.py", line 3074, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\Setups\FootOfTheMoutainsII-1.0-pc\renpy\display\core.py", line 534, in visit_all
    d.visit_all(callback, seen)
  File "E:\Setups\FootOfTheMoutainsII-1.0-pc\renpy\display\core.py", line 534, in visit_all
    d.visit_all(callback, seen)
  File "E:\Setups\FootOfTheMoutainsII-1.0-pc\renpy\display\core.py", line 534, in visit_all
    d.visit_all(callback, seen)
  File "E:\Setups\FootOfTheMoutainsII-1.0-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "E:\Setups\FootOfTheMoutainsII-1.0-pc\renpy\display\core.py", line 3074, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\Setups\FootOfTheMoutainsII-1.0-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "E:\Setups\FootOfTheMoutainsII-1.0-pc\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 1529, in execute
    screen droom():
  File "game/screens.rpy", line 1529, in execute
    screen droom():
  File "game/screens.rpy", line 1567, in execute
    if Hour == 8:
  File "game/screens.rpy", line 1720, in execute
    if day ==6 and annsatev == 1:
  File "<screen language>", line 1720, in <module>
NameError: name 'annsatev' is not defined

Windows-8-6.2.9200
Ren'Py 7.2.1.457
Foot Of The Moutains II 1.0
Sat Sep 19 14:50:49 2020
Can anyone help ?
 

Ahchi

Forum Fanatic
Jul 17, 2020
4,188
7,386
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/droom_menu.rpy", line 62, in script
    call screen droom
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/screens.rpy", line 1529, in execute
    screen droom():
  File "game/screens.rpy", line 1529, in execute
    screen droom():
  File "game/screens.rpy", line 1567, in execute
    if Hour == 8:
  File "game/screens.rpy", line 1720, in execute
    if day ==6 and annsatev == 1:
NameError: name 'annsatev' is not defined

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

Full traceback:
  File "game/droom_menu.rpy", line 62, in script
    call screen droom
  File "E:\Setups\FootOfTheMoutainsII-1.0-pc\renpy\ast.py", line 1907, in execute
    self.call("execute")
  File "E:\Setups\FootOfTheMoutainsII-1.0-pc\renpy\ast.py", line 1895, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "E:\Setups\FootOfTheMoutainsII-1.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 "E:\Setups\FootOfTheMoutainsII-1.0-pc\renpy\exports.py", line 2873, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "E:\Setups\FootOfTheMoutainsII-1.0-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Setups\FootOfTheMoutainsII-1.0-pc\renpy\display\core.py", line 2690, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\Setups\FootOfTheMoutainsII-1.0-pc\renpy\display\core.py", line 3074, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\Setups\FootOfTheMoutainsII-1.0-pc\renpy\display\core.py", line 534, in visit_all
    d.visit_all(callback, seen)
  File "E:\Setups\FootOfTheMoutainsII-1.0-pc\renpy\display\core.py", line 534, in visit_all
    d.visit_all(callback, seen)
  File "E:\Setups\FootOfTheMoutainsII-1.0-pc\renpy\display\core.py", line 534, in visit_all
    d.visit_all(callback, seen)
  File "E:\Setups\FootOfTheMoutainsII-1.0-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "E:\Setups\FootOfTheMoutainsII-1.0-pc\renpy\display\core.py", line 3074, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\Setups\FootOfTheMoutainsII-1.0-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "E:\Setups\FootOfTheMoutainsII-1.0-pc\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 1529, in execute
    screen droom():
  File "game/screens.rpy", line 1529, in execute
    screen droom():
  File "game/screens.rpy", line 1567, in execute
    if Hour == 8:
  File "game/screens.rpy", line 1720, in execute
    if day ==6 and annsatev == 1:
  File "<screen language>", line 1720, in <module>
NameError: name 'annsatev' is not defined

Windows-8-6.2.9200
Ren'Py 7.2.1.457
Foot Of The Moutains II 1.0
Sat Sep 19 14:50:49 2020
Can anyone help ?
Have you got the latest "Fixed" version because there is no Saturday event for Ann in Foot Of The Mountains II 1.0
 

elenaNmc

Newbie
Aug 23, 2020
41
63
are there any sex scenes in this game at all ?
LMAO This is how you know when a game is too much of a grind fest......when there's a shit ton of hot sex scenes in this game, yet this question still has to be asked. Of course I'm figuring that he has been playing/grinding for awhile now and hasn't gotten to any yet, which has him questioning their existence and whether to continue. At least this game gets hot in time and is not an abomination like "a wife and a mother"
 
  • Like
Reactions: Cavanhaquis

MuzMV

Newbie
Apr 10, 2017
17
17
I'm kinda lost here, last time i saw this game was just "Foot of the mountains" and now there is a 2nd? Which one should i download? 1.0 or the one in v12 tab? Or both?

*didn't finish the 1st part/chapter/game so i want to play from the beginning
 
  • Like
Reactions: _C43D_

Ahchi

Forum Fanatic
Jul 17, 2020
4,188
7,386
I'm kinda lost here, last time i saw this game was just "Foot of the mountains" and now there is a 2nd? Which one should i download? 1.0 or the one in v12 tab? Or both?

*didn't finish the 1st part/chapter/game so i want to play from the beginning
List of "Foot Of The Mountains" Games

(a)" Foot Of The Mountains" (V1 to V9 &V11-V12). {"Chapter I"}

(b) "Foot Of The Mountains" (V10). {Stand alone Christmas Special}

(c) "Foot Of The Mountains II [V1.0]" a.k.a. (V13)....{"Chapter II"}

"Foot Of The Mountains II [V1.0]" follows on from "Foot Of The Mountains",
with a small gap (in which William goes to have an op on his arm) between the games.
It was later Subtitled "V13" to show that it followed on AFTER V12.
Originally called "Foot Of The Mountains (Chapter II), part 1"
Despite SNC explaining why they changed the title, " A number of Patreon though that it was a "brand new" game!
[Please read my post on page 878 for more info]

Here are some walkthroughs that might help ( one for "a" and a choice for "c").
 

Ahchi

Forum Fanatic
Jul 17, 2020
4,188
7,386
1 doubt
Why Rhonda hate Melinda ?
Might have something to do with when Melinda was carrying her.
Ref William/Melinda talking about Melinda wanting a boy (Ver 9).
William stated that there was something "Wrong" with Rhonda,
and blamed it on all the "Vitamin" that she (Melinda) had been taking to get pregnant.
 

Manverik

Member
Dec 16, 2019
232
164
Might have something to do with when Melinda was carrying her.
Ref William/Melinda talking about Melinda wanting a boy (Ver 9).
William stated that there was something "Wrong" with Rhonda,
and blamed it on all the "Vitamin" that she (Melinda) had been taking to get pregnant.
ok but daniel sister told she is a devil why?
 

Ahchi

Forum Fanatic
Jul 17, 2020
4,188
7,386
ok but daniel sister told she is a devil why?
Cyn suspects either Ann, Rhonda or Melinda in the murder !
She was indifferent to Ann, Became "close"(?) to Rhonda and William and went out of way to avoid Melinda.
Now The Questions are:-
A/ Does she hate Melinda because she thinks Melinda is the Murderess,
B/ Does she fear Melinda because if she discovers her drug addiction she will cut off her supply i.e. William.
Or
C/ Did she get close to Rhonda to try to find info for Vicky?

PS that is something else going on in the background with Cyn (V12) so be careful with her.
 
  • Like
Reactions: Manverik

Manverik

Member
Dec 16, 2019
232
164
Cyn suspects either Ann, Rhonda or Melinda in the murder !
She was indifferent to Ann, Became "close"(?) to Rhonda and William and went out of way to avoid Melinda.
Now The Questions are:-
A/ Does she hate Melinda because she thinks Melinda is the Murderess,
B/ Does she fear Melinda because if she discovers her drug addiction she will cut off her supply i.e. William.
Or
C/ Did she get close to Rhonda to try to find info for Vicky?

PS that is something else going on in the background with Cyn (V12) so be careful with her.
thanks bro
 
2.50 star(s) 187 Votes