Ren'Py Earth's Last Guardian [v0.2.0d] [EcchiYoYo Productions]

2.80 star(s) 10 Votes

Which characters scenes should I work on for 0.2.1


  • Total voters
    101
  • Poll closed .

EcchiYoYo

Member
Game Developer
Nov 7, 2022
261
399
i rly appreciate the quick answears. but i already have
You don't have permission to view the spoiler content. Log in or register now.

and the only story progression the menu tells me is to kill dragons for zlate... i already have the armor from the orc and the bow from the dragon but cant gift any of them. my only hint is "complete story event" main progress guide tells me "nothing more for now". i love this game and have more then enough saves to redo stuff. would just be nice to know where i went wrong
If the hint is to kill drakes it could be that you need to unlock the healing pools which has a chance to be found when killing them.

Edit: You are not the first to be confused by this and in the update I am working on the hint has added text to clarify that you need to kill drakes and find the strange pool, and then report back to Zlata.
 
  • Like
Reactions: Sossse

Sossse

Member
Apr 15, 2022
371
492
guess i just go very unlucky, had to slaughter a total of 48 dragons post floor 20 before i found the pools :/
 

EcchiYoYo

Member
Game Developer
Nov 7, 2022
261
399
Hi Ecchi , Thanks for the great game, any idea as to when next update is planned?
I am still working on the next update, I don`t really like to give fixed dates for things due to being a solo dev any real life issues can cause long delays. For example I was hoping to have the next update ready weeks ago but there is still a good amount of work left to do before release. All of the renders are done now though so it is just a case of finding time to get the writing and code done so hopefully in the next few weeks I will start bug testing which takes around a week. So I would like to say by the end of next month.
 

EcchiYoYo

Member
Game Developer
Nov 7, 2022
261
399
A quick update (28th Oct 2024)

Some minor content has been pushed back to the next update, I am now starting bug testing and bug fixing along with making sure all new content works as intended. I hope to get this finished this week but may take longer depending how much of a mess I made with the code.
 

EcchiYoYo

Member
Game Developer
Nov 7, 2022
261
399
A quick update (3rd Dec 2024)

I am still bug testing. I have also been going through every scene in the game and trying to make sure that the grammar is correct, fixing spelling mistakes and ensuring what the text says matches the image being displayed. This is taking longer than I had planned, but there is currently 170k+ words of text in the game. I have completed around 70 % of the content in my current play through, once this is complete I will do a couple of faster (text skipping runs) to check for anything I may have missed.

Apologies for the long testing phase, the plan going ahead is to reduce the scope of each update which should reduce the bug testing required.
 

wookie ookie

Engaged Member
Aug 30, 2021
3,734
7,297
A quick update (3rd Dec 2024)

I am still bug testing. I have also been going through every scene in the game and trying to make sure that the grammar is correct, fixing spelling mistakes and ensuring what the text says matches the image being displayed. This is taking longer than I had planned, but there is currently 170k+ words of text in the game. I have completed around 70 % of the content in my current play through, once this is complete I will do a couple of faster (text skipping runs) to check for anything I may have missed.

Apologies for the long testing phase, the plan going ahead is to reduce the scope of each update which should reduce the bug testing required.
Thanks for update status :)
 
  • Like
Reactions: EcchiYoYo

EcchiYoYo

Member
Game Developer
Nov 7, 2022
261
399
Progress update (15th Jan 2025)
A quick update to let you guys know I am still working on bug testing. It is taking considerably longer than expected, mostly due to my inexperience, I am currently re-writing the code related to stat increase for the girls due to so many minor bugs related to this. Currently this has taken around 40 hours, and I am about halfway done with this. Overall, the bug testing has reached testing content during the stages of pregnancy for the 4 girls that can get pregnant.

I apologise for how long this is taking but as I previously stated I am testing all content in the game in an effort to have a stable base on which I can build.
 

wookie ookie

Engaged Member
Aug 30, 2021
3,734
7,297
Progress update (15th Jan 2025)
A quick update to let you guys know I am still working on bug testing. It is taking considerably longer than expected, mostly due to my inexperience, I am currently re-writing the code related to stat increase for the girls due to so many minor bugs related to this. Currently this has taken around 40 hours, and I am about halfway done with this. Overall, the bug testing has reached testing content during the stages of pregnancy for the 4 girls that can get pregnant.

I apologise for how long this is taking but as I previously stated I am testing all content in the game in an effort to have a stable base on which I can build.
No problem thanks for the update and keeping us posted good things take time :)
 

EcchiYoYo

Member
Game Developer
Nov 7, 2022
261
399
How is the update going?
The update is essentially done, the delay is bug testing. I have run through the game countless times at this point but every run I find more bugs. I will release the update as soon as I have run through a couple of times while finding no new bugs. I was hoping this to have been released before christmas but due to my shitty code it seems to be dragging on and on, but I want a stable base to build upon for the next update cycle.

TL;DR: I am still bug testing hopefully soon for the next release, I apologise once again for the delay but I would rather delay than release with as many bugs as previous updates.
 

OsoSober

Member
Jul 22, 2018
194
79
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/core/uncategorized/opening_scene.rpy", line 403, in script
python:
File "game/core/uncategorized/opening_scene.rpy", line 404, in <module>
increaseFriendship(sister, 5)
File "game/functional/Functions/NPC stat changes.rpy", line 24, in increaseFriendship
if the_person.friendship > the_person.max_friendship_reached:
AttributeError: 'Sister' object has no attribute 'max_friendship_reached'

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

Full traceback:
File "game/core/uncategorized/opening_scene.rpy", line 403, in script
python:
File "D:\Games\EarthsLastGuardian-0.2.0-pc\renpy\ast.py", line 821, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Games\EarthsLastGuardian-0.2.0-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/core/uncategorized/opening_scene.rpy", line 404, in <module>
increaseFriendship(sister, 5)
File "game/functional/Functions/NPC stat changes.rpy", line 24, in increaseFriendship
if the_person.friendship > the_person.max_friendship_reached:
AttributeError: 'Sister' object has no attribute 'max_friendship_reached'

Windows-10-10.0.22631 AMD64
Ren'Py 8.3.3.24111502
Earth's Last Guardian 0.2.0
Sat Feb 8 11:17:50 2025
 

EcchiYoYo

Member
Game Developer
Nov 7, 2022
261
399
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/core/uncategorized/opening_scene.rpy", line 403, in script
python:
File "game/core/uncategorized/opening_scene.rpy", line 404, in <module>
increaseFriendship(sister, 5)
File "game/functional/Functions/NPC stat changes.rpy", line 24, in increaseFriendship
if the_person.friendship > the_person.max_friendship_reached:
AttributeError: 'Sister' object has no attribute 'max_friendship_reached'

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

Full traceback:
File "game/core/uncategorized/opening_scene.rpy", line 403, in script
python:
File "D:\Games\EarthsLastGuardian-0.2.0-pc\renpy\ast.py", line 821, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Games\EarthsLastGuardian-0.2.0-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/core/uncategorized/opening_scene.rpy", line 404, in <module>
increaseFriendship(sister, 5)
File "game/functional/Functions/NPC stat changes.rpy", line 24, in increaseFriendship
if the_person.friendship > the_person.max_friendship_reached:
AttributeError: 'Sister' object has no attribute 'max_friendship_reached'

Windows-10-10.0.22631 AMD64
Ren'Py 8.3.3.24111502
Earth's Last Guardian 0.2.0
Sat Feb 8 11:17:50 2025
I swear sometimes I have no idea how some bugs get through, this literally breaks things in the opening scene yet I did dozens of play throughs from scratch and never encountered it.....
 
  • Like
  • Haha
Reactions: Sossse and OsoSober

Stonethrower

Member
May 14, 2019
110
95
It was a simple fix. I must have fat fingered c instead of x the variable had the wrong name.

I must also apologise to the uploaders as I am about to remove all links and re-up the fixed version as this bug is so early many players will not play past this even with a simple fix.

Yay!
I was wodnering where the links were...good communication now I do not have to wonder ;)
 

EcchiYoYo

Member
Game Developer
Nov 7, 2022
261
399
Pixeldrain links are up for 0.2.0a, I will update the other links as I finish the uploads.
 
2.80 star(s) 10 Votes