Search found 3 matches

by Avarenal
Sun Feb 12, 2023 6:05 am
Forum: Tables
Topic: Hogwarts Legacy [Engine:Unreal 4.27.2]
Replies: 385
Views: 99436

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

There's no formula. There's a Level minimum and maximum. You XP is iterated through the table of levels, starting from 1. The result, the counter, is the Level. Example: 1 | 0 2 | 500 3 | 1030 etc. So if your XP is 800, then 800 > 500 and 800 < 1030. Iterator stops at 2. Level = 2. Thanks, Sunbeam....
by Avarenal
Sun Feb 12, 2023 5:00 am
Forum: Tables
Topic: Hogwarts Legacy [Engine:Unreal 4.27.2]
Replies: 385
Views: 99436

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

Has anyone determined what the formula is for calculating player level from ExperienceManager->ExperiencePoints ? I couldn't find a reference in the save data where the player level is stored.
by Avarenal
Sun Feb 12, 2023 4:59 am
Forum: Tables
Topic: Hogwarts Legacy
Replies: 418
Views: 254004

Re: Hogwarts Legacy

Has anyone determined what the formula is for calculating player level from ExperienceManager->ExperiencePoints ? I couldn't find a reference in the save data where the player level is stored.