Ren'Py Earth's Last Guardian [v0.1.4c] [EcchiYoYo Productions]

2.30 star(s) 7 Votes

Which characters scenes should I work on for 0.2.1


  • Total voters
    101
  • Poll closed .

magefeu71

Member
Oct 3, 2021
143
79
hello

after 10 000 clic during 600 fighting with my right hand (now i have tendinitis) and 5000 clics on space bar for the same reasons
MC level 72 and dungeon 55 (OK I cheat but I was tired to go up, go down, go home) I find always the same pictures, goblins, orc, drake and so on !!!!!!!!
I don't see the end or what i can expected from the game more .
The dev's job is consequent but too much is the ennemy of the best.
 

EcchiYoYo

Member
Game Developer
Nov 7, 2022
230
356
hello

after 10 000 clic during 600 fighting with my right hand (now i have tendinitis) and 5000 clics on space bar for the same reasons
MC level 72 and dungeon 55 (OK I cheat but I was tired to go up, go down, go home) I find always the same pictures, goblins, orc, drake and so on !!!!!!!!
I don't see the end or what i can expected from the game more .
The dev's job is consequent but too much is the ennemy of the best.
I do understand the combat is pretty dull, the next major round of updates (0.2.x-0.3.0) will focus on this. However it will still be pretty basic as combat systems go, my knowledge of code is limited, as well as not being an artist so I am limited in what art I can use without having to pay for an artist. I am limited to what I can create using the HS2 engine and use that is in the public domain.
 

Shainai

New Member
Aug 24, 2022
13
10
I'm unable to rebirth armor relic the first time I get an exception occurred. I have rebirthed the weapon and ring that worked fine.

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

While running game code:
  File "game/core/uncategorized/buy and sell.rpy", line 943, in script
    python:
  File "game/core/uncategorized/buy and sell.rpy", line 944, in <module>
    rebirthArmour()
  File "game/functional/Functions/Shop and work functions.rpy", line 45, in rebirthArmour
    reduceArmour(de_level)
  File "game/functional/Functions/Shop and work functions.rpy", line 39, in reduceArmour
    upgrades.armour_increase -= ((amount * 1) * upgrades.armour_rebirths)
AttributeError: 'Upgrades' object has no attribute 'armour_increase'

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

Full traceback:
  File "game/core/uncategorized/buy and sell.rpy", line 943, in script
    python:
  File "D:\VNGames\EarthsLastGuardian-0.1.4-pc\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\VNGames\EarthsLastGuardian-0.1.4-pc\renpy\python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/core/uncategorized/buy and sell.rpy", line 944, in <module>
    rebirthArmour()
  File "game/functional/Functions/Shop and work functions.rpy", line 45, in rebirthArmour
    reduceArmour(de_level)
  File "game/functional/Functions/Shop and work functions.rpy", line 39, in reduceArmour
    upgrades.armour_increase -= ((amount * 1) * upgrades.armour_rebirths)
AttributeError: 'Upgrades' object has no attribute 'armour_increase'

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
Earth's Last Guardian 0.1.4
Sun Aug  4 16:55:26 2024
 

wookie ookie

Engaged Member
Aug 30, 2021
3,269
6,174
I'm unable to rebirth armor relic the first time I get an exception occurred. I have rebirthed the weapon and ring that worked fine.

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

While running game code:
  File "game/core/uncategorized/buy and sell.rpy", line 943, in script
    python:
  File "game/core/uncategorized/buy and sell.rpy", line 944, in <module>
    rebirthArmour()
  File "game/functional/Functions/Shop and work functions.rpy", line 45, in rebirthArmour
    reduceArmour(de_level)
  File "game/functional/Functions/Shop and work functions.rpy", line 39, in reduceArmour
    upgrades.armour_increase -= ((amount * 1) * upgrades.armour_rebirths)
AttributeError: 'Upgrades' object has no attribute 'armour_increase'

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

Full traceback:
  File "game/core/uncategorized/buy and sell.rpy", line 943, in script
    python:
  File "D:\VNGames\EarthsLastGuardian-0.1.4-pc\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\VNGames\EarthsLastGuardian-0.1.4-pc\renpy\python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/core/uncategorized/buy and sell.rpy", line 944, in <module>
    rebirthArmour()
  File "game/functional/Functions/Shop and work functions.rpy", line 45, in rebirthArmour
    reduceArmour(de_level)
  File "game/functional/Functions/Shop and work functions.rpy", line 39, in reduceArmour
    upgrades.armour_increase -= ((amount * 1) * upgrades.armour_rebirths)
AttributeError: 'Upgrades' object has no attribute 'armour_increase'

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
Earth's Last Guardian 0.1.4
Sun Aug  4 16:55:26 2024
You have to be using 0.1.4c it's fix in that version. Patch on OP
 

EcchiYoYo

Member
Game Developer
Nov 7, 2022
230
356
Progress update (17-08-2024)

I have completed the intimacy screens for Chloe, Eilana, Nicole(sister) and, Zlata, this includes hover over text boxes detailing any stats gained from the acts or information on what to do if an action is locked (i,e complete events or acts not available in current location). Chloe has several lewd options such as vaginal sex that she won’t do in a location (town shop for example) but will allow you to take her somewhere else to perform the act. While Nicole has acts that cannot be performed in certain locations (town shop as an example) but she is unwilling to move to another location. For now, there is no way for Nicole`s behaviour in this regard to be changed but there may be in future releases. Eilana and Zlata currently have no need of either of these options so if an event is locked it is down to event progress or love value only.

I have converted the upgrade shop into a screen and, as requested, have added two features: the first, there is no longer any failure or critical success chance, each upgrade is guaranteed to succeed with a single upgrade per purchase. Which leads to the second, the upgrade shop has 4 buttons per relic, excluding rebirth, a single upgrade, two upgrades five upgrades and as requested upgrade to max level. The upgrade to max level takes the total cost required to upgrade to 100 from the current level, as an example to upgrade the weapon from level 30 to 100 costs 120,550 crystals. The keen eyed among you may have noticed that I have also significantly reduced the cost of upgrades, this would have previously been in the 250,000 range.

I have also increased the cap for plaza rep, this is linked to the event progress of plaza residents, so the base is still 100 but increases by 10 per event complete for plaza residents. With this in mind I have created pseudo-events for residents who do not have theirs written yet to ensure the true cap can be reached (300). Along with this the cost to increase quest cap for the residents has been reduced 15, 30, 45 etc... I have also increased the rep gained from quests to start at 2 per quest, removed the lower quests not giving rep above a fixed value (now all quests give rep) and added a multiplier (not yet increasable).

There is still a considerable amount to be done for 0.2.0 but a good start has been made this month.
 
Last edited:

Sossse

Member
Apr 15, 2022
278
304
i got the chainmail from the orc for zlata and game told me to give it to her. but i can not see such an option when interacting with her. how can i give it to her?
 

EcchiYoYo

Member
Game Developer
Nov 7, 2022
230
356
i got the chainmail from the orc for zlata and game told me to give it to her. but i can not see such an option when interacting with her. how can i give it to her?
It requires reaching a love value of 64 and then giving it to her through the gift option when interacting with her, this will then unlock protected sex acts.
 

Sossse

Member
Apr 15, 2022
278
304
thx, but that means i have another problem. her friendship is capped at 53 and love at 40 and no matter what i do non of them will rise :( the last intimacy option available for me is finger her. any idea what to do?
 

EcchiYoYo

Member
Game Developer
Nov 7, 2022
230
356
thx, but that means i have another problem. her friendship is capped at 53 and love at 40 and no matter what i do non of them will rise :( the last intimacy option available for me is finger her. any idea what to do?
If you check her page in the girls stats pages it should tell you what you need to do next, looking quickly through the code you need to complete Chloe`s fourth event (plus the prerequisites for that quest) then check the shop until the quest triggers. The girls stat pages, for Chloe, Nicole and, Zlata all give hints on what to do next to progress their events. For Zlata that usually involves killing enemies and reaching certain floors in the dungeon, for Chloe it requires completing both her story and Nicole`s. All events only require either love or friendship to reach thresholds so you don`t need to get intimate with someone if you don`t want to, just build their friendship level. For Town NPCs currently there are only two ways to do this, friendly kisses which will allow you to reach the cap of 100 or gifting them cakes, which will allow you to reach 60 friendship the highest value needed for event triggers, for dungeon NPCs you can also complete quests.

Tl;Dr
Check the girls story hints which can be found in the girls stat pages, all currently "complete" girls require story levels unlocked from each other.
 

EcchiYoYo

Member
Game Developer
Nov 7, 2022
230
356
Morning :coffee: :)
Anything new on update status
Sadly no, not much progress has been on the game specifically, although I did spend some time getting to grips with animations in NEO studio so I may be able to start adding in some small animations. This does however come with one major problem and that is in the reworked renders I switched from using the penis model attached to the character and started using one that is an object from a mod. The modded penis looks better and has a condom covered option, but I don`t even know where to start on trying to get it to move with an animation.
I have started work on re-rendering Eilana`s scene images, along with a small amount of back end code, but there is still a lot to be done before 0.2.0 is ready. Although I have decided that with the poll voting for the rescued girls to be the focus of the next update cycle that I would push back the intended content for them in 0.2.0. This means that with the work already complete that what remains is finishing Eilana`s renders as well as adding in two missing scenes for Chloe and then trying to add in some text variation for Nicole`s location dependent scenes.
 

wookie ookie

Engaged Member
Aug 30, 2021
3,269
6,174
Sadly no, not much progress has been on the game specifically, although I did spend some time getting to grips with animations in NEO studio so I may be able to start adding in some small animations. This does however come with one major problem and that is in the reworked renders I switched from using the penis model attached to the character and started using one that is an object from a mod. The modded penis looks better and has a condom covered option, but I don`t even know where to start on trying to get it to move with an animation.
I have started work on re-rendering Eilana`s scene images, along with a small amount of back end code, but there is still a lot to be done before 0.2.0 is ready. Although I have decided that with the poll voting for the rescued girls to be the focus of the next update cycle that I would push back the intended content for them in 0.2.0. This means that with the work already complete that what remains is finishing Eilana`s renders as well as adding in two missing scenes for Chloe and then trying to add in some text variation for Nicole`s location dependent scenes.
Thanks for quick response, nothing is ever easy just keep doing what your doing everything will be okay :)
 

Sossse

Member
Apr 15, 2022
278
304
Check the girls story hints which can be found in the girls stat pages, all currently "complete" girls require story levels unlocked from each other.
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
 
2.30 star(s) 7 Votes