CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

samarcus

Newbie
Jul 3, 2021
73
252
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,567
447
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
24
26
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
77
652
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
77
652
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
24
26
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
77
652
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
73
252
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
765
885
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
32
41
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
32
41
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
66
28
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
24
26
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

Member
Jun 25, 2021
135
20
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?
 

Sylas12

Member
Jun 25, 2021
135
20
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
I had to modify it using URM but it should work now. My advice is to use an older save as you seem to not have Eve in the elf village for some reason( she is the one who give you her house to stay on it/rest so you could stay until night) but either way do whatever you like.
N.B: Use URM to change the time from "3" to "4" if you decided to use the save. you will need to do it just one more time to pass this mission
 
Last edited:
4.30 star(s) 59 Votes