somebodynobody

Engaged Member
May 11, 2017
3,253
4,201
You can have looked up direwolf and it doesn't count with Cynthia. Also it only accepts direwolf and not dire wolf.

Thea and Cynthia sprites sit on top of each other in the guild during the end of Thea's quest line at the part right after telling Cynthia about Thea.
 

samarcus

Newbie
Jul 3, 2021
64
163
OMFG, Ren'Py people, do NOT change your folder layout or filenames between one version and the next without explicitly saying to delete something. Doing this leads to parsing errors because the same thing is defined twice or more and is annoying to say the least. Pick a structure and stick with it. If you absolutely MUST change things around, put a note up about it or create empty dummy files to overwrite the ones that are being made obsolete.
 

MilesKiyaAnny

Well-Known Member
Jan 18, 2019
1,440
408
Hey, how to progress tell Thea bout dinner with Sander and Eve? There no extra option when I talk with Thea
 

Raphael98

Newbie
Dec 22, 2022
18
25
Not sure if anybody has pointed this out yet, but the Android version has many issues with words extending below the text box. When a sentence is too long and goes beyond 3 lines, the 4th will be completely off the screen. Screenshot_2023-10-29-14-53-00-87_2bf5ee46a927023cf6f6b7443d7f3277.jpg
 

RinEst_

Chaotic Evil Porn Addict
Game Developer
Apr 26, 2021
71
564
OMFG, Ren'Py people, do NOT change your folder layout or filenames between one version and the next without explicitly saying to delete something. Doing this leads to parsing errors because the same thing is defined twice or more and is annoying to say the least. Pick a structure and stick with it. If you absolutely MUST change things around, put a note up about it or create empty dummy files to overwrite the ones that are being made obsolete.
This is literally not a problem if you aren't replacing the game files from one version to another and simply play the new version (you won't lose saves). If you're doing weird stuff you'll get weird results. Go off.
 
  • Like
Reactions: vilewe7570

RinEst_

Chaotic Evil Porn Addict
Game Developer
Apr 26, 2021
71
564
Not sure if anybody has pointed this out yet, but the Android version has many issues with words extending below the text box. When a sentence is too long and goes beyond 3 lines, the 4th will be completely off the screen. View attachment 3044115
If you find any more examples that you might want to report, join and post them in the #corrections chat
 

Raphael98

Newbie
Dec 22, 2022
18
25
I could probably post at least a dozen or more and I just started an hour ago, so who knows how many there are throughout the whole game thus far. I feel like it would be easier to fix them all at once by changing the textbox dimensions or the text's starting Y coordinate for the Android version than to change each specific occurrence of it.
 
Last edited:

RinEst_

Chaotic Evil Porn Addict
Game Developer
Apr 26, 2021
71
564
I could probably post at least a dozen or more and I just started an hour ago, so who knows how many there are throughout the whole game thus far. I feel like it would be easier to fix them all at once by changing the textbox dimensions or the text's starting Y coordinate for the Android version than to change each specific occurrence of it.
Thing is, I've already changed it to make it way wider, but it seems Android ignored it
 

samarcus

Newbie
Jul 3, 2021
64
163
This is literally not a problem if you aren't replacing the game files from one version to another and simply play the new version (you won't lose saves). If you're doing weird stuff you'll get weird results. Go off.
I typically have the game in a folder under its name. I then put whatever the most recent version is into that folder, copying on top of the existing files. Why? Because some games are 1000s of files adding up to multiple GB and only copying in what has been changed takes a lot less time and saves some temp file space. 99% of the time, this is not an issue. Then there's the one time, almost always Ren'Py builders, where there's a change in the file structure, naming conventions, or what have you, and suddenly it's a broken mess.
 

ohmz

Active Member
Feb 6, 2021
735
860
I typically have the game in a folder under its name. I then put whatever the most recent version is into that folder, copying on top of the existing files. Why? Because some games are 1000s of files adding up to multiple GB and only copying in what has been changed takes a lot less time and saves some temp file space. 99% of the time, this is not an issue. Then there's the one time, almost always Ren'Py builders, where there's a change in the file structure, naming conventions, or what have you, and suddenly it's a broken mess.
Just delete the old games. There is no need to keep them on your pc.
 

argen6969

Newbie
May 28, 2020
28
33
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Scripts/Zones/Home/Home.rpy", line 28, in script call
    pause
  File "game/Scripts/Zones/Academy/Academy.rpy", line 114, in script call
    call gabrialTalk from _call_gabrialTalk
  File "game/Scripts/Zones/Home/Home.rpy", line 28, in script call
    pause
  File "game/Scripts/Zones/Home/Home.rpy", line 28, in script call
    pause
  File "game/Scripts/Zones/Home/Home.rpy", line 18, in script call
    call homeEvents
  File "game/Scripts/Zones/GabeHouse.rpy", line 263, in script call
    call gabrialTalk
  File "game/Scripts/Zones/Home/Home.rpy", line 18, in script call
    call homeEvents
  File "game/Scripts/Zones/Home/Home.rpy", line 18, in script call
    call homeEvents
  File "game/Scripts/Storylines/TheaQuestline.rpy", line 741, in script
    show normalth at flip
  File "game/Scripts/Storylines/TheaQuestline.rpy", line 741, in <module>
    show normalth at flip
NameError: name 'flip' is not defined

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

Full traceback:
  File "game/Scripts/Zones/Home/Home.rpy", line 28, in script call
    pause
  File "game/Scripts/Zones/Academy/Academy.rpy", line 114, in script call
    call gabrialTalk from _call_gabrialTalk
  File "game/Scripts/Zones/Home/Home.rpy", line 28, in script call
    pause
  File "game/Scripts/Zones/Home/Home.rpy", line 28, in script call
    pause
  File "game/Scripts/Zones/Home/Home.rpy", line 18, in script call
    call homeEvents
  File "game/Scripts/Zones/GabeHouse.rpy", line 263, in script call
    call gabrialTalk
  File "game/Scripts/Zones/Home/Home.rpy", line 18, in script call
    call homeEvents
  File "game/Scripts/Zones/Home/Home.rpy", line 18, in script call
    call homeEvents
  File "game/Scripts/Storylines/TheaQuestline.rpy", line 741, in script
    show normalth at flip
  File "C:\Users\shaurya oberoo\Downloads\Compressed\Randel_Tales_v1.4.3-pc\Randeltales-1.4.3-pc\renpy\ast.py", line 1428, in execute
    show_imspec(self.imspec, atl=getattr(self, "atl", None))
  File "C:\Users\shaurya oberoo\Downloads\Compressed\Randel_Tales_v1.4.3-pc\Randeltales-1.4.3-pc\renpy\ast.py", line 1387, in show_imspec
    at_list = [ renpy.python.py_eval(i) for i in at_list ]
  File "C:\Users\shaurya oberoo\Downloads\Compressed\Randel_Tales_v1.4.3-pc\Randeltales-1.4.3-pc\renpy\ast.py", line 1387, in <listcomp>
    at_list = [ renpy.python.py_eval(i) for i in at_list ]
  File "C:\Users\shaurya oberoo\Downloads\Compressed\Randel_Tales_v1.4.3-pc\Randeltales-1.4.3-pc\renpy\python.py", line 1153, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\shaurya oberoo\Downloads\Compressed\Randel_Tales_v1.4.3-pc\Randeltales-1.4.3-pc\renpy\python.py", line 1146, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/Scripts/Storylines/TheaQuestline.rpy", line 741, in <module>
    show normalth at flip
NameError: name 'flip' is not defined

Windows-10-10.0.22621 AMD64
Ren'Py 8.1.1.23060707
Randel Tales 1.4.3
Mon Oct 30 16:21:15 2023
i get this code when gabe meets thea
 

argen6969

Newbie
May 28, 2020
28
33
something i also found if you go through any of tylias (i butchered her name i know) your sword stat stops increasing at all even if you train melee 5 times ( i selected hot head)
 

luchob4

Newbie
Feb 28, 2022
52
25
Hi I'm stuck, I can't move forward with the story and it won't let me do anything at night. What am I doing wrong? Here is my save
 

Raphael98

Newbie
Dec 22, 2022
18
25
Another odd observation, there are several places in conservation where context clues lead me to believe either the word "one" or the number "1" is missing (for example, "every night so I could kill him day"). I haven't looked into the script, but since it has happened several times with that specific word, I have to wonder if it isn't actually missing, but needs to be escaped, or has been used as a variable name, or basically any other weird reason why that word is missing from multiple places.
Screenshot_2023-10-30-15-55-08-10_2bf5ee46a927023cf6f6b7443d7f3277.jpg Screenshot_2023-10-30-15-55-31-26_2bf5ee46a927023cf6f6b7443d7f3277.jpg Screenshot_2023-10-30-15-55-42-15_2bf5ee46a927023cf6f6b7443d7f3277.jpg
 

Sylas12

Newbie
Jun 25, 2021
97
11
Guys, does anyone know how to get the "magic lecture" ? I tried everything but I couldn't a way to active it. how I should speak to?
 
4.30 star(s) 52 Votes