[Request] Lost Eidolons
Re: [Request] Lost Eidolons
error while scanning aob pbase 0 error controller
-
- Noobzor
- Posts: 10
- Joined: Sun Nov 28, 2021 7:17 am
- Reputation: 0
-
- Novice Cheater
- Posts: 23
- Joined: Thu May 05, 2022 5:37 pm
- Reputation: 2
Re: [Request] Lost Eidolons
1.07 UP
-
- Expert Cheater
- Posts: 207
- Joined: Mon Aug 14, 2017 9:07 pm
- Reputation: 24
Re: [Request] Lost Eidolons
So it's working for me, but how does the EXP part do it? It's just a single number, and each character has three separate numbers.BabyGroot wrote: ↑Sat Oct 15, 2022 3:41 amTEST HERE
For Pointer Unit
Check build Id / Date Patches : [Link]Code: Select all
Game Name: Lost Eidolons Game Process : LostEidolons.exe Game Release date: 13 Oct, 2022 CE Version : 7.4 Game Version / Build Id / Date Patch: Ver GM 1.0.0.06 R293 / 9714512 / 13 October 2022
Notes
1. After the game is open, click directly on [Activate] on the cheat table.
Table will auto attach to process Game.Spoiler
Re: [Request] Lost Eidolons
Gold is pretty basic btw, just do 4 byte and its done
- BlackMonster
- Expert Cheater
- Posts: 224
- Joined: Tue Jan 23, 2018 8:41 pm
- Reputation: 37
Re: [Request] Lost Eidolons
It seems that the 2 tables made for this game all share stats/exp with the enemy too, very hard to make cheats for??
Is this because of Unity engine??
Is this because of Unity engine??
Re: [Request] Lost Eidolons
I haven't had a problem with any of the cheats. However, I do with there was something for friendship that actually worked. Cause i can't get anything for the friendships to work.
-
- Expert Cheater
- Posts: 77
- Joined: Wed Aug 30, 2017 3:42 am
- Reputation: 43
Re: [Request] Lost Eidolons
As described on the previous page, you can just edit your save to adjust it. The saves are stored in JSON format, so I suggest using something like Notepad++ that will allow you to collapse all the fields. Go to Language -> J -> JSON to set the formatting, then go to View -> Fold All (or use shortcut ALT 0).
Find the "UserFriendships" block. Each companion will have their own sub-block (e.g. "Character_FranciscoBrest"), with the "_exp" field under this determining their current level of Rapport. Each stage requires 100 Rapport, after which "_level" increments by 1. So 0-99 and level 1 is Peer, 100-199 and level 2 is Acquaintance, 200-299 and level 3 is Close Ally, and 300 and level 4 is Trusted Friend. For example, you can see my Francisco here has just crossed over into Acquaintance with 120 Rapport:
Code: Select all
"Character_FranciscoBrest": {
"$id": "6158",
"_characterID": "Character_FranciscoBrest",
"_usingFriendship": true,
"_exp": 120,
"_level": 2,
"_isNew": false,
"_updateTime": 44850.696853877314,
"_isUpdated": false
},
-
- Noobzor
- Posts: 11
- Joined: Mon Oct 17, 2022 1:54 pm
- Reputation: 5
Re: [Request] Lost Eidolons
Does anyone know how to edit basic stats/combat stats in this game? I've looked in the savegame but can't find it there. Would be incredibly grateful for any answers!
Re: [Request] Lost Eidolons
Unity engine is a plus, but coders put some safeties inside, so cheating is little more difficult .BlackMonster wrote: ↑Sun Oct 16, 2022 11:16 pmIt seems that the 2 tables made for this game all share stats/exp with the enemy too, very hard to make cheats for??
Is this because of Unity engine??
- BlackMonster
- Expert Cheater
- Posts: 224
- Joined: Tue Jan 23, 2018 8:41 pm
- Reputation: 37
Re: [Request] Lost Eidolons
It seems that stats are static, ie. level-based and item-based (you start with about 20 and end with about 40 in each attribute).CaptainAbraxos wrote: ↑Mon Oct 17, 2022 1:55 pmDoes anyone know how to edit basic stats/combat stats in this game? I've looked in the savegame but can't find it there. Would be incredibly grateful for any answers!