sajro94

New Member
Feb 13, 2020
3
10
Gabes questline seems broken on Android. I keep visiting her in the evening but I just get the option to talk about Nothing
 

RinEst_

Chaotic Evil Porn Addict
Game Developer
Apr 26, 2021
71
539
Gabes questline seems broken on Android. I keep visiting her in the evening but I just get the option to talk about Nothing
Has already been fixed on the itch.io version (it's free btw), will get to getting it here as well right now
 
  • Like
Reactions: girdeyordo

69bluetooth69

Newbie
Apr 22, 2020
61
26
Thea no longer appears in my house with the new update.

Edit: I used URM to check the variables and it turns out knowThea got set to False instead of True somehow.
 
Last edited:
Aug 15, 2021
242
726
I dont understand why putting the game on steam needs to be a patreon goal. Thats like deliberately shooting yourself in the foot.

Steam has a very large player base and can bring more exposure to this game.
 

RinEst_

Chaotic Evil Porn Addict
Game Developer
Apr 26, 2021
71
539
Thea no longer appears in my house with the new update.

Edit: I used URM to check the variables and it turns out knowThea got set to False instead of True somehow.
That's because it didn't exist before. I've changed the Thea stuff so I had to make a new variable. Should've probably written in the update note that this is a known bug but that is fixed by just making a new save
 

RinEst_

Chaotic Evil Porn Addict
Game Developer
Apr 26, 2021
71
539
I dont understand why putting the game on steam needs to be a patreon goal. Thats like deliberately shooting yourself in the foot.

Steam has a very large player base and can bring more exposure to this game.
Steam has no subscription system, doesn't allow Patreon links in the game (as far as I'm aware) and we don't want people to pay for the game before it's polished and completed enough and if we can't bring much more frequent updates, which is why it's a goal. If we reach that much money we'll be able to spend enough time on the game for us to feel confident of actually achieving that.
I know that it could be hurting our sales and reach, but I'd rather hurt our sales and reach than sell a product that I'm not satisfied with
 

RinEst_

Chaotic Evil Porn Addict
Game Developer
Apr 26, 2021
71
539
Changelog?
Whats new ?
For 1.2.x, we got about 10k new words of dialogue with Gabe, Uncle Pete, and Scarlet, an actual Magical Arts lesson, a new time slot (with a more varied time to do quest events) along with a rework of the amount of grind needed for Gabe's quest, a new map, a cut scene from Zenelith's previous update, and a redraw of Nadia's scenes during the mine quest.

If you mean "What's new" for 1.2.2, then I'll admit I forgot to include the changelog but it's just bug fixes
 
  • Like
Reactions: vilewe7570

Nicholas_B

New Member
Aug 28, 2019
1
0
Love the art , writing, story etc. Looks like this will be fun. I did get an error though...it appears there are calls for images that may not exist or typos? Not sure - not a programmer. Thanks for your work here.
You don't have permission to view the spoiler content. Log in or register now.
 

Big Green

Member
Aug 19, 2017
369
948
I personally don't get why devs prioritize characters like elf priest, which you can call a side-side character, over main cast in the starting village like: Taliya, Lori and July. I saw in discord that the next update will be Taliya's, but it took so much time to get there...
 

RinEst_

Chaotic Evil Porn Addict
Game Developer
Apr 26, 2021
71
539
Love the art , writing, story etc. Looks like this will be fun. I did get an error though...it appears there are calls for images that may not exist or typos? Not sure - not a programmer. Thanks for your work here.

Code:
I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object ('MAPacademyeeLIT.png') at 0x000000000a0505b0>:
  File "game/Scripts/Zones/Academy/Academy.rpy", line 114, in script call
    call gabrialTalk
  File "game/Scripts/Zones/Academy/Academy.rpy", line 114, in script call
    call gabrialTalk
  File "game/Scripts/Zones/GabeHouse.rpy", line 8, in script
    call screen screenmap
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
OSError: Couldn't find file 'MAPacademyeeLIT.png'.

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

Full traceback:
  File "game/Scripts/Zones/Academy/Academy.rpy", line 114, in script call
    call gabrialTalk
  File "game/Scripts/Zones/Academy/Academy.rpy", line 114, in script call
    call gabrialTalk
  File "game/Scripts/Zones/GabeHouse.rpy", line 8, in script
    call screen screenmap
  File "C:\New folder\Randeltales-1.2.2-pc\Randeltales-1.2.2-pc\renpy\ast.py", line 2232, in execute
    self.call("execute")
  File "C:\New folder\Randeltales-1.2.2-pc\Randeltales-1.2.2-pc\renpy\ast.py", line 2220, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\New folder\Randeltales-1.2.2-pc\Randeltales-1.2.2-pc\renpy\statements.py", line 281, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\New folder\Randeltales-1.2.2-pc\Randeltales-1.2.2-pc\renpy\exports.py", line 3181, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\New folder\Randeltales-1.2.2-pc\Randeltales-1.2.2-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\New folder\Randeltales-1.2.2-pc\Randeltales-1.2.2-pc\renpy\display\core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "C:\New folder\Randeltales-1.2.2-pc\Randeltales-1.2.2-pc\renpy\display\core.py", line 3912, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\New folder\Randeltales-1.2.2-pc\Randeltales-1.2.2-pc\renpy\display\core.py", line 2602, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 495, in renpy.display.render.render_screen
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\New folder\Randeltales-1.2.2-pc\Randeltales-1.2.2-pc\renpy\display\layout.py", line 884, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\New folder\Randeltales-1.2.2-pc\Randeltales-1.2.2-pc\renpy\display\layout.py", line 884, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\New folder\Randeltales-1.2.2-pc\Randeltales-1.2.2-pc\renpy\display\layout.py", line 884, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\New folder\Randeltales-1.2.2-pc\Randeltales-1.2.2-pc\renpy\display\screen.py", line 704, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\New folder\Randeltales-1.2.2-pc\Randeltales-1.2.2-pc\renpy\display\layout.py", line 884, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\New folder\Randeltales-1.2.2-pc\Randeltales-1.2.2-pc\renpy\display\behavior.py", line 885, in render
    rv = super(Button, self).render(width, height, st, at)
  File "C:\New folder\Randeltales-1.2.2-pc\Randeltales-1.2.2-pc\renpy\display\layout.py", line 1334, in render
    surf = render(child,
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\New folder\Randeltales-1.2.2-pc\Randeltales-1.2.2-pc\renpy\display\im.py", line 627, in render
    return cache.get(self, render=True)
  File "C:\New folder\Randeltales-1.2.2-pc\Randeltales-1.2.2-pc\renpy\display\im.py", line 295, in get
    surf = image.load()
  File "C:\New folder\Randeltales-1.2.2-pc\Randeltales-1.2.2-pc\renpy\display\im.py", line 720, in load
    raise e
  File "C:\New folder\Randeltales-1.2.2-pc\Randeltales-1.2.2-pc\renpy\display\im.py", line 685, in load
    filelike = renpy.loader.load(self.filename)
  File "C:\New folder\Randeltales-1.2.2-pc\Randeltales-1.2.2-pc\renpy\loader.py", line 820, in load
    raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'MAPacademyeeLIT.png'.

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.3.22090809
Randel Tales 1.2.2
Mon Jan 23 08:48:26 2023
Yup, a typo. Will be fixed soon.

I personally don't get why devs prioritize characters like elf priest, which you can call a side-side character, over main cast in the starting village like: Taliya, Lori and July. I saw in discord that the next update will be Taliya's, but it took so much time to get there...
It's actually less about prioritizing and more about testing the waters. What I mean by this is that the Zenelith update was the first update I actually was fully part of the development process and also the writing and it really was kind of a test to see what we would be able to do with what is now a team of two people.
It really was kind of a test. 1.1 was the update with the most CGs to date with just slightly less words than Cynthia's update, but was still made in the same time thanks to the fact Bunis doesn't have to do anything alone.
Personally I think it's good that we put those later because if we still hadn't got how exactly to work together before an update for such important characters we could've easily screw them up.

when is the walkthrough going to be updated to 1.2.2
In a few days.
 

Ojunix

New Member
Jul 31, 2017
11
9
I've really been enjoying the game, good story & all the characters have been very enjoyable.

I will say I am surprised by all the other girls either falling in love with the MC I'm surprised you kept Gabe sticking to not wanting love & only stay as friends with benefits only, wondering if that's the end of the story or will change down the road?

I also wanna ask with the recent update with Thea disappearing from old saves & can't be fixed, now does that mean she's just not available in the game anymore or I just have to make a new game all together & she's available again when you unlock her in the story again?
 
  • Like
Reactions: drone4of2

Big Green

Member
Aug 19, 2017
369
948
It's actually less about prioritizing and more about testing the waters. What I mean by this is that the Zenelith update was the first update I actually was fully part of the development process and also the writing and it really was kind of a test to see what we would be able to do with what is now a team of two people.
It really was kind of a test. 1.1 was the update with the most CGs to date with just slightly less words than Cynthia's update, but was still made in the same time thanks to the fact Bunis doesn't have to do anything alone.
Personally I think it's good that we put those later because if we still hadn't got how exactly to work together before an update for such important characters we could've easily screw them up.
Yeah, i know that you were just a regular degen like the rest of us, but then ascended to the ranks of devs. But even before that Bunis literally ignored mommy Taliya. He really went deep into elf pussy territory, forgetting about his hometown and single milfs next door waithing for him...
 
  • Haha
Reactions: drone4of2
4.40 star(s) 50 Votes