Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 1,563 to 1,602 of 2,822 · Next page · Previous page · First page · Last page
(1 edit) (+1)

How did you make your characters? 

They look interesting!

(+3)

Very good game

(+5)

Bruh, did you guys really code in Jetstream Sam scenes? Fricking legends

I keep getting errors when i'm trying to save... not just this game but all my other renpy games are doing the same thing... i've been playing renpy game for years and this bug came out of nowhere even tho i did not tamper any renpy files

I use a macbook air 13-inch, Mid 2013 and Version 10.14.6 Mojave

-CodeBB-

[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 382, 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 "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/core.py", line 4160, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/screen.py", line 727, in event
    rv = self.child.event(ev, x, y, st)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/layout.py", line 1323, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/layout.py", line 1323, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/behavior.py", line 983, in event
    return handle_click(self.clicked)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/behavior.py", line 918, in handle_click
    rv = run(action)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/behavior.py", line 330, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 382, in __call__
    renpy.save(fn, extra_info=save_name)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/loadsave.py", line 435, in save
    location.save(slotname, sr)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/savelocation.py", line 435, in save
    raise Exception("Not saved - no valid save locations.")
Exception: Not saved - no valid save locations.
Darwin-18.7.0-x86_64-i386-64bit
Ren'Py 7.4.11.2266
Champion of Realms 0.66
Mon Apr 11 16:38:16 2022
[/code]


-Markdown-

```
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 382, 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 "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/core.py", line 4160, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/screen.py", line 727, in event
    rv = self.child.event(ev, x, y, st)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/layout.py", line 1323, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/layout.py", line 1323, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/behavior.py", line 983, in event
    return handle_click(self.clicked)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/behavior.py", line 918, in handle_click
    rv = run(action)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/display/behavior.py", line 330, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 382, in __call__
    renpy.save(fn, extra_info=save_name)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/loadsave.py", line 435, in save
    location.save(slotname, sr)
  File "/Users/micair2/Library/Application Support/itch/apps/champion-of-realms/ChampionOfRealms.app/Contents/Resources/autorun/renpy/savelocation.py", line 435, in save
    raise Exception("Not saved - no valid save locations.")
Exception: Not saved - no valid save locations.
Darwin-18.7.0-x86_64-i386-64bit
Ren'Py 7.4.11.2266
Champion of Realms 0.66
Mon Apr 11 16:38:16 2022
```
(+1)(-1)

can u save the little cat girl 

I dont think so, its a cut cene.

oh ok thank u 

hey i wanted to ask igot this quest but it wont allow me to continue the quest or talk to isabel

Ive already Finnished the game and it will only allow me to work for isabel is this a bug by any chance



A change of variable is causing that quest to return, it has been fixed.

wHat can i do here ?

(1 edit)

You enter secrec password to reveal fantasy, i cant realy tell you more because it will be spoiler but, you will have to find for yourself, i can give you a hint for one tho, if you didnt already find it, go at the pool of Unison school, you will find something there. Be realy carefull to not miss any word.

Thats all ? I did rly find that -moto-

but i mean is that the only thing for that place?

there are 2 more codes as of 0.66. and yeah, it is a standalone thingy which has nothing to do with story plot

Unfortunately, i find the fantasy realy laggy, the least laggy one is -moto- all the rest is like 3 to 5 images per second, so realy laggy.

I don't know, it felt all normal to me, and being honest moto is the least favorite. Maybe your machine can't take the load... perhaps

Where/how can I find the other codes?

https://cor.fandom.com/wiki/Chamber

(1 edit)

I have fond some bugs resently that are very anoying, first is a bug that doesnt let me see the map of unison, and the second one is more funny  while going to the oriental restaurent with alcohol, when the part of drunk asmedia apeare. The bug of unison map is the same, it open the page with a BBC code but i did ihnore and i am now unable of seeing the map of unison.

these bugs were resolved I guess, when did you download your game? there was a reupload yesterday

I downloaded it 20 minute after the first release of 0.66, i didnt know you had already solved them, my bad.

Is this an open world game?

No, Champion of Realms is a free adult visual novel game/sandbox with fantasy traits in development

When will you add more content for Isabel and Maeve?

(1 edit)

Isabel's content to locked behind next patreon goal (almost close to reach there). 
While for Maeve, main story is pretty much too alinged to Maeve's story, so her progress is depending on where we have reached in terms of main story.

(2 edits) (+1)

0.66 ERROR REPORT

Waiting in the Living Room now triggers the event where Asmedia makes breakfast in nothing but a apron. Afterwards Maeve talks about needing find the Hidden city etc. along with a pop up saying Maeves Love has gone up. Not only does the conversation take place, but the quest Hidden Allies is added back to the quest log. This is all stuff I'd done ages ago, before the .66 update I'd completed all available content.

Before all this happens I'm able to do Hells new content, Izanamis new content, and the April Fools content, so my progress is transferring over correctly. All the other girls are showing as having no available content as they should be. The Quests Rookie Missions and Controlling Your Feelings are still there and still showing now more content to do. 

The new content with Tsukiko is also still able to be trigger and completed after the above glitches.

I just noticed after finishing the new scene with Tsukiko that the Handeling Room and the Core Room are gone from the navigation bar. Likely because the quest The Hidden is making  the game think none of the girls have moved in yet. Strangely though, I can still click on the Teleporter and go to Dusk City  and Night Street without issue. 

I don't know if this would have had any impact, but to transfer my saves I just copied the saves folder from my old game and pasted into the game folder of the new version. That's what I've been doing with all other game, without issue, so I don't think that's the cause, but I just thought I'd mention it. The more information you have the better. 

Oh also, I don't know if the TV scenes are new, but they are super adorable, and more importantly to the comment, work both before the old quest line getting triggered and after, that is to say, we can still see the cartoon of Izanami and Tsukiko playing. When they're kinda removed from the hose by the old quest coming back

I haven't been able to try out the new hugging feature or the Sunday Special feature, because the girls don't live in the house now. Hell is still in the house though, because she sleep in MCs room. But her big room is gone like all the others.

Turns out you can't even try to complete Hidden Allies, because all the girls are both living in the hose and not living in the house at the same time. You can't portal to any of the girls old Rooms, so you can't talk to Heramael. Probably for the best.

Not sure if you'd want or need proof, but here is my current Quest log as I described in the above report/comment

I've got the same issue, but where the room for where you access all the girls rooms is, it'll still show if there's an event for one of the girls (an exclamation mark with whichever girl the event is for), but you can't select it

When will 2we be able to impregnate the girls?

https://cor.fandom.com/wiki/Unreleased_Features

(+5)

All the links got updated since there were a lot of problems, sorry for the inconvenience.

Is there a way to move my progress from 0.65 into the new patch (0.66) and keep all my progress or will I need to start over? (i'm not that familiar with moving files around)

https://cor.fandom.com/wiki/Installation

i don't understand how to put bugfix 0.66 i have downloaded it i have moved it to the game data file and it can't there is still a bug and still an error

the builds are all being reuploaded. The bugs that were being reported weren't what Zimon was getting when he tested it. Check here for when the links will be back up. https://www.patreon.com/posts/public-release-0-64792595

how do you get asmedia drunk?

(1 edit)

Do the Oriental restaurent side event in the meeting room, then choose yes alcohol ( drunk asmedia trigered) when the choice apear. You can do it without alcohol but asmedia will not be drunk and the side event will only be shorter, i get a bug each time asmedia get drunk, i dont know if it will do the same to you but, have fun with drunk asmedia.

mi dice che c'è la missione della guerra dentro ma non riesco a trovare dove devo andare per farlo

OK, That Jet stream sam reference was pretty great not going to lie

(1 edit)

Yea also, i only have the one person to sleep with ingame when will the others come out?

Whoa. Lots of bugs, even with the bugfix in 0.66.

  • Overworld map won't display properly on noon, afternoon, evening, and night. It will crash in Evening until you reach a certain point.
  • The alarms are still messy. Triggering an alarm may replay certain events like Asmedia H-scenes or Izanami headpats.
  • Maeve's Remember quest triggers randomly.
  • Not sure how Heramael with Sex having a lower number than Creampie is possible.

the builds are all being reuploaded. The bugs that were being reported weren't what Zimon was getting when he tested it. Check here for when the links will be back up. https://www.patreon.com/posts/public-release-0-64792595

How do i have seggs with more then 2 girls?

not implemented yet

tips for a new event for Tsukiko?

read her card...

Deleted 2 years ago

How long does the creator know to get updates

Updates are monthly. Public is always 5 days after early access.

The system for getting girls pregnant when will it be available?

https://cor.fandom.com/wiki/Unreleased_Features

a question if I already completed all the missions of all the girls that I can do now how do I do that hidden surprise?

(+1)(-1)

At this point just join the discord, too many questions to answer. Easier to do it there.

Gives me a negative vote bc I'm answering questions when I'm not even the  dev. Guess I just won't answer then.

Como se pone el juego en español?

No sé puede tienes que esperar a qué alguien lo traduzca y no escribas en español nadie te va a responder

No hay traducciones oficiales, esas son un objetivo de Patreon. Hay versiones no oficiales que puedes encontrar, pero no están respaldadas ni admitidas, es decir, no podemos ayudarte si tienes algún problema porque los traductores podrían haber interferido con el código del juego.

And how can I buy clothes for the girls or is it still not possible in this version

Not out yet

in 6.6 you can make animations of maeve I mean you know or what I mean if you can or not?

No idea what you are trying to say, but if you are talking about maeve lewds she needs more story and character development before zim will be adding any lewds. lewding her rn wouldn't make any sense.

When will the mission for the gild will be implemented?

(1 edit)

Jin and Isabel are planned to be made main girls, if  the next patreon goal is reached.
So there won't be any events with these girls as the focus until that goal is reached and they qualify to be main girls.
Well obviously the guild event is related to Jin. So all you can do is  being a patreon and wait till the goal is reached.

How mutch memorie space does 0.66 need for install? Just to be sure of how mutch stuff i will need to uninstall to play it.

Android needs ~4x the size of the apk (limitation of sideloading)

Ok, i will see what i van unistal, i have 3,01 Go of free space. Will it be ebough?

You would have to install it and find out. the apk is around 900mb so you should have ~3.6gb. My guess 3 may not be enough, but it depends. It's not an exact science.

What do I do after I have completed all the missions of each girl and how can I sleep with them?

Check the tracker in case you still have something to do.

For sleeping at the moment only Asmedia is available, you can call her from you with the crystal or go to her place for the night.

Ai giúp tôi mấy sự kiện này sao lại chưa làm đc vs cả sự kiện liên kết ẩn sĩ nữa

Làm thế nào để mở đc sự kiện của cleos đi dạo bãi biển vậy

Como se llaman los fragmentos? 

https://cor.fandom.com/wiki/Chamber

Alguien sabe como encontró a la conejo? 

Siga el conejo en el festival, luego descanse, no duerma al nuevo día.

Whats the name of the soft piano song thats plays

You are going to need to be more specific as to the song. Or use the Shazam app and the Music player on the main menu to search for it.

the pregnant system is not available yet right?

(1 edit) (+1)(-1)

right, maybe not for a quite long time as it is supposed to be story related. But, patreon can support more and make that happen quicker (we are yet to reach goal 6, and goal for new life  is goal 8 so not close in that aspect as well.)

Acabo de terminar el juego y quisiera saver cuando saldría la siguiente actualización 🤔

en 5 dias

Como ago para interactuar con la chica lobo? Ya cree su habitación pero no me a parese para interactuar 


Por el momento, las interacciones con el Infierno siguen siendo posibles en la cámara de cristal.

I don't know why but every time Maeve gets past telling me about not being human the game crashes, any way past this?

(2 edits)

what is the error, that you are getting, like error message or image would be helpful to figure the issue faster, Also what device are you using PC or android

(1 edit)

Playing on PC
I get this giant text log

The very last thing Maeve says is "Your guardian is back on duty." and then it crashes

(+1)

Well, you have 2 options,
1) Wait till tomorrow, the new publc version (0.66) will release tomorrow, 
2) Or https://www.patreon.com/posts/bugfix-0-65-63596381 download the zip file from the link of very few MBs and copy-paste to the folder as said in this link.

when does the new version come out?

April 6th, Italy time, so like in like 30-40 hours from the time I am posting this message I suppose.

Viewing most recent comments 1,563 to 1,602 of 2,822 · Next page · Previous page · First page · Last page