XP is now disabled in custom and mini runs, this is not toggleable.
v0.2.6 - Fix for new game version
The game changed a reference so the mod just needed a rebuild.
v0.2.5 - Bug fix
Removed some code tht would cause an unecessary error.
Added some detail to the README saying that levels do nothing.
v0.2.4 - Bug fix
(Hopefully) Fixed a bug where the mods section would still show despite it being +0XP
(Hopefully) Fixed a bug where text would wrap onto a new line breaking the looks of the new UI.
v0.2.3 - Bug fix
When playing on ascent 1 and higher, the MODS sections would appear and give you some XP.
This MODS section was actually the amount the ascent multiplier gave you.
This has been fixed to include teh ascent multiplier directly in each of the values.
v0.2.2 - Major UI addition
The end of scout report now shows even more details on how you gained the XP!
Note that it may seem like the numbers are wrong with ascent multipliers, thats mainly because the winning amount isnt multiplied.
v0.2.1 - Slight API Change for developers
The sPEAKer dev has request the addition of gaining experience in the airport as some features are only obtained there.
Mod developers can now add another bool to AddExperience that will alward the experience in the airport.
No integrated XP gaining systems will give you XP in the airport, only external mods will.
Contributors for v0.2.1
@atomictyler ( Atomic ) - Made the changes to the API
@.chofo (" ✰ onlystar ) - sPEAKer dev that requested the change
v0.2.0 - New configs, bug fixed and UI changes
The end of scout report should now be changes, the timeline title shows XP gained and your level now. It looks something like TIMELINE (+1361.25XP) (LEVEL 42)
I'm currently unsure if other players levels still don't show up in the end of game scout report.
2 New configs!
Show Ascent Multiplier (True): When false, the text that says the ascent multiplier will disappear, good if localization messed up or you have a mod that breaks this feature
Show Leveling Users Only (False): When false, people without the mod will be shown as level [1]. If true, they will just have their default name.
v0.1.9 - Bug fix & false anti-cheat accusations
Fixed a bug where you would leak memory over time, this should be fixed. If levelling UI goes missing, ping @atomictyler
Anti-Cheats like PEAKER would accuse others of name spoofing, this should be fixed, if others still get accused of name spoofing by an anti cheat, ping @atomictyler in the leveling thread.
v0.1.8 - 2 Config values & Save fixes
Includes two configs
Show Experience Gain
Show Level Gain
The mod no longer saves to disk every time you gain XP, it instead saves on application close.
If you experience save loss (not saving when you exit the app) go to the discord thread and ping @atomictyler
An Autosave system may also come soon, however as long as it saves when you close the game this shouldn't be necessary.
Contributors for v0.1.8
@atomictyler ( Atomic ) - Made all code changes.
@kirsho ( Kirsho ) - Alerted me about saving each time xp is gained and why its so bad, also gave the method to use OnApplicationQuit.
v0.1.7 - Major bug fix
The last update had a last minute change that I didn't test (oops).
Save files should be perfectly intact, however ping @atomictyler if it was and I can send you a new save file with the desired level and XP.
Backups should now work. Existing backups will still also work.
Contributors for v0.1.7
@atomictyler ( Atomic ) - I fixed my own error :3
v0.1.6 - Major Update, Automatic Backups
Now backup your data with ease!
Launch the game at least once to generate the config
Go the config section of your mod manager and you should see a dropdown to load a backup.
A backup is created each time you load the game, not as you quit, as the current save is that data.
Contributors for v0.1.6
@atomictyler ( Atomic ) - One bluescreen and lots of contemplating later, I made the update!
v0.1.5 - API Changes, XP Changes and more!
This update changes adds 2 new methods into the public API: AddOneUseItem and SetOneUseItem.
The BBNO$ bugle is now set as a one time use item, however the moral boost still gives XP.
Moral boost changed from 20XP -> 10XP
Internal API and saving changes for the new one time use system
Added a guide to the readme/description for backing up/deleting your data in the case of exploiters (if people want to do that).
Changed manifest description to include how the mod works (with an experience system).