• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

RinEst_

Chaotic Evil Porn Addict
Game Developer
Apr 26, 2021
71
539
It's been a decent game so far.

Is there a full updated guide anywhere? The one at the OP is outdated.

I'm missing a character or two and can't figure out where to get them. Looking at the screenshots, it's apparently the one in the forest and (maybe) the mine. I've passed the Elven village, got Thea, got Cynthia so it isn't those.

Also, how many times does Gabe need to be trained? Or Sander's Stealth? There doesn't seem to be any continuation regardless how much they are done.
Well, besides Thea, and Cynthia, there's Aerin's questline which can only be obtained if you
You don't have permission to view the spoiler content. Log in or register now.
, there's also Nessa's stuff in the elven village, then there's the one Triss scene, the one Nadia scene, the Eve stuff that you get if you go on a quest just with her... And, well, the rest of Gabe's stuff.

Regarding Gabe's training you need to:
You don't have permission to view the spoiler content. Log in or register now.

But considering you seem to still be able to do the stealth training you may not have finished Thea's storyline.
You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: hueywhitmore

hueywhitmore

New Member
Oct 11, 2021
7
4
Well, besides Thea, and Cynthia, there's Aerin's questline which can only be obtained if you
You don't have permission to view the spoiler content. Log in or register now.
, there's also Nessa's stuff in the elven village, then there's the one Triss scene, the one Nadia scene, the Eve stuff that you get if you go on a quest just with her... And, well, the rest of Gabe's stuff.

Regarding Gabe's training you need to:
You don't have permission to view the spoiler content. Log in or register now.
Thanks. I managed to progress with Gabe.

It would appear the missing characters I thought I was missing were from older versions I had been seeing screenshots of. The elf village storyline has been done (with the best ending).

But considering you seem to still be able to do the stealth training you may not have finished Thea's storyline.
You don't have permission to view the spoiler content. Log in or register now.
Regarding the Stealth training, that appears to be a bug or oversight as I was able to skip the training altogether for this part of the storyline which is why I kept wondering why the training never progressed anywhere when I saw the option to train was available.
 

Samhill

Active Member
Nov 2, 2020
546
266
Python:
While running game code:
  File "game/Scripts/Storylines/TrissQuestline.rpy", line 82, in script
    $ persistente.trissStare = True
  File "game/Scripts/Storylines/TrissQuestline.rpy", line 82, in <module>
    $ persistente.trissStare = True
NameError: name 'persistente' is not defined

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

Full traceback:
  File "game/Scripts/Storylines/TrissQuestline.rpy", line 82, in script
    $ persistente.trissStare = True
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/Scripts/Storylines/TrissQuestline.rpy", line 82, in <module>
    $ persistente.trissStare = True
NameError: name 'persistente' is not defined

Windows-10-10.0.22000
Ren'Py 7.4.11.2266
Randel Tales 1.0.3
Mon Aug 22 06:27:34 2022
Why take a picture?

Hi! Could you please help me. Can't prepare to delivery from Quests Board. Can't understand what is "imps". The game told that no such monster
Singular quarries only E.G. Imp not imps.

It's been a few days but from what i remember
Go to graveyard to find Aerin
Go to her house to talk to her
Go to priestess house (might need to wait a day or it's at night maybe?)
Sneak in and there's a ward on a door
Go to sleep, the next day go to the school and talk to the mage teacher
The Answer to what ward it is is 3
Go get the Eye orb from Sanders
Talk to the elven prison warden to get a key
Go to the priestesses house in the middle of the day
Hide from the priestess
Go to the school for the next 2 days to get the spell needed to not die
You should be able to win after that.
I can't get the eye orb from Sanders. I got both phases of the spell but I can't go into her house since it just says that I need the orb. I can't talk to him in the day about it and in the evening neither.
 
Last edited:
  • Like
Reactions: coyotegrey

hueywhitmore

New Member
Oct 11, 2021
7
4
Bug Report - Somehow, I was able to restart Eve's quest with the Ledric using the "About us" dialogue option in her room where the MC confesses to being involved with Thea and Cynthia, despite having already played that quest.
 

hueywhitmore

New Member
Oct 11, 2021
7
4
Is anything time gated, like if I don't do something by a certain day will I miss stuff?
Maybe the main elf village quest, if it isn't solved/completed in the 7 days they gave you.
I don't know exactly what happens if you fail it, it's pretty easy to pass with time to spare.

I've completed the last part of the game. I didn't see anything else that appeared to be on a time limit.
 
  • Like
Reactions: Belphegor007

Falcon1209

New Member
Jul 21, 2020
6
18
Python:
While running game code:
  File "game/Scripts/Storylines/TrissQuestline.rpy", line 82, in script
    $ persistente.trissStare = True
  File "game/Scripts/Storylines/TrissQuestline.rpy", line 82, in <module>
    $ persistente.trissStare = True
NameError: name 'persistente' is not defined

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

Full traceback:
  File "game/Scripts/Storylines/TrissQuestline.rpy", line 82, in script
    $ persistente.trissStare = True
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/Scripts/Storylines/TrissQuestline.rpy", line 82, in <module>
    $ persistente.trissStare = True
NameError: name 'persistente' is not defined

Windows-10-10.0.22000
Ren'Py 7.4.11.2266
Randel Tales 1.0.3
Mon Aug 22 06:27:34 2022

This can be fixed by opening
File "game/Scripts/Storylines/TrissQuestline.rpy"
Change line 82 from:
$ persistente.trissStare = True
to
$ persistent.trissStare = True
 

Belphegor007

Active Member
Aug 23, 2016
678
1,300
Maybe the main elf village quest, if it isn't solved/completed in the 7 days they gave you.
I don't know exactly what happens if you fail it, it's pretty easy to pass with time to spare.

I've completed the last part of the game. I didn't see anything else that appeared to be on a time limit.
Yeah I beat the game a little bit ago and I was worried because events in the beginning were appearing based on how many days passed, but nothing had to be finished by a certain time besides the Elf Village Quest.
The village quest also told you how many days it had so I didn't care; what I was more worried about was if you didn't trigger an event by day 30 you were locked out of something
 

IHC

Member
May 8, 2021
101
54
though the art could use some adjustments or perhaps, improvements, the content itself has proved to be very promising and interesting itself. the ending totally caught me off guard, i didn't expect such a thing and i hope you would make...randel tales 2 (?) maybe. but anyway, good game. i hope to see this grow and has more contents. cheers!
 

IHC

Member
May 8, 2021
101
54
question: is it possible to romance Gabe? cause i ended up with "Friends with Benefits"
 

SSJSonGoku

Newbie
Apr 18, 2020
76
110
Interesting game. I have been trying it.
Question and/or feedback: I have played the Glob Questline with Cynthia and it actually didn't provide the EXP.
Thanks!
 
4.40 star(s) 50 Votes