JohnF95zone

Engaged Member
Oct 31, 2017
2,016
3,496
Sure, lets make things even more inconsistent with version numbering, why not ? :cool:
Below is the best description regarding versioning from the developer team that I can find.

numbered updates are content based, bugfixes are that same number followed by the letter B or C. so if your version of the game has a smaller number than the current version, you are missing content.. if it has the same number but not the same letter, you're probably only missing out on bugfixes.
My comprehension is summarized below:

ExampleDescription
v0.11 Beta(Limited) Beta Release for testing
v0.11 or v.011aOfficial Release Version
v0.11b v0.11c v0.11d*Bugfixes

Edit: d bugfixes is theoretical as it is very unlikely that the developer team needs to release more than 2 (major or game breaking) bugfixes. Any bugs reported after c bugfixes will be fixed in the next Release.
 
Last edited:

FunFuntomes

Engaged Member
Mar 24, 2021
2,198
3,315
Below is the best description regarding versioning from the developer team that I can find.



My comprehension is summarized below:

ExampleDescription
v0.11 Beta(Limited) Beta Release for testing
v0.11 or v.011aOfficial Release Version
v0.11b v0.11c v0.11d and so onBugfixes
can't wait for 0.11z where dev fixes the biggest issue...
 

JohnF95zone

Engaged Member
Oct 31, 2017
2,016
3,496
can't wait for 0.11z where dev fixes the biggest issue...
Most likely not gonna happened though since the bugfixes (b and c) are for game breaking and major bugs only. If additional (minor) bugs were reported after c bugfixes is released, then it will goes into the next Release instead.

Never had version d before i.e more than 2 bugfixes releases, those examples just to illustrate unexpected but possible scenario.
 

FunFuntomes

Engaged Member
Mar 24, 2021
2,198
3,315
Most likely not gonna happened though since the bugfixes (b and c) are for game breaking and major bugs only. If additional (minor) bugs were reported after c bugfixes is released, then it will goes into the next Release instead.

Never had version d before i.e more than 2 bugfixes releases, those examples just to illustrate unexpected but possible scenario.
I know a big fuckin bug... Ivy on the roof stops herself from saying she has feelings for the Stalker.

nope as you don't mind or nope as in you won't tell or as in nope there;s no connection?
 

Cynicaladm

Active Member
Oct 21, 2020
679
1,966
nope as you don't mind or nope as in you won't tell or as in nope there;s no connection?
yes :devilish:



ok, I will stop now... no I don't mind since it's not a big spoiler, and no, there is, as of today, no established correlation.
whether in a later update we might change that or not remains in the air, but I don't have, at this time, a compelling reason for one.
Also, Kitty's colour is a very vibrant pink... I don't think Z has used that strong a colour before in the game, whereas Ivy's irises are all over the place (those do follow a logic and no, I'm not telling)... but I don't actually remember every panel of the game, so don't quote me on that.
 

janlul007

Newbie
Aug 11, 2017
19
135
Below is the best description regarding versioning from the developer team that I can find.



My comprehension is summarized below:

ExampleDescription
v0.11 Beta(Limited) Beta Release for testing
v0.11 or v.011aOfficial Release Version
v0.11b v0.11c v0.11d*Bugfixes

Edit: d bugfixes is theoretical as it is very unlikely that the developer team needs to release more than 2 (major or game breaking) bugfixes. Any bugs reported after c bugfixes will be fixed in the next Release.
That's really nice that they got their own versioning system in place.
It would be even nicer if they just followed an existing system.
And even nicer if their custom system didn't clash with existing systems...

Example of a universally known versioning system:
V0.11a - a for alpha
v0.11b - b for beta
v0.11rc1 - release canididate(s)
v0.11.0 - first official release
v0.11.1 - minor change/bug fix release

See how it gets confusing when you use the same characters with different meaning ?
Ok, ok, maybe not the most important aspect of a porn game ;-)
 

Danjuro83

Newbie
Jul 29, 2017
97
244
Having this error:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/day11.rpy", line 220, in script call
    call screen ivy_comp
  File "game/scripts/day11.rpy", line 220, in script call
    call screen ivy_comp
  File "game/scripts/day11.rpy", line 220, in script call
    call screen ivy_comp
  File "game/scripts/day11.rpy", line 220, in script call
    call screen ivy_comp
  File "game/scripts/day11.rpy", line 220, in script call
    call screen ivy_comp
  File "game/scripts/day11.rpy", line 220, in script call
    call screen ivy_comp
  File "game/scripts/day11.rpy", line 220, in script call
    call screen ivy_comp
  File "game/scripts/day11.rpy", line 220, in script call
    call screen ivy_comp
  File "game/scripts/day11.rpy", line 220, in script call
    call screen ivy_comp
  File "game/scripts/day11.rpy", line 220, in script call
    call screen ivy_comp
  File "game/scripts/day11.rpy", line 220, in script call
    call screen ivy_comp
  File "game/scripts/home.rpy", line 66, in script call
    call screen nav_menu
  File "game/scripts/bunker_overview.rpy", line 10, in script call
    call screen bunker_overview
  File "game/scripts/home.rpy", line 66, in script call
    call screen nav_menu
  File "game/scripts/home.rpy", line 66, in script call
    call screen nav_menu
  File "game/scripts/key_events.rpy", line 31, in script
    jump expression t
ScriptError: could not find label 'd10c79'.

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

Full traceback:
  File "game/scripts/day11.rpy", line 220, in script call
    call screen ivy_comp
  File "game/scripts/day11.rpy", line 220, in script call
    call screen ivy_comp
  File "game/scripts/day11.rpy", line 220, in script call
    call screen ivy_comp
  File "game/scripts/day11.rpy", line 220, in script call
    call screen ivy_comp
  File "game/scripts/day11.rpy", line 220, in script call
    call screen ivy_comp
  File "game/scripts/day11.rpy", line 220, in script call
    call screen ivy_comp
  File "game/scripts/day11.rpy", line 220, in script call
    call screen ivy_comp
  File "game/scripts/day11.rpy", line 220, in script call
    call screen ivy_comp
  File "game/scripts/day11.rpy", line 220, in script call
    call screen ivy_comp
  File "game/scripts/day11.rpy", line 220, in script call
    call screen ivy_comp
  File "game/scripts/day11.rpy", line 220, in script call
    call screen ivy_comp
  File "game/scripts/home.rpy", line 66, in script call
    call screen nav_menu
  File "game/scripts/bunker_overview.rpy", line 10, in script call
    call screen bunker_overview
  File "game/scripts/home.rpy", line 66, in script call
    call screen nav_menu
  File "game/scripts/home.rpy", line 66, in script call
    call screen nav_menu
  File "game/scripts/key_events.rpy", line 31, in script
    jump expression t
  File "renpy/ast.py", line 1974, in execute
    rv = renpy.game.script.lookup(target)
  File "renpy/script.py", line 927, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'd10c79'.

Windows-10-10.0.22621 AMD64
Ren'Py 7.5.3.22090809
Desert Stalker 0.11a
Mon Nov 14 18:07:43 2022
 

Sleeping In Pieces

Active Member
Mar 16, 2019
951
825
nope as you don't mind or nope as in you won't tell or as in nope there;s no connection?
Asha's eye color is normal. It's the older sister Kyra with strange eyes.
No, there's no connection, other than that mutants of all types are being born and live at the fringes of society.
 

dolfe67

Forum Fanatic
Apr 25, 2020
4,680
12,734
That's really nice that they got their own versioning system in place.
It would be even nicer if they just followed an existing system.
And even nicer if their custom system didn't clash with existing systems...

Example of a universally known versioning system:
V0.11a - a for alpha
v0.11b - b for beta
v0.11rc1 - release canididate(s)
v0.11.0 - first official release
v0.11.1 - minor change/bug fix release

See how it gets confusing when you use the same characters with different meaning ?
Ok, ok, maybe not the most important aspect of a porn game ;-)
This game is far from the worst in regards to versionning
 
Last edited:
4.80 star(s) 592 Votes