Meiri

Well-Known Member
Nov 1, 2019
1,295
2,337
397
For a dev who post them regularly every 10 days or so, over three weeks with no devlog sounds concerning. I hope he didn't feel burnout again. Although last time he was very open about it.
It's a bit concerning ngl, he is usually very communicative and last time he at least warned us.
Hopefully we get some news soon...
 

anon9gg

Newbie
Feb 2, 2025
24
40
13
@ TheRedMyst found 2 bugs:
Python:
    def get_relation_pub():
        if re_pub < 5:
            return "Afraid"
        elif re_pub >= 5 and re_gai < 10:
            return "Indifferent"
        elif re_pub >= 10 and re_gai < 15:
            return "Intrigued"
        elif re_pub > 15:
            return "Supportive"     
        return "N/A"
- the N/A result is only reachable by a hole in the logic for the value 15: the last eval should've been >= 15 instead of > 15
- the pub function is checking the wrong var 're_gai' (gaius) easy to assume a copy/pasta mistake here
Python:
    def get_relation_pub():
        if re_pub < 5:
            return "Afraid"
        if re_pub < 10:
            return "Indifferent"
        if re_pub < 15:
            return "Intrigued"
        return "Supportive"
the character Fang introduced at the end of ep6, is redefining the Fan Girl from ep2/4 as 'fan' in characters.rpy -> l:78 & l:69
 
  • Like
Reactions: pizbia

PaxHadrian17

Engaged Member
Sep 8, 2020
2,742
13,938
678
Any News from Red Myst ?
Apparently he stopped posting dev log.
I hope he is in good health.
There's nothing since the last dev log on September 6th, 2025.

All we can do is wait and hope that the dev is okay and that his absence is work/equipment related; the longer it goes on, the harder it is to hold out hope though.

I'm still a $ supporter so if he posts for his $ supporters on SS, it will get copied and posted here.

Cheers!! :coffee:
 

Sothacil

Newbie
Aug 23, 2017
22
11
146
There's nothing since the last dev log on September 6th, 2025.

All we can do is wait and hope that the dev is okay and that his absence is work/equipment related; the longer it goes on, the harder it is to hold out hope though.

I'm still a $ supporter so if he posts for his $ supporters on SS, it will get copied and posted here.

Cheers!! :coffee:
Ok thanks for the reply
 
  • Like
Reactions: PaxHadrian17

Sir Weshmish

Member
Mar 4, 2019
485
868
214
I still have hope, if only because the story was close to the end of the season and he had plans to release on Steam...
I'm assuming he has plans considering we are closed to end of season with more seasons to come and a steam release. Fortunately, he was active last month. I've seen devs still putting out work even a year without updates. My daily struggle with The Arson Betrayal by Crispy Chicken Productions. Tho, quite inconsistent in promises.

This game is a goldmine in the seas or porno over story. This game has a rather good balanced with an interesting story. Hope he knows that. The game is way too good to go away so easily.
 

Daquarius

Member
Jan 23, 2018
147
171
157
I'm assuming he has plans considering we are closed to end of season with more seasons to come and a steam release. Fortunately, he was active last month. I've seen devs still putting out work even a year without updates. My daily struggle with The Arson Betrayal by Crispy Chicken Productions. Tho, quite inconsistent in promises.

This game is a goldmine in the seas or porno over story. This game has a rather good balanced with an interesting story. Hope he knows that. The game is way too good to go away so easily.
I was surprised with the return of The Arson Betrayal. I personally love to play unfinished gems, like False Hero or Deviant Anomalies. I don't think It's the case with New Antioch though.
 
  • Like
Reactions: Sir Weshmish
4.60 star(s) 118 Votes