4.20 star(s) 5 Votes

kratoscar2008

Well-Known Member
Sep 28, 2018
1,864
2,638
Indeed it is but there isn't much yet.
The real update will be out in a week.
The game has been revamped so it's still worth to play but I think it's better to wait for the weekend's update.
 

Seido

Newbie
Jun 17, 2017
34
31
Does anyone have a save file for this? I deleted mine since it still had glitches from... I honestly don't remember.
 

Frigid Blaze

Newbie
Sep 29, 2017
34
6
Whenever I go to talk to the oni, it repeats the dialogue from the point of talking about the plague elf, what can I do to fix it?
 

MEMEACCOUNT

Member
Jul 27, 2020
344
465
Right on time, depending on your time zone I guess;
Regardless, happy to see the game is still alive.
 

Fade

Member
Oct 21, 2016
117
584
Hi here's some fixing for ya'll!!

Open up mountain.rpy and replace the block of code starting at line 16 with:

Python:
if caveunlock == "false":
    jump mountainlost
elif oni_first == "false":
    jump oni
else:
    jump mountainpeak
Basically inserting the scenario where you've already met the oni for the first time which allows you to get through the loop
 
  • Like
Reactions: James Eveleth

PRINCE2126

Member
Jul 13, 2017
336
1,474
Hi here's some fixing for ya'll!!

Open up mountain.rpy and replace the block of code starting at line 16 with:

Python:
if caveunlock == "false":
    jump mountainlost
elif oni_first == "false":
    jump oni
else:
    jump mountainpeak
Basically inserting the scenario where you've already met the oni for the first time which allows you to get through the loop
can you tell me the root to find the folder. like how i can find the mountain.rpy what folder and subfolder i need to go to find that file
 
Last edited:
4.20 star(s) 5 Votes