you need to use the following steps:
Sorry not gonna work on that... i know at forehand there will be annoyingly lots of weird in-game logic to deal with .
Since the saves are static data
it would be imo very suitable for a save editor like that one by Ash06.
Also you can just copy a character save who has completed the campain:
Code: Select all
%SystemDrive%\Users\%USERNAME%\AppData\LocalLow\Eleventh Hour Games\Last Epoch\Saves
* Backup your saves first *
and change things like:
characterName
level ( and maybe
currentExp )
slot
characterClass
i.e.
Code: Select all
EPOCH{"partitionKey":null,"
characterName":"Messy_Sorc",
"level":1,
"slot":1,
"currentExp":301,"hardcore":false,"died":false,"deaths":0,"masochist":false,"closedPassivesTooltip":false,"closedSkillsTooltip":false,"closedMonolithTooltip":false,"closedIdolsTooltip":false,"closedMinSkillLevelTutorial":false,
"characterClass":1, .... etc etc ...