Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

skobkin

13
Posts
8
Following
A member registered Jun 24, 2019

Recent community posts

Update didn’t come in Steam 🙄

Thank you for the reply!

I guess you’re not using any kind of Version Control System (like Git) for development? If you did, then making a small patch for an earlier version wouldn’t be a problem.

If not, then as a developer to developer I can recommend you to check it out. Not for our sake and not to patch Season 1, but to be able to secure your development process and to be completely sure that you’re not going to lose your work in case of some kind of hardware failure or some another mistake. It can also help to track bugs if you know when they were introduced. And a bunch of other benefits.

Came here with the same question.

It looks so strange and confusing. The text there should probably say that it’s not an end of the “build” but an end of the season.

CC @VictorSeven

Thank you for clarification!

P.S. The game is nice BTW 👍

(1 edit)

Sorry, do you mean that those who bought Season 1 before Season 2 is released are getting it too or …? I’m not saying that it SHOULD be free for us, I just want to understand how it works because Itch pricing got me confused.

I mean it’s called “season 1” on Steam. I’m not too optimistic that I’ll get Season 2 automatically.

Is there any differences in how exactly seasons are distributed after purchase here and on Steam?

It looks like I’ll get both seasons if I buy here, but I bought season 1 in Steam and I’m not sure if I get second season.

(1 edit)

It’s not a very good game design solution for a game if player can’t find out what needs to be done to continue. Especially when game updates once a month.

This game really makes it problematic sometimes to understand what to do to progress further.

I don’t think so. Looking at the save screenshots I see that last saves (2 x 0.77, 1 x 0.76) are in the bedroom where I usually save the game.

But I also remember that for a long time (since some specific update) I had some minor bug probably caused by some leaked state. It was manifested by a several small icons from cards and some (Cleos?) dynamic scene to be displayed in the UI almost all the time. Some of icons are probably disappeared after several updates.

I was ignoring that because I was hoping that it’d be fixed in some time and also it didn’t block me from playing.

If you want, I can provide you with save files to check out the problem. The only problem is that I’m banned on Discord for using alternative client, so email is preferred in case this would be helpful to you.

By the way if something other than discord is available for feedback, I can also send typos I found while checking new versions too.

Usually, yes. But not this time.

(1 edit)

Getting an exception right after loading save made in 0.77:

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script/girls_compedium_screens.rpy", line 494, in execute
  File "game/script/girls_compedium_screens.rpy", line 494, in execute
  File "game/script/girls_compedium_screens.rpy", line 496, in execute
  File "game/script/girls_compedium_screens.rpy", line 498, in execute
  File "game/script/girls_compedium_screens.rpy", line 498, in keywords
  File "game/script/girls_compedium_screens.rpy", line 503, in <module>
NameError: name 'icon_girl' is not defined

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

Full traceback:
  File "script/bedroom.rpyc", line 168, in script call
  File "script/bedroom.rpyc", line 187, in script
  File "/home/deck/.config/itch/apps/champion-of-realms/ChampionOfRealms-0.78-pc/renpy/ast.py", line 921, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "/home/deck/.config/itch/apps/champion-of-realms/ChampionOfRealms-0.78-pc/renpy/exports.py", line 1373, in say
    who(what, *args, **kwargs)
  File "/home/deck/.config/itch/apps/champion-of-realms/ChampionOfRealms-0.78-pc/renpy/character.py", line 1266, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "/home/deck/.config/itch/apps/champion-of-realms/ChampionOfRealms-0.78-pc/renpy/character.py", line 927, in do_display
    display_say(who,
  File "/home/deck/.config/itch/apps/champion-of-realms/ChampionOfRealms-0.78-pc/renpy/character.py", line 666, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "/home/deck/.config/itch/apps/champion-of-realms/ChampionOfRealms-0.78-pc/renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/home/deck/.config/itch/apps/champion-of-realms/ChampionOfRealms-0.78-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 "/home/deck/.config/itch/apps/champion-of-realms/ChampionOfRealms-0.78-pc/renpy/display/core.py", line 3810, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "/home/deck/.config/itch/apps/champion-of-realms/ChampionOfRealms-0.78-pc/renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "/home/deck/.config/itch/apps/champion-of-realms/ChampionOfRealms-0.78-pc/renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "/home/deck/.config/itch/apps/champion-of-realms/ChampionOfRealms-0.78-pc/renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "/home/deck/.config/itch/apps/champion-of-realms/ChampionOfRealms-0.78-pc/renpy/display/screen.py", line 451, in visit_all
    callback(self)
  File "/home/deck/.config/itch/apps/champion-of-realms/ChampionOfRealms-0.78-pc/renpy/display/core.py", line 3810, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "/home/deck/.config/itch/apps/champion-of-realms/ChampionOfRealms-0.78-pc/renpy/display/screen.py", line 462, in per_interact
    self.update()
  File "/home/deck/.config/itch/apps/champion-of-realms/ChampionOfRealms-0.78-pc/renpy/display/screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/script/girls_compedium_screens.rpy", line 494, in execute
  File "game/script/girls_compedium_screens.rpy", line 494, in execute
  File "game/script/girls_compedium_screens.rpy", line 496, in execute
  File "game/script/girls_compedium_screens.rpy", line 498, in execute
  File "game/script/girls_compedium_screens.rpy", line 498, in keywords
  File "game/script/girls_compedium_screens.rpy", line 503, in <module>
NameError: name 'icon_girl' is not defined

Linux-5.13.0-valve36-1-neptune-x86_64-with-glibc2.36 x86_64
Ren'Py 8.0.3.22090809
Champion of Realms 0.78
Wed May 10 02:20:49 2023

Thanks for the update anyway.

I should say that quality of texts in at least latest (0.74) update is awful.

  • “he”/“she”/“it” mess when talking about the same character
  • strangely formed sentences
  • typos

It almost looks like the text was written by someone who’s not good in English and didn’t go though any checks after.

The game is still good, but this quality drop is unsettling.

Can you also add a magnet link for a torrent to the README file?