Last Epoch Save Editor

Upload *YOUR* gamehacking tools/helpers here
sinfulgodzz
What is cheating?
What is cheating?
Posts: 4
Joined: Thu Jul 11, 2024 2:08 pm
Reputation: 0

Re: Last Epoch Save Editor

Post by sinfulgodzz »

archer09 wrote:
Wed Jul 10, 2024 9:54 pm
How did you make it work then? For me almost nothing works, except force drop.
I get an error with Harmony and some dependencies.
Also it needs an update as it lacks the new uniques and many item bases got buffs
Can confirm, I downloaded the lastest build from github but couldnt create items like I used to do with the Lastepochmod.dll.

Like when i choose Lengendary/Set/Unique, no database or selection of items appear.

But "Force Drop" worked though.

User avatar
Ash06
Expert Cheater
Expert Cheater
Posts: 260
Joined: Wed Oct 09, 2019 2:34 pm
Reputation: 119

Re: Last Epoch Save Editor

Post by Ash06 »

Latest build from github ([Link]) with latest patch (LastEpoch v1.1.1)
Image

archer09
Noobzor
Noobzor
Posts: 14
Joined: Sun Jun 16, 2024 10:24 pm
Reputation: 1

Re: Last Epoch Save Editor

Post by archer09 »

The last time I tried this version I wasn't able to create more than 4 affixes and sadly still can't. It allowed for more flexibility when making builds. Does it come back? I feel like the crafting inside the mod was better, rather than using crafting bench where you have to click multiple buttons to get to T7.

Also sealing the affix and then putting the same item back on the bench removes the sealed affix, showing it as having T256 (that obv. doesn't exist)
Also in the background Menloader shows me this:


Anyway, thank you for your hard work Ash! Btw. I sent you a msg on Nexus asking a few questions, as I try to learn making mods myself.

sinfulgodzz
What is cheating?
What is cheating?
Posts: 4
Joined: Thu Jul 11, 2024 2:08 pm
Reputation: 0

Re: Last Epoch Save Editor

Post by sinfulgodzz »

Ash06 wrote:
Thu Jul 11, 2024 8:23 pm
Latest build from github ([Link]) with latest patch (LastEpoch v1.1.1)
Image
Yes, Force Drop worked but then best I could do was putting it in the Forge to update its stat to max but that just a Unique item with 4 LP. How do I just add and choose whatever stats I want on the item and how do I just drop Legendary items like I used to with the old Lastepochmod.

User avatar
Ash06
Expert Cheater
Expert Cheater
Posts: 260
Joined: Wed Oct 09, 2019 2:34 pm
Reputation: 119

Re: Last Epoch Save Editor

Post by Ash06 »

Don't worry with these log, forgot to remove debug messages
Math for seal affix_id was affix_id + 256 (have to check if flag changed)
When you craft T6 T7 unique set and idols, you only add affix to your item (no runes, no glyph, no shard lost), forgin potencial cost can be enable in code ([Link] line 8)
Item have 6 affixs in the base game (3 prefix, 3 suffix), but there only 4 slots in forge (adding 2 more slots and we can craft up to 6 affix)

Blessings has been fixed (you can change blessing)
AffixList need to be fix (class req error)

archer09
Noobzor
Noobzor
Posts: 14
Joined: Sun Jun 16, 2024 10:24 pm
Reputation: 1

Re: Last Epoch Save Editor

Post by archer09 »

Ash06 wrote:
Fri Jul 12, 2024 1:39 am
Item have 6 affixs in the base game (3 prefix, 3 suffix), but there only 4 slots in forge (adding 2 more slots and we can craft up to 6 affix)
What does that mean? Should I edit some files to add the additional 2 affixes or I am missing something?
Also will be still able to add all affixes to idols? In previous mod it was due to a bug, but it helped to add more than 2 affixes to idols and a sealed affix from the pool of all affixes that are already in game.

Noticed other issues with relation to crafting:
- Affixes no longer can be used on any slot. It has restrictions like in the base game.
- Previously affixes were mostly sorted alphabetically, now they're listed all over the place, so it's hard to find the one you need to use force drop on.
- Sealing an item only works on gloves, boots and helmets (as in base game), which previously worked for every base type.

In all honesty, I think the previous system with crafting via the mod panel was better and reading on Nexus, it seems I'm not the only one. Is there a chance we get it back? Crafting panel just has too many issues it seems.

User avatar
Ash06
Expert Cheater
Expert Cheater
Posts: 260
Joined: Wed Oct 09, 2019 2:34 pm
Reputation: 119

Re: Last Epoch Save Editor

Post by Ash06 »

Not all need 6+ affix and crafting all affixs.
All was already in code like crafting uncompatible and hidden shards, but have to be enabled
Adding slot can be done quickly by instantiate any slot and set variables on it like others slots (Unity Explorer to get values), but I have no time to write this now (i'm working on a embergarde server for my daughter)
Forgin Potencial cost can be enable in code for T6 and T7 too

All you have to do is get github source, see nexus for how to build, edit code for what you need, build, have fun

Debug version is a more legit base, should work better, and it's more simple for user who want to make custom mod version.

Wattas
What is cheating?
What is cheating?
Posts: 1
Joined: Tue Nov 29, 2022 2:35 pm
Reputation: 2

Re: Last Epoch Save Editor

Post by Wattas »

Sorry sir would you uptade Last Epoch Save Editor? Thanks cheers

archer09
Noobzor
Noobzor
Posts: 14
Joined: Sun Jun 16, 2024 10:24 pm
Reputation: 1

Re: Last Epoch Save Editor

Post by archer09 »

Steel-Blade wrote:
Mon Apr 08, 2024 6:33 pm
Anyone knows how to edit a character's file, to unlock all monoliths and get to empowered, and also how to increase the corruption by editing the file?
Every time I make changes, while the game is off, the file resets its self.
Do you still need help?

hellohihello
What is cheating?
What is cheating?
Posts: 1
Joined: Sat Feb 17, 2024 10:58 am
Reputation: 0

Re: Last Epoch Save Editor

Post by hellohihello »

Hi, can anyone share the database for the newest 1.1 version? I have tried to extract for a few hours now but still can't get it to work.

sinfulgodzz
What is cheating?
What is cheating?
Posts: 4
Joined: Thu Jul 11, 2024 2:08 pm
Reputation: 0

Re: Last Epoch Save Editor

Post by sinfulgodzz »

Ash06 wrote:
Fri Jul 12, 2024 1:39 am
Don't worry with these log, forgot to remove debug messages
Math for seal affix_id was affix_id + 256 (have to check if flag changed)
When you craft T6 T7 unique set and idols, you only add affix to your item (no runes, no glyph, no shard lost), forgin potencial cost can be enable in code ([Link] line 8)
Item have 6 affixs in the base game (3 prefix, 3 suffix), but there only 4 slots in forge (adding 2 more slots and we can craft up to 6 affix)

Blessings has been fixed (you can change blessing)
AffixList need to be fix (class req error)
For the all affixes that the forging menu wouldn't add, I got around that by using the Sav Editor. But still couldn't change blessings. Im using the 4.0.3 github version.

archer09
Noobzor
Noobzor
Posts: 14
Joined: Sun Jun 16, 2024 10:24 pm
Reputation: 1

Re: Last Epoch Save Editor

Post by archer09 »

sinfulgodzz wrote:
Sun Jul 14, 2024 10:59 am
Ash06 wrote:
Fri Jul 12, 2024 1:39 am
Don't worry with these log, forgot to remove debug messages
Math for seal affix_id was affix_id + 256 (have to check if flag changed)
When you craft T6 T7 unique set and idols, you only add affix to your item (no runes, no glyph, no shard lost), forgin potencial cost can be enable in code ([Link] line 8)
Item have 6 affixs in the base game (3 prefix, 3 suffix), but there only 4 slots in forge (adding 2 more slots and we can craft up to 6 affix)

Blessings has been fixed (you can change blessing)
AffixList need to be fix (class req error)
For the all affixes that the forging menu wouldn't add, I got around that by using the Sav Editor. But still couldn't change blessings. Im using the 4.0.3 github version.
But then I need to extract the bank with new items for this season. Unfortunately the extractor doesn't work for me either.

Cobepeuh
Cheater
Cheater
Posts: 31
Joined: Mon Feb 17, 2020 5:45 pm
Reputation: 0

Re: Last Epoch Save Editor

Post by Cobepeuh »

I started the game with Melanie and then closed it. After that, I moved the DLL file and launched the game again. However, when I tried to download the file, the game crashed and closed. What should I do now?

Cobepeuh
Cheater
Cheater
Posts: 31
Joined: Mon Feb 17, 2020 5:45 pm
Reputation: 0

Re: Last Epoch Save Editor

Post by Cobepeuh »

give an explanation. how to craft things right away so that they appear in your inventory with 4 new stats, I do not understand. The save editor is not updated, and the mod does not allow things to change.

Slowpoka
What is cheating?
What is cheating?
Posts: 4
Joined: Mon Feb 19, 2024 11:45 pm
Reputation: 3

Re: Last Epoch Save Editor

Post by Slowpoka »

I hope editor gets updated with new items. It is way more valuable to my friends than the mod.

Post Reply

Who is online

Users browsing this forum: RingerPinger