SafeForSure

Member
Mar 19, 2025
347
1,083
203
Not a bad story but a shame it becomes almost a kn at some point and you get railroaded hopefully this changes.
 

brayet

Member
Sep 17, 2019
297
108
197
got this error:
I'm sorry, but an uncaught exception occurred.

While running game code:
renpy.game.JumpException: start

During handling of the above exception, another exception occurred:

renpy.script.LabelNotFound: could not find label 'start'.

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

Traceback (most recent call last):
File "renpy/common/00start.rpy", line 291, in script
python:
File "renpy/ast.py", line 1187, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/python.py", line 1260, in py_exec_bytecode
exec(bytecode, globals, locals)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/common/00start.rpy", line 293, in <module>
renpy.jump("start")
~~~~~~~~~~^^^^^^^^^
File "renpy/exports/statementexports.py", line 271, in jump
raise renpy.game.JumpException(label)
renpy.game.JumpException: start

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "renpy/bootstrap.py", line 376, in bootstrap
renpy.main.main()
~~~~~~~~~~~~~~~^^
File "renpy/main.py", line 614, in main
run(restart)
~~~^^^^^^^^^
File "renpy/main.py", line 137, in run
renpy.execution.run_context(True)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "renpy/execution.py", line 1022, in run_context
context.run()
~~~~~~~~~~~^^
File "renpy/common/00start.rpy", line 291, in script
python:
File "renpy/script.py", line 1161, in lookup
raise LabelNotFound(original)
renpy.script.LabelNotFound: could not find label 'start'.

Windows-10-10.0.17134-SP0 AMD64
Ren'Py 8.4.1.25072401
 

draxton

Newbie
Dec 10, 2019
66
100
292
got this error:
I'm sorry, but an uncaught exception occurred.

While running game code:
renpy.game.JumpException: start

During handling of the above exception, another exception occurred:

renpy.script.LabelNotFound: could not find label 'start'.

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

Traceback (most recent call last):
File "renpy/common/00start.rpy", line 291, in script
python:
File "renpy/ast.py", line 1187, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/python.py", line 1260, in py_exec_bytecode
exec(bytecode, globals, locals)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/common/00start.rpy", line 293, in <module>
renpy.jump("start")
~~~~~~~~~~^^^^^^^^^
File "renpy/exports/statementexports.py", line 271, in jump
raise renpy.game.JumpException(label)
renpy.game.JumpException: start

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "renpy/bootstrap.py", line 376, in bootstrap
renpy.main.main()
~~~~~~~~~~~~~~~^^
File "renpy/main.py", line 614, in main
run(restart)
~~~^^^^^^^^^
File "renpy/main.py", line 137, in run
renpy.execution.run_context(True)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "renpy/execution.py", line 1022, in run_context
context.run()
~~~~~~~~~~~^^
File "renpy/common/00start.rpy", line 291, in script
python:
File "renpy/script.py", line 1161, in lookup
raise LabelNotFound(original)
renpy.script.LabelNotFound: could not find label 'start'.

Windows-10-10.0.17134-SP0 AMD64
Ren'Py 8.4.1.25072401
This means that you have a corrupted or incomplete installation.
If the 'start' label is missing, it means that the game script couldn't be found.
 

Tsuyoshix

Newbie
May 15, 2023
23
3
88
I tried using my save from the previous version, but I’m getting an error. It seems that my old save, which had a mod installed, can’t progress with the new update.
 

brayet

Member
Sep 17, 2019
297
108
197
This means that you have a corrupted or incomplete installation.
If the 'start' label is missing, it means that the game script couldn't be found.
It has been happening witch a Lot of games... Maybe I deleted something important? Can I fex it?
 

Een Vieze Vent

Active Member
Aug 5, 2017
611
7,020
769
Alright I guess enough people have complained about this that I'll post this one public now:
(Update 10/13 - The Dev fixed the majority of the missing "Dad", but did still miss a few, as well as removed a couple early references using the word daughter)

Wasteland Guardians Unofficial Fan MoreDad iPatch v1.2
(For WG v0.6)
- Chloe always calls the MC "Dad" (Except when they are intentionally pretending to be not related)
- Slightly increases the amount of familial references
- Fixes a few minor English issues

And then because someone asked me to, I took things a bit further too and made another patch...

Wasteland Guardians Unofficial Fan StepRemover iPatch v1.2
(For WG v0.6)
- Chloe always calls the MC "Dad" (Except when they are intentionally pretending to be not related)
- Tweaks the MC's backstory speeches to remove any reference to the dead mother and makes Ella the MC's real mom, and Catherine his real sister.
- MC always calls Ella "Mom"
- Slightly increases the amount of familial references
- Fixes a few minor English issues

Obviously with the second patch making the small backstory change, there is a chance the dev can screw it over in the future if the mom's death becomes actually important, (which is why I was a little hesitant to release it before there was actual sexual content with her.) but so far it really feels like she was just fridged to give the MC's dad an excuse for being an asshole, and I guess to avoid another taboo relationship for Patreon purposes?

To install, choose one version or the other and save it in the "game" subfolder of WastelandGuardians. Make sure it saves with the extension ".rpy" and DOES NOT end in ".txt" otherwise it will not work.
And again, the StepRemover patch already contains the same code as the MoreDad patch, so trying to use both together can potentially result in potential errors, so do not download both without deleting one first.

I did have a few people Beta test these so I'm hoping there won't be errors otherwise (although I made a few changes since then to fix some lines I missed in the freeroams). If you run into anything or see a missed line just message me and let me know.
Thanks for these patches(patch 2 the most).

I requested your post to be linked on the OP page since I had to search for this, cheers (y)
 
  • Like
Reactions: RYOUSC and Sossse

RYOUSC

Member
Jan 11, 2021
121
138
194
Alright I guess enough people have complained about this that I'll post this one public now:
(Update 10/13 - The Dev fixed the majority of the missing "Dad", but did still miss a few, as well as removed a couple early references using the word daughter)

Wasteland Guardians Unofficial Fan MoreDad iPatch v1.2
(For WG v0.6)
- Chloe always calls the MC "Dad" (Except when they are intentionally pretending to be not related)
- Slightly increases the amount of familial references
- Fixes a few minor English issues

And then because someone asked me to, I took things a bit further too and made another patch...

Wasteland Guardians Unofficial Fan StepRemover iPatch v1.2
(For WG v0.6)
- Chloe always calls the MC "Dad" (Except when they are intentionally pretending to be not related)
- Tweaks the MC's backstory speeches to remove any reference to the dead mother and makes Ella the MC's real mom, and Catherine his real sister.
- MC always calls Ella "Mom"
- Slightly increases the amount of familial references
- Fixes a few minor English issues

Obviously with the second patch making the small backstory change, there is a chance the dev can screw it over in the future if the mom's death becomes actually important, (which is why I was a little hesitant to release it before there was actual sexual content with her.) but so far it really feels like she was just fridged to give the MC's dad an excuse for being an asshole, and I guess to avoid another taboo relationship for Patreon purposes?

To install, choose one version or the other and save it in the "game" subfolder of WastelandGuardians. Make sure it saves with the extension ".rpy" and DOES NOT end in ".txt" otherwise it will not work.
And again, the StepRemover patch already contains the same code as the MoreDad patch, so trying to use both together can potentially result in potential errors, so do not download both without deleting one first.

I did have a few people Beta test these so I'm hoping there won't be errors otherwise (although I made a few changes since then to fix some lines I missed in the freeroams). If you run into anything or see a missed line just message me and let me know.
You're doing God's work, solving my nitpick about this game. Thank you so much for this.
 

MiltonPowers

Twins Basil! Twins!
Donor
Jr. Uploader
Jul 26, 2023
19,831
55,411
973


2239.png

Hello everyone!
I decided to make a public devlog today since it’s been a while.

Last week, I wrote less than I planned. I got stuck on one long scene for too long (Date with Chloe), and since I’m not exactly a great writer, it became difficult to keep coming up with new lines for the same characters. Fortunately, I finally finished that scene and can now move on to the others. This should give my brain more room for creativity and more natural dialogue, so I expect my writing pace to increase soon.

I’m also very close to the word count I originally planned, and it seems I won’t be able to fit all the scenes I wanted into this update. Soon we’ll likely have to choose between two options:
either finish all the scenes properly and slightly delay the release window,
or release the update earlier and move a couple of scenes to the next version. I think we’ll decide this together later through a poll.

Right now, I have around 90 pages of text (~24k words) completed, and about 220 renders planned, which I’ll deal with a bit later. As for the release window — I’m really hoping to finish the update before New Year, but the more realistic scenario is early January.

Thank you all for your support, and take care!

Development status v0.7:
Planning - 95%
Writing - 75%
Coding - 0%
Rendering - 10%
SFX, music, translate - 0%
 
3.50 star(s) 40 Votes