loner0125

Member
Jan 31, 2018
100
47
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script/meeting_room.rpy", line 40, in <module>
NameError: name 'hidden_money' is not defined

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

Full traceback:
  File "script/meeting_room.rpyc", line 40, in script
  File "renpy/ast.py", line 1852, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2249, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2242, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script/meeting_room.rpy", line 40, in <module>
NameError: name 'hidden_money' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.5.1601
Champion of Realms 0.50
Fri May 28 20:55:42 2021
 
  • Thinking Face
Reactions: masterdragonson

masterdragonson

Engaged Member
Jan 30, 2018
3,279
4,657
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script/meeting_room.rpy", line 40, in <module>
NameError: name 'hidden_money' is not defined

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

Full traceback:
  File "script/meeting_room.rpyc", line 40, in script
  File "renpy/ast.py", line 1852, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2249, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2242, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script/meeting_room.rpy", line 40, in <module>
NameError: name 'hidden_money' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.5.1601
Champion of Realms 0.50
Fri May 28 20:55:42 2021
https://f95zone.to/threads/champion-of-realms-v0-50-zimon.40009/post-5856809
 
  • Like
Reactions: loner0125

Sir Sam

Newbie
Jan 18, 2021
84
160
Can't return to hermael after learning about asmedia, and can't go to asmedia to ask about a portal for iznami....
 

dustursa

New Member
May 31, 2020
9
27
Can't return to hermael after learning about asmedia, and can't go to asmedia to ask about a portal for iznami....
Same problem here, using version .50 - was able to help estia and give the ancient book to cleos but now only two signals left are those. Never got to meet asmedia in the park (it said come to the park in the morning tomorrow but I never seen her there)

edit - I must have mis-read it lol she's at the peak in the morning
 

Virulenz

Engaged Member
Sep 27, 2017
2,822
3,544
Wow, thats so far behind i cant even remember it fully...and i dont know if the dev made significant changes in the first part, so i dont know if i can help.
If i remember correctly you need to train with asmedia and visit your fox until her master challenges you, then you should be able to invite her to a festival and after this asmedia should teach you about making portals. The other one should then also have new interactions. I think you are stuck because you didnt learn about your power and how to make portals yourself, but i really cant remember if you need to meet the other girls before to trigger it...but since you need them anyway you can also just visit the library, the school, the park and town until nothing new happens anymore and then try to start your training. As said, its a long way in the past for me, dunno if it helps at all but thats how i remember it from early versions.
 

roomba101

Newbie
Nov 11, 2017
33
30
Tailè just go back to her shop.

As for Hidden Links, did you meet the guards?


<---------------------------------------------------->

CoR Random: Road to Eldorado

View attachment 1188210


The legendary city of gold.
Some seek its infinite riches, I seek something else.
I did meet the guards as far as i remember, also ive tried going to Tailè shop multiple times at different days and times but nothing happens :(
 

Defeseberebe

New Member
Jan 16, 2019
11
2
I'm sorry, but every time i try to open the new version, it continue to give me this error. What can i do?
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 387, in <module>
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
    _gl_performance_test()
  File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
    ui.interact(suppress_underlay=True, suppress_overlay=True)
Exception: Shader (u'renpy.geometry', 'renpy.solid') has not been given mesh attribute aPosition.

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

Full traceback:
  File "renpy/bootstrap.py", line 326, in bootstrap
    renpy.main.main()
  File "renpy/main.py", line 617, in main
    run(restart)
  File "renpy/main.py", line 148, in run
    renpy.execution.run_context(True)
  File "renpy/execution.py", line 922, in run_context
    context.run()
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gltest.rpy", line 387, in <module>
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
    _gl_performance_test()
  File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
    ui.interact(suppress_underlay=True, suppress_overlay=True)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3166, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3682, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2456, in draw_screen
    renpy.display.draw.draw_screen(surftree)
  File "gl2draw.pyx", line 822, in renpy.gl2.gl2draw.GL2Draw.draw_screen
  File "gl2draw.pyx", line 1327, in renpy.gl2.gl2draw.GL2DrawingContext.draw
  File "gl2draw.pyx", line 1308, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
  File "gl2draw.pyx", line 1308, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
  File "gl2draw.pyx", line 1308, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
  File "gl2draw.pyx", line 1308, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
  File "gl2draw.pyx", line 1308, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
  File "gl2draw.pyx", line 1308, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
  File "gl2draw.pyx", line 1233, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
  File "gl2draw.pyx", line 1200, in renpy.gl2.gl2draw.GL2DrawingContext.draw_model
  File "gl2shader.pyx", line 288, in renpy.gl2.gl2shader.Program.draw
  File "gl2shader.pyx", line 250, in renpy.gl2.gl2shader.Program.missing
Exception: Shader (u'renpy.geometry', 'renpy.solid') has not been given mesh attribute aPosition.

Windows-10-10.0.19041
Ren'Py 7.4.5.1601
Champion of Realms 0.50
Sun May 30 17:53:41 2021
 
  • Thinking Face
Reactions: girdeyordo

girdeyordo

Member
Oct 6, 2020
355
539
I'm sorry, but every time i try to open the new version, it continue to give me this error. What can i do?
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 387, in <module>
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
    _gl_performance_test()
  File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
    ui.interact(suppress_underlay=True, suppress_overlay=True)
Exception: Shader (u'renpy.geometry', 'renpy.solid') has not been given mesh attribute aPosition.

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

Full traceback:
  File "renpy/bootstrap.py", line 326, in bootstrap
    renpy.main.main()
  File "renpy/main.py", line 617, in main
    run(restart)
  File "renpy/main.py", line 148, in run
    renpy.execution.run_context(True)
  File "renpy/execution.py", line 922, in run_context
    context.run()
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gltest.rpy", line 387, in <module>
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
    _gl_performance_test()
  File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
    ui.interact(suppress_underlay=True, suppress_overlay=True)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3166, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3682, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2456, in draw_screen
    renpy.display.draw.draw_screen(surftree)
  File "gl2draw.pyx", line 822, in renpy.gl2.gl2draw.GL2Draw.draw_screen
  File "gl2draw.pyx", line 1327, in renpy.gl2.gl2draw.GL2DrawingContext.draw
  File "gl2draw.pyx", line 1308, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
  File "gl2draw.pyx", line 1308, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
  File "gl2draw.pyx", line 1308, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
  File "gl2draw.pyx", line 1308, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
  File "gl2draw.pyx", line 1308, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
  File "gl2draw.pyx", line 1308, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
  File "gl2draw.pyx", line 1233, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
  File "gl2draw.pyx", line 1200, in renpy.gl2.gl2draw.GL2DrawingContext.draw_model
  File "gl2shader.pyx", line 288, in renpy.gl2.gl2shader.Program.draw
  File "gl2shader.pyx", line 250, in renpy.gl2.gl2shader.Program.missing
Exception: Shader (u'renpy.geometry', 'renpy.solid') has not been given mesh attribute aPosition.

Windows-10-10.0.19041
Ren'Py 7.4.5.1601
Champion of Realms 0.50
Sun May 30 17:53:41 2021
So another renpy problem. Maybe if Zimon updates to the latest version it will fix that but we've been for awhile.

Ren'Py 7.4.5 "The Five-Leaf Clover" was released on May 26, 2021.
 

ZimonColdres

Active Member
Game Developer
Nov 7, 2019
600
2,512
Welcome to the new version 0.51!
So guys, let's start with the new addition:
Three Hell events and one story event.







Hell is finally interactable:

Hell headpat




Amazon Press



Doggyblow




New lewd with Estia:

Kneejob


kneejob.gif

In order to place the events better and have more things to do, we will have the temporal addition of two more times, midnight and noon.

Since all the complaints about the navigation did not say exactly where to go to do things cough girls cards cough signals cough
I decided to add some nice hinter that will say exactly where are the girls and what kind of events is going to happen.
There are 3 types at the moment:

The solo icon, that only shows if a girl is somewhere in the house or in the map



The icon + exclamation, that shows if a girl has a repeatable event or there is some action to do.



And the last one, not yet in the game, the question mark that will indicate if there is a new event for a girl, this one is the one with less priority to add since we already have the girls' cards.

The exile button is extra thicc now, you can easily see it.



All the bugs found about the money are fixed
And all the new grammar corrections are done
Added a new function to spend time with girls:


It's still in testing, and at the moment I am trying with Sheila, who can answer a few simple questions, but I am trying to create full dialogues.



Due to the sudden numerous requests for a jukebox, one of our dear users and supporters Ditto/ masterdragonson, decided to create one to use in-game.

Let's thank him for the work, I just added a touch of 'new girl'.



Now there is also a new addition to the "Keywords" for the girls.



Unfortunately, due to changes I made to Sheila's event, it will not be present in this build.
Now let's talk about secondary things:


Due to the high demand for analsex, I started working on it, here's what in CoR will look like:









This is a preview of how the inside cards will be:



This card is cleaner and you can use the icon hover to read the statistics, no more bad writing.
And not only that, the inside icons, like the outside, will be customizable.
Please note that some empty parts are for the name and other statistics, they will not be so empty.
Another version of the same card



And I still have to think about this one



Yeah, the skirt is broken.

Renpy has been updated and many errors may have been fixed.

For future builds, I have decided that for the time being it is better to concentrate on finalizing the elements already present in the game, rather than continuing to add new ones, at most you will be able to create two new mechanics in the future.
That said, early access is available on , with the public version coming soon.

I hope you enjoy this new version.
 
Last edited:

Virulenz

Engaged Member
Sep 27, 2017
2,822
3,544
Personally i would prefer a download link instead of anal sex, but it seems i have to wait...and hope none of the girls will ask for it ^^
The rest sounds good and i can see my catgirl too :love:
 

Darkness339

Newbie
Feb 12, 2018
85
62
I don't know wtf is going on in my game but my whole screens is fucked up soo badly I had to restart my computer to close the game I'm using mac.
Its like there are thousands of the game window overlapping each other.
 

Joey's Conscience

Active Member
Sep 28, 2020
718
1,930
It's still in testing, and at the moment I am trying with Sheila, who can answer a few simple questions, but I am trying to create full dialogues.

Humm, I'm all for more dialogue options, but isn't this a bit too ambitious? For a free form "conversation" to flow nicely with the girls, you'd need an insane amount of preset answers, and some sort of flexible algorithm that recognizes the question without having to be an exact match. Otherwise people will just end up looking up the preset questions. Doesn't sound that appealing to me tbh.

I would suggest expanding on what you were doing before, implementing dialogue options into events with rewards to choosing the right ones. Take the girls out on a date, you get a choice of topics to ask her about, you get some choices on how to reply, pick the one that makes her happy, get some points. It's not exactly original, but it does work. Retroactively adding that to existing events is an option too, like having the choice to ask Asmedia or Sheila more about their worlds and families during the exposition events.

I just think if we are to implement optional dialogue, it could be more present in the game as a whole. Don't think too many people will sit down and try asking random things to the characters in hopes of getting 1/100 to be answered. Just my 2 cents.
 

Stripper

New Member
May 2, 2020
10
1
i'am on day 3. Asmedia is missing and Heramael is ashamed to see me. The map however doesn't even open. i've tried to find answers in the forum but the only thing i found was to not skip and i didnt.

Can someone help me please?
 

ZimonColdres

Active Member
Game Developer
Nov 7, 2019
600
2,512
Humm, I'm all for more dialogue options, but isn't this a bit too ambitious? For a free form "conversation" to flow nicely with the girls, you'd need an insane amount of preset answers, and some sort of flexible algorithm that recognizes the question without having to be an exact match. Otherwise people will just end up looking up the preset questions. Doesn't sound that appealing to me tbh.

I would suggest expanding on what you were doing before, implementing dialogue options into events with rewards to choosing the right ones. Take the girls out on a date, you get a choice of topics to ask her about, you get some choices on how to reply, pick the one that makes her happy, get some points. It's not exactly original, but it does work. Retroactively adding that to existing events is an option too, like having the choice to ask Asmedia or Sheila more about their worlds and families during the exposition events.

I just think if we are to implement optional dialogue, it could be more present in the game as a whole. Don't think too many people will sit down and try asking random things to the characters in hopes of getting 1/100 to be answered. Just my 2 cents.

In fact for now it is only a test, rightly so, it is very unrealistic to create something perfect on my own, but some interesting options may remain.
The one of the points according to the answers will be inserted, by dates or other.


i'am on day 3. Asmedia is missing and Heramael is ashamed to see me. The map however doesn't even open. i've tried to find answers in the forum but the only thing i found was to not skip and i didnt.

Can someone help me please?
Check the peak in the evening/morning, Asmedia will be there.


Will Hell's sex scenes increase like other characters?
Of course, all girls will get a lot of lewd, some basic, some special just for them, like the doggyblow or the tailjob coming up for Asmedia.
 
3.90 star(s) 35 Votes