Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Calimachus

44
Posts
15
Following
A member registered Dec 18, 2017 · View creator page →

Recent community posts

(2 edits)

I already bought some games on Gog, that were not available on Steam in Germany, f.e. Summer's Gone. To circumvent it, I tried VPN from another country and create a new account, as my german account is blocked, but Steam requires now a Payment methode from the other country. But I could still download from Subscribe Star.

(1 edit)

I'm keeping my fingers crossed for you.

Even though I can't purchase it on Steam, as I'm from Germany.

Hi, if you're playing on a PC, just hit Tab, else it would be easier if you mentioned the platform used.

The first link goes to a WeTransfer page, the mirror allows you to download it.

Will upgrade my Patreon membership next week to download it.

Can't wait for the update.

(2 edits)

Get better soon, but remember that your health is more important for us than working on this great game. Take all the time you need.

Hi, I bought Summer Scent one year ago to download the latest Version at that time and was able to download the 0.6.1b version in November. You only need to buy it once.

Thank you for the great update. Emma's route is so nice and loveable. Aine's reaction is so funny if you make it really official. The whole epilogue 'til now is always a rollercoaster between laughing, sadness and happiness.

The more I play this VN, the more I discover nice details, like Cassie commenting on MC and Eve flirting or bickering.
I am amazed, how each playthrough shows more details regarding the characters. Really love it.

Hi, you can choose if you are male or female at the beginning, but you play as female.

Hi, found the mail, received it 10 days before I bought it again in January. As I can't support you on Patreon, for me the second time is an additional support via Itch for your fantastic VN now.

Thank you, never tried it before.

Hi, as I have the same problem (Germany), I would like to know how I can add it to steam after purchasing it here.

(1 edit)

OK, false alarm, it shows chapter 3 in the purchase view, but when I download it, the file is ChasingSunsets-0.4a-pc .zip.

Just loved his heroic dive....

Hi, this game is one of my favorites, great story, gorgeous graphics and nice choices. Keeping you totally hooked.

But unfortunately, I can't download chapter 4 anymore. I purchased it on the first of January for 9 $, but now I can only see chapter 3, which I already bought 164 days ago.
And as I am in Germany, I can't wishlist it on Steam :-(

Sweet short game, lovely artwork. I enjoyed it very much.

At least you can set skipping to 'All text', should save a lot of time....

Great game, after starting it I couldn't play any other VN. The artwork is gorgeous, the story is funny, a lot of hillarious scenes and really nice intimate moments. What is there is already enough to let you play a few hours and notice how time flies.
Keep up the good work, thank you for the game.

Hmm, episode 6 was in November, so 2 months....

Hi, bought this game here on itch.io some time ago and only recently played it. It's really captivating and I'm hooked since starting it. The scene with Darci and coffee is just hillarious. I would love to see updates, but that you feel well is much more important. Take all the time you need.

Great VN, I really enjoyed the story and different endings.

Really love the update. Thank you for it. The bathroom scene with Emma reminded me of Halfway House.

What a cliffhanger.

Love the game 

Hi, thank you for the quick fix. No problems starting the game now
Unfortunately, I encountered two other errors, during the private time with Aoibheann
---------------------------
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/05 Chapter 5.rpy", line 780, in script
    if abh1skip:
  File "game/05 Chapter 5.rpy", line 780, in <module>
    if abh1skip:
NameError: name 'abh1skip' is not defined

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

Full traceback:
  File "game/05 Chapter 5.rpy", line 780, in script
    if abh1skip:
  File "renpy/ast.py", line 1892, 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/05 Chapter 5.rpy", line 780, in <module>
    if abh1skip:
NameError: name 'abh1skip' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
Worlds Crossing Academy 0.1.5
Fri Nov 26 23:41:55 2021
---------------------------

and after playthrough trying to open the gallery from the main menue. 
-----------------------
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_menu.rpy", line 107, in __call__
    raise Exception("%r is not a screen or a label." % orig_screen)
Exception: u'gallery' is not a screen or a label.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  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/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    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 3276, 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 4100, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1062, 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 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1062, 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 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 979, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 914, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 322, in run
    new_rv = run(i, *args, **kwargs)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_menu.rpy", line 107, in __call__
    raise Exception("%r is not a screen or a label." % orig_screen)
Exception: u'gallery' is not a screen or a label.

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
Worlds Crossing Academy 0.1.5
Fri Nov 26 23:51:36 2021
------------------------

In the gallery itself, with the exception of the Cecilia scene, each unlocked scene had "Image 'xxx_idle' not found".

(1 edit)

Hi, just downloaded the game and received this error:
-------------------------------------------------------
I'm sorry, but an uncaught exception occurred.
While running game code:
  File "game/gallery.rpy", line 4, in script
    $ persistent.playername = playername
  File "game/gallery.rpy", line 4, in script
    $ persistent.playername = playername
  File "game/gallery.rpy", line 4, in <module>
    $ persistent.playername = playername
NameError: name 'playername' is not defined
-------------------------------------------------
After opening the file and changing the line
$ persistent.playername = playername
to
$ persistent.playername = "playername"
it is ok

The more episodes there are, the more I get hooked on the story. Thank you for a very interessting and captivating story (and such a tease at the end of the episode).

(1 edit)

What a chapter.  Really great writing.

Everything seemed going so fine. And then it's turned upside down. I loved Cece from the start and really care about her. A testament to your skill at writing.

It's the second time a VN was able to give me such a numb feeling (other time was the bad ending in Summer Scent), and the horror when connecting the dots with MC beforehand and realizing what she is planning to do. Couldn't sleep for a while, as it reminded me of the brother of my best man.

After marrying, we had a party with the family and two days later with our friends. Due to a spur of a moment, I asked my best man on the mornig of the party to invite his brother to the party. He came with him and I was wondering during the party, why his brother seemed a little strange and a little bit of clingy to me.  

The next day my friend told me, that this invitation had probably saved his brother who was just a step before doing it when he called him. I still think about it even 23 years later he is still alive and passed those dark times).

Thank god this was the only time people I know personally brushed with suicide and that small things (even unknowingly) could have a big impact (positivly in this case). I feel sorry for everyone who had to experience this personally and wish them all the best.

Nice to hear it is not abandoned.

The breakfast table scene in the throuple path is the funniest scene of the game imho until now. I just laughed so hard. Tried it a few times but missed it until now by one or two points so resigned to the sub/love path with Eve and Cassie. Thank you for the missing pointers. 

It's "Will you wait" from Marisa Law, http://www.marisalaw.ca

Was already asked for a few times below  ;-)

(1 edit)

Hi, great start for the game. Even as it is only 2 days for Lora, the story is very interesting, the first taste for the magic system is good, you have a lot of choices and really nice graphics. I'm reminded a little bit of Dragon Age (in a good way). Can't wait for the next update.As it is a remake, where can the original game be downloaded?

Keep up the good work.

Hi, great game, I really love it.
But I encountered a little problem, I can't discard items in the equipment screen. As soon as I do it, the game crashes. Do you need the error message?

A great start for this game, I really like the characters and the changes in their relationships depending on my choices. I didn't expect so many possible paths in such a short time.
Keep up the good work.

Easiest way is https://www.saveeditonline.com/

(1 edit)

To be more precise, you don't get 2 points affection in Ep.6 if you lean on Ash, again missing 2 in 7 and 8. Don't know if Em agrees if corruption is high enough at the end of Ep. 8

(2 edits)

Seems to be influenced by your decision to lean on Em or Ash while waiting for the train. I tried both with max Em Affection Points, after having fun with Ash in the train it resulted in a 6 Affection Point loss after Ep.8. Maybe because there was no promise from Em after leaning on Ash.

(1 edit)

Cece is really someone special, somehow she touches something deep. Finished with Lexi and Stephanie as well, but somehow I care deeply for Cece.