Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 24 to 63 of 559 · Next page · Previous page · First page · Last page
(+1)

How can this problem be solved?

------

I'm sorry, but an uncaught exception occurred.

While running game code:

Exception: Could not find font 'gui/fonts/优设标题黑.ttf'.

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

Full traceback:

  File "tl/chinese/chinese.rpyc", line 147318, in script

  File "C:\Users\13918\Desktop\hhhh\ChampionOfRealms-0.100-pc\renpy\ast.py", line 2586, in execute

    Say.execute(self)

  File "C:\Users\13918\Desktop\hhhh\ChampionOfRealms-0.100-pc\renpy\ast.py", line 623, in execute

    renpy.exports.say(who, what, *args, **kwargs)

  File "C:\Users\13918\Desktop\hhhh\ChampionOfRealms-0.100-pc\renpy\exports\sayexports.py", line 132, in say

    who(what, *args, **kwargs)

  File "C:\Users\13918\Desktop\hhhh\ChampionOfRealms-0.100-pc\renpy\character.py", line 1471, in __call__

    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)

  File "C:\Users\13918\Desktop\hhhh\ChampionOfRealms-0.100-pc\renpy\character.py", line 1117, in do_display

    display_say(who,

  File "C:\Users\13918\Desktop\hhhh\ChampionOfRealms-0.100-pc\renpy\character.py", line 814, in display_say

    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)

  File "C:\Users\13918\Desktop\hhhh\ChampionOfRealms-0.100-pc\renpy\ui.py", line 301, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  File "C:\Users\13918\Desktop\hhhh\ChampionOfRealms-0.100-pc\renpy\display\core.py", line 2218, 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:\Users\13918\Desktop\hhhh\ChampionOfRealms-0.100-pc\renpy\display\core.py", line 2882, in interact_core

    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)

  File "C:\Users\13918\Desktop\hhhh\ChampionOfRealms-0.100-pc\renpy\display\core.py", line 1384, in draw_screen

    surftree = renpy.display.render.render_screen(

  File "render.pyx", line 486, in renpy.display.render.render_screen

  File "render.pyx", line 260, in renpy.display.render.render

  File "C:\Users\13918\Desktop\hhhh\ChampionOfRealms-0.100-pc\renpy\display\layout.py", line 900, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 260, in renpy.display.render.render

  File "C:\Users\13918\Desktop\hhhh\ChampionOfRealms-0.100-pc\renpy\display\layout.py", line 900, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 260, in renpy.display.render.render

  File "C:\Users\13918\Desktop\hhhh\ChampionOfRealms-0.100-pc\renpy\display\layout.py", line 900, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 260, in renpy.display.render.render

  File "C:\Users\13918\Desktop\hhhh\ChampionOfRealms-0.100-pc\renpy\display\screen.py", line 755, 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 260, in renpy.display.render.render

  File "C:\Users\13918\Desktop\hhhh\ChampionOfRealms-0.100-pc\renpy\display\layout.py", line 900, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 260, in renpy.display.render.render

  File "C:\Users\13918\Desktop\hhhh\ChampionOfRealms-0.100-pc\renpy\display\layout.py", line 1457, in render

    surf = render(child,

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 260, in renpy.display.render.render

  File "C:\Users\13918\Desktop\hhhh\ChampionOfRealms-0.100-pc\renpy\text\text.py", line 2627, in render

    virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)

  File "C:\Users\13918\Desktop\hhhh\ChampionOfRealms-0.100-pc\renpy\text\text.py", line 776, in __init__

    glyphs = ts.glyphs(s, self)

  File "C:\Users\13918\Desktop\hhhh\ChampionOfRealms-0.100-pc\renpy\text\text.py", line 348, in glyphs

    fo = font.get_font(self.font, self.size, self.bold, self.italic, 0, self.antialias, self.vertical, self.hinting, layout.oversample, self.shaper, self.instance, self.axis)

  File "C:\Users\13918\Desktop\hhhh\ChampionOfRealms-0.100-pc\renpy\text\font.py", line 745, in get_font

    face = load_face(fn, shaper)

  File "C:\Users\13918\Desktop\hhhh\ChampionOfRealms-0.100-pc\renpy\text\font.py", line 673, in load_face

    raise Exception("Could not find font {0!r}.".format(orig_fn))

Exception: Could not find font 'gui/fonts/优设标题黑.ttf'.

It's happening at the start of the game? Which platform?

I'm surprised that the game for Android weighs less than on PC, since before the Android version weighed about 3 GB.

(1 edit)

pretty sure it's an installer

Yep it's a launcher, the full game on android it's 4GB.

(+2)

Every time I click the "be my alarm clock" option on any girl in the game, I get this error, and it's been like this for several past updates.


```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/script/estia_house.rpy", line 143, in <module>

  File "game/script/estia_house.rpy", line 143, in <genexpr>

KeyError: 'alarm_tsu_allweek'

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

Full traceback:

  File "script/estia_house.rpyc", line 136, in script

  File "C:\Users\ryang\Downloads\project-cor-win-linux\ChampionOfRealms-0.100-pc\renpy\ast.py", line 1632, in execute

    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)

  File "C:\Users\ryang\Downloads\project-cor-win-linux\ChampionOfRealms-0.100-pc\renpy\exports\menuexports.py", line 100, in menu

    condition = renpy.python.py_eval(condition)

  File "C:\Users\ryang\Downloads\project-cor-win-linux\ChampionOfRealms-0.100-pc\renpy\python.py", line 1218, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "C:\Users\ryang\Downloads\project-cor-win-linux\ChampionOfRealms-0.100-pc\renpy\python.py", line 1211, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/script/estia_house.rpy", line 143, in <module>

  File "game/script/estia_house.rpy", line 143, in <genexpr>

KeyError: 'alarm_tsu_allweek'

Windows-10-10.0.26100 AMD64

Ren'Py 8.3.7.25031702

Champion of Realms 0.100

Sat Aug  2 02:50:04 2025

```

Hey, the code for all alarms got changed, to fix this problem, use the crystal, it will reset all the alarms.

(1 edit)

Had a question, because it's been a while, how do you get the backgrounds for character profiles, as i've had a hard time finding/getting them

The BGs for the girls' card are unlocked or by progression of their story or by stats, for example Taile Forge bg can be obtained after her event there.

Can you explain how to get them through stats, as it appears that the ones I'm missing are stats-based. I notice that the ones with BGs are either ones that allow for fun or ones that don't, so does it involve love or lust? Or is it a different? I haven't played the game for a while, so I'm kinda confused

(+2)

hey idk if anyone else is having this issue but the background for Hera's lab isn't showing. Says "hera_room2 not found"

just had the same issue

There have been reported and fixed for the next build, we forgot to change the name during that part of the game, after that it is fixed automatically.

(1 edit)

Hey...um if anyone knows...does emiko get revived? that shit straight fucked me up and her card being x'd out is KILLING me...if not please tell me it's a plan for the future...she's so cute and didn't deserve that and it's messing me up. cus like, i feel like we have the means to, even if it's just later in the story, i just gotta know.

Sorta. She does come back, but not exactly the same.

thank you, and that's kinda okie i hope, i'll have to get to that point but again thank you

Brother your not the only one I nearly lost myself to Khorne the first time i watched that. Had to take a break from the game and play Warhammer 3 as the Ogres or I would have fallen to Khorne.Not sure if that is the plan if that is the plan does not change that the slaver's meat must be offered to the Great Maw and the Firemouth he is not worth eating.

oh yeah, that slaver mf is going to get destroyed the second i get my buff lady hands on his scrawny ass throat, zero mercy, he's getting MK fatalitied.

Considering the faction i mentioned the level of insult it is for an Ogre to refuse to eat something after killing it is pretty high more so if the meat happens to be another Ogre. In fact this slaver barely is deserving of being sacrificed to the Great Maw and the Firemouth. Sadly the alternative leads to Khorne and I simply refuse to fall to a Chaos god for meat that isn't worth it.Though your alternative isn't so bad still feels far to much like mercy a death like that would be far quick. Butcher bring the pot to boil not for stew this one goes to the Maw 

Git died to his own poison, an asshole and an idiot to the very end

(1 edit)

Uhh so I apparently am cursed or something because I can't see a scene of the following quest:"collapse". The 6th part of it doesn't get loaded in and so it just gives me error as "/scene doesn't exist". I'm on android and I updated from what I guess it the launcher. Help pls


Edit: nvm apparently it somehow fixed itself

is there another link to download for pc it's not working i tried many times

Hey, tested it and it's working, try now.

i need help im retry to upload it to download on a new device it keep saying error when trying to connect to the server plzz 

Server is online, are you getting a specific error? Launcher log?

do i need to have the launcher vers. because i have a the regular file also it keeps saying " an unknown error while connecting to the ren'py sync server p.s im using the latest update  CoR 0.100 

If it is an error for the save sync in the servers is different, possible there was a problem with renpy since that is what handles the syncs.

But is there still something I can do to make it work so I can transfer my progress ?

(2 edits)
I'm having a problem with the android version of the latest update , when I choose to download the public version and then yes nothing happens and the game freezes and I'm stuck here!

That seems like an older version of the launcher, did you try a fresh install?

I uninstalled and reinstalled and it worked again thanks.

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

Good morning everyone, as you may have seen, the Puritans and bunch of other activists and payment processors are trying to control us about NSFW content. Do you want to do something? Here's a petition to change it. Your support is appreciated. Save the games!

link: https://www.change.org/p/tell-mastercard-visa-activist-groups-stop-controlling-w...

(+2)

your fools if you think words will do anything at this point we've long past the point of peaceful resolution. theres only way forward now and its us or them.

De hecho, las "palabras" que supuestamente dices que no ayudan realmente lo hacen, Visa y Mastercard están súper estresadas con todas las llamadas de atención de los jugadores e incluso emitieron un comunicado pidiendo que se detenga, por lo que tendrás que tragarte tus palabras 🤣

alguien sabe porque se eliminaron todos los juegos de la mayoria de los tags para adultos?

(+1)(-1)

Al parecer hubo un movimiento o algo así en contra de los juegos "nsfw" lo que acabo con la mayoria de juegos de esta categoria siendo removidos, por lo que tengo entendido no solo fueron juegos con material sexual, si no la mayoria con la etiqueta para adultos

is this still being updated or is it finished, debating wether to download it

It's still being updated, but there is quite a bit for what is there rn.

(+1)

Seems most the maeve scenes don't load. Buttons and music are there, but screen is black otherwise. Android. 

Hi, are you doing regular lewds or with the outfit?

(+1)

Gioco molto ben curato, lato video e audio, buona la traduzione in italiano. Storia piacevole e testi curati . Gioco pulito. Finalmente un gioco da 10 e lode. Complimenti al Dev Zimon ea tutte le persone che hanno e stanno collaborando per il suo sviluppo. Grazie ai tanti Patreon il gioco è pure gratuito , anche se per chi può il supporto economico al Dev ci sta tutto. Continua così Zimon, vedrai che andrai alla grande! Grazie per questo bel gioco e auguri a tutti di tante buone cose per il futuro!

(-1)

Do i need to use joiplay to play v 0.99 now? No offense but the apk is garbage.

(+1)

The apk is the same as before, but since the game is too big now, it needs the launcher to download the content.

(-1)

sorry I'm late with reply where can I get the launcher

Hi, excuse me, I wanted to ask where I can download the Android version's launcher?

When I downloaded the APK listed here, there was no launcher inside, it just took me directly to the 'start, load, options, etc.' main menu.


Am I overlooking something? 

Thanks in advance

(-1)

Hey, the apk it's under the mac download.

(+2)

Err don't want to complain or something but the mobile version is practically broken. It won't load the new scenes and the daily possible events.

(+1)

The apk version is working correctly, you need to download the files with the launcher.

Wait the launcher? Where do I find it?

(1 edit) (-1)

Please update this game?.

Next update is on 27 July.

How to unlock last gallery scene of heramael and   

3 scene of izanami

How to complete hidden link?i cant find maeve

Not working Russian language

Can someone help me out with this  upload/download sync system for the game? I can't find any kind of guide or thread that properly explains how this works in games on the launcher. I'm trying to update my current save files to the latest version of the game but I have had no success. How does this work?

(1 edit)

Okay, I think I was able to figure out how this sync system works. But when I try to upload my latest save file to itch.io's servers I first get a gray screen with a bunch of programming code. I tried again after clicking ignore to upload but now it says it's encountering a network error. Seriously does anyone have any advice on what I can do to fix this? EDIT: Correction, the actual error is an exception has occured, then it starts spouting off server sync errors.

(+1)

yo how do I Unlock first neon for Isabel?

(+1)

Neon is a character. Just do side activities with the girls

(2 edits) (+1)

Do I really have to do all quests before little blue cat girl story, and which ones? Only quests? or I have to click every girl and their "hint" as well? Can you make some list of requirements for that quest, I think it was called "#4 cat's from the bag " pls because it's really confusing 

Where can I get the new launcher? Since I've scoured the patreon and itch dev logs and all I found was mentions of it but not links to it.

Just use normal launcher but click not public version, there is second opinion right after opening the game

Hey, i have been playing your game form time to time for a while and wanted to play it again but it seems due to some limitations android needs to be downloaded with a launcher (which is really slow) and i hope you can make a drive link so we android players can keep playing the game

I cannot find Maeve to go back to in the quest Hidden Links. Any help?

Pray to god bro

can some buddy tell me where can i find the "first neon" for the isabel's story?!

(+1)

if I remember corectly she shows up later in the story (after you officially join the competition). you can find her around evening hours at the inn

(-1)

the launcher takes forever to download all the files and sometimes it does reset the progress

(+1)

Hi, where i can find the 'first neon" for the isabel's story? 

(+1)

Cómo puedo ganar dinero 

¿Más bien dónde puedo trabajar? 

Hola,  puedes hacerlo con Isabel y Taile.

Can we get the android apk back with the full game 

Hey, it's not possible at the moment, the possible building limit has been exceeded, so the only way for now is via android launcher.

that takes forever and space as well

(+1)

I don't know if it's just a me issue or it has happened to others aswell, but whenever i try to set a girl as an alarm clock the game bugs out and shows an error screen like this and i can't figure out if it's an issue with some missing files that maybe didn't install or the game itself because i tried to re-install it and it still hasn't fixed the issue. This happens to all of the girls i try to set as an alarm clock

Hey, did you try the fixer in the crystal?

I discovered it fairly late in the game after i sent this comment because i barely use the Crystal so by now i have found the bug fixer, but thank you very much ;D

It appears that the android apk is lacking a whole lot of files to run properly, I suppose it's related to how one needs to move some files so that it works properly? Asking for some answers since I just came back to the game after a long while.

(+2)

Hey, nope, you need to use the launcher to download the files.

(+1)

Incridible game, I liked Very.

Quick question, has the option to start the meeting through the bug fix in the crystal been remove because I'm unable to start the meeting. I'm not too sure if its bugged or I'm missing something.

Go to the living room a bunch of times. Took me a while to figger out that was the trigger.

Nevermind I was just stuck on the part after that and got it working but thanks anyway for trying to help

(+1)

To the d3v. What happened to the 4+GB game file for android you had???"

The android version surpassed the 4GB file size, we can't build anymore with that, so the solution for now is using the launcher.

Ok? But how will the launcher fair any better?

(+2)

There is a bug in the newly added recall in the Heramael Gallery, it can't be unlocked, and it always appears to be blocked, whether I re-experience it in the event replay screen or reopen a save.

The scene where you try on a cow bikini while buying clothes for Hell

Hey thanks, we will fix it.

(+2)

pc ver after update, cant progress after new house cutscene. meave and asme are frozen in living roo

Viewing most recent comments 24 to 63 of 559 · Next page · Previous page · First page · Last page