BadMustard

Well-Known Member
Game Developer
Feb 5, 2021
1,072
3,314
why does this pop up often after meeting her by the car? I'm passed her scene.
View attachment 3813523
this seems to be a problem with renpy

https://f95zone.to/threads/almost-dead-v0-10-ch-16-badmustard.70120/post-14181145

https://f95zone.to/threads/almost-dead-v0-10-ch-16-badmustard.70120/post-14187185

it has popped up before with different characters, since it seems to happen randomly there is nothing I can do about.
you can restart the game or load a saved game before this has happened that is the only way I know how to fix it.
 
  • Like
Reactions: Lliw21

Wills747

Engaged Member
Dec 14, 2018
2,440
5,123
My compressed Unofficial Port of Almost Dead v0.10.1
Added Image and Replay Gallery Unlocker by JGNeon
Usual gestures, optional save name/delete, seethru textbox etc etc...
In game menu toggles with the quick menu.
Alternative persistent saves/log location
Grant storage permissions on first run!

 

Wills747

Engaged Member
Dec 14, 2018
2,440
5,123
this seems to be a problem with renpy

https://f95zone.to/threads/almost-dead-v0-10-ch-16-badmustard.70120/post-14181145

https://f95zone.to/threads/almost-dead-v0-10-ch-16-badmustard.70120/post-14187185

it has popped up before with different characters, since it seems to happen randomly there is nothing I can do about.
you can restart the game or load a saved game before this has happened that is the only way I know how to fix it.
Try moving the side image code in screen say like this and see if it fixes it for you:

Python:
screen say(who, what):
    style_prefix "say"
    window:
        id "window"
        if who is not None:
            add SideImage() xalign 0.0 yalign 1.0
            window:
                id "namebox"
                style "namebox"
                text who id "who"
        text what id "what"
 

BadMustard

Well-Known Member
Game Developer
Feb 5, 2021
1,072
3,314
Try moving the side image code in screen say like this and see if it fixes it for you:

Python:
screen say(who, what):
    style_prefix "say"
    window:
        id "window"
        if who is not None:
            add SideImage() xalign 0.0 yalign 1.0
            window:
                id "namebox"
                style "namebox"
                text who id "who"
        text what id "what"
I'll give it a try !
 
  • Like
Reactions: Lliw21

locomotor79

Well-Known Member
Oct 2, 2016
1,879
790
hee BadMustard what's whit the Patch number why is it v0.10.1 instead of v0.55.0 becausse the later is higher
unless the post hasnt bin updated for a long time now
 

Tiur

Well-Known Member
Nov 13, 2021
1,205
3,304
hee BadMustard what's whit the Patch number why is it v0.10.1 instead of v0.55.0 becausse the later is higher
unless the post hasnt bin updated for a long time now
Why would it be 0.55? Last version was 0.F (the 15th major version). This dev is using hexadecimal numbering for version numbers, rather than decimals or semver.

Hexadecimals (base-16): 1 through 9, then A through F, then 10.

So if there's enough story left in this game to get past version 0.19 (which would be the 25th major version), it'd go to version 0.1A, 0.1B, 0.1C, up to 0.1F, then 0.20.
 
  • Like
Reactions: BadMustard

BadMustard

Well-Known Member
Game Developer
Feb 5, 2021
1,072
3,314
hee BadMustard what's whit the Patch number why is it v0.10.1 instead of v0.55.0 becausse the later is higher
unless the post hasnt bin updated for a long time now
because I'm strange, and I chose to use hexadecimal to number the version numbers with (10h = 16d) and since it was a minor update/patch/fixen my fuck up it adds a .1 to the end it will eventually end with a 1.0 version (someday)
i was going to use SEXagesimal, but that would require more than 60 chapters, so...
 

Dr. Mick

Member
Nov 21, 2017
493
1,084
I hurt my right wrist this weekend (I was not doing what you're probably thinking of either), so shoving the mouse around causes a bit of pain. But I will start working on rendering this week (promises).

Until then, here is an image the wife helped me knock this one out.

View attachment 4107317
That's lovely.
Take care and rest as needed. Your health is more important than any kind of implied timetable.
Here's hoping you can take it easy and recover quickly.
Fair winds and following seas.
 

BadMustard

Well-Known Member
Game Developer
Feb 5, 2021
1,072
3,314
That's lovely.
Take care and rest as needed. Your health is more important than any kind of implied timetable.
Here's hoping you can take it easy and recover quickly.
Fair winds and following seas.
I was able to get a trackball to replace my mouse so i don't have to push the mouse around i can be lazy and rest my arm and just move my thumb around pain free (now I just have to get used to it)

 

Dr. Mick

Member
Nov 21, 2017
493
1,084
I was able to get a trackball to replace my mouse so i don't have to push the mouse around i can be lazy and rest my arm and just move my thumb around pain free (now I just have to get used to it)

Quite similar to the one I have.
i switched to a trackball years ago, and could never go back to a mouse; it's so much more comfortable, once you get used to it.

Glad you found a solution :)
Looking forward to the next chapter of your story.
 

e6mill

Engaged Member
Aug 4, 2022
2,285
4,322
i switched to a trackball years ago, and could never go back to a mouse; it's so much more comfortable, once you get used to it.
I've used both and eventually gave up trying to be as accurate with the trackball as I could effortlessly be with a mouse. Not to say I *couldn't* have, but it wasn't worth the learning curve to me at that time.
 
2.80 star(s) 36 Votes