ZimonColdres

Active Member
Game Developer
Nov 7, 2019
600
2,512
Give the masses the key to the city and some would try to sneak into the girl's bedrooms with it :ROFLMAO:
It's one of those moments like "we didn't expect the dice we gave the players would be used for gambling"

Poor Zimon, someday Ren'Py Tom will fix 7.4.4
Someday? The day is today.
jkhjkh.PNG
For the non-italian readers, that means "New renpy version. May have more functionality or not work at all."
So......not today :KEK:
 

thajunk

New Member
Nov 15, 2016
5
2
Hey guys, I seem to be stuck. How to progress in the main story from "Nightmares" to "Change of plans"? (as seen on the scene tracker.)

I have progressed with every girl (except for Hell, who I only know about from reading this forum) to the point where it "You have completed all the events...". Signals doesn't give me any hints other than "Otse in need", which it says is an unfinished event anyway.

I have tried talking to the girls, and walking in every environment. Is it something weirdly specific like go to a specfic place at a specific day of the week?

I attached my save in case this turns out to be a bug. If it's just some absurdly specific action let me know,thanks guys and gals.
 

TajaRrR

Member
Jun 16, 2018
398
591
I have a small problem, can't install android version, anyone got similar problem and work it out?
 

jerome292

Newbie
Jul 15, 2019
43
9
Hum... excuse me, am i the only one that got a crash when trying to save or quick save the game? I download the lastest Mega version on F95.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
Exception: Not saved - no valid save locations.

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  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/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3101, 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 3910, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1243, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1243, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 975, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 910, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
  File "renpy/loadsave.py", line 431, in save
    location.save(slotname, sr)
  File "renpy/savelocation.py", line 421, in save
    raise Exception("Not saved - no valid save locations.")
Exception: Not saved - no valid save locations.

Windows-10-10.0.19041
Ren'Py 7.4.3.1414
Champion of Realms 0.48
Sat Apr 24 18:15:40 2021
 

GottaRun

Newbie
Sep 18, 2020
96
144
So, which one is better? The game, or the music?
I think it's safe to say both are great, it's got different music that suits each character pretty well, and I didn't even knew there was a modern style Egyptian themed music until this game.
 

masterdragonson

Engaged Member
Jan 30, 2018
3,280
4,657
Hum... excuse me, am i the only one that got a crash when trying to save or quick save the game? I download the lastest Mega version on F95.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
Exception: Not saved - no valid save locations.

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  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/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3101, 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 3910, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1243, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1243, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 975, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 910, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
  File "renpy/loadsave.py", line 431, in save
    location.save(slotname, sr)
  File "renpy/savelocation.py", line 421, in save
    raise Exception("Not saved - no valid save locations.")
Exception: Not saved - no valid save locations.

Windows-10-10.0.19041
Ren'Py 7.4.3.1414
Champion of Realms 0.48
Sat Apr 24 18:15:40 2021
Try moving the game to another location on the drive as it doesn't have rights to write to it's current location.
Perhaps "C:\Games\"
 

SarTiSer

New Member
May 25, 2020
7
10
Good day to you kind sirs. Would you kindy share your save file, when you just appeared in mansion? It seems i got pwned by renpy and lost all my progress.
I fully aware that it's my fault since i didn't saved, not even quick saves
 

Kitsune241

Member
Aug 25, 2017
254
689
Good day to you kind sirs. Would you kindy share your save file, when you just appeared in mansion? It seems i got pwned by renpy and lost all my progress.
I fully aware that it's my fault since i didn't saved, not even quick saves
The game auto-saves, it's right beside the quick-saves on the load page.
 

SarTiSer

New Member
May 25, 2020
7
10
Nope. It seems that either renpy is broken, or i am stupid. Is having game folder on desktop forbids renpy from auto, and other kinds of saves?
Because i believe i've seen some info like that.
 
  • Thinking Face
Reactions: masterdragonson

JMccovery

Active Member
Mar 7, 2018
675
971
Nope. It seems that either renpy is broken, or i am stupid. Is having game folder on desktop forbids renpy from auto, and other kinds of saves?
Because i believe i've seen some info like that.
That might be the case. You really should put games like this in their own folder/subfolder (like %drive%\Games\Champion of Realms\) as extracting things to the desktop isn't always a good thing.

Though, you can check to see if you have %userprofile%\AppData\Roaming\RenPy\ChampionOfRealms-xxxxxxxxxx (I don't know if the number will be the same, it's 1569488958 on my system).
 

obize

New Member
Jan 31, 2020
6
12
we can't seem to get to the mercenary guild its not shown when we got to dusk city we can only see taile's workshop so we can't join there ranks
 

SarTiSer

New Member
May 25, 2020
7
10
That might be the case. You really should put games like this in their own folder/subfolder (like %drive%\Games\Champion of Realms\) as extracting things to the desktop isn't always a good thing.

Though, you can check to see if you have %userprofile%\AppData\Roaming\RenPy\ChampionOfRealms-xxxxxxxxxx (I don't know if the number will be the same, it's 1569488958 on my system).

So yeah, I tried to put it in other folder. It worked, but not with Champion of Realms. I had a problem that Corrupted kingdoms didn't read my older saves. However, after I did what you said - it worked. Thanks.


Yes, I do have folder in AppData\Roaming\RenPy. But it still doesn't works. The folder itself is empty, and every time I try to save it I get this error. *attached file*


EDIT.
I fixed my problem. It seems RenPy got a little mad having non_english letters in pass to game. (i dunno how to say it correctly)
 
Last edited:
3.80 star(s) 35 Votes