Bug Fix (Server XP): When gaining XP from “mining”, “woodcutting” or “pickables”, the xp was incorrectly read from the local xp tables. If has now been fixed, and is correctly being read from the server’s xp table as intended
New feature: It is now possible to increase gained xp from monsters, based on the difficulty from the DifficultyScaler mod. This can be set in the config file. (disabled by default)
Version 0.3.3
Added support for decimal numbers for "pointsPerLevel" in config
Version 0.3.2
- Config: Enable debugging for Internal ID’s of monsters. This will print the prefab name of the monster in the console.
- Config: Created XP Tables as JSON files. These files can be found under “config → LevelingSystem”.
- Config: All XP Tables supports multiple JSON files, making sure you can create your own lists with custom monsters / pickables etc. which also can be shared with the community.
- Config: Automatically creates a “savedConfig” JSON file, with the settings from your current config file. This ensures your current settings won’t be lost.
- Config: The XP Tables in the config file is now Obsolete. Please adjust all XP in the new JSON files.
- Chat command: Reload the config settings while in-game. If you are admin on the server, it will reload the config settings for all clients + the server.
- Command: -levelingsystem reload (remember the dash at the start)
- Live update of XP: Updating the XP Tables on the server will now take effect without you have to reload the game/server. Simply have an admin reload the config by using the chat command.
- Bug Fix: Issues with the build GUI has been fixed
Version 0.3.1
Movement Skill: Changed how the Movement Skill is implemented. Hopefully this fixes the bug with fast moving monsters
Level Up VFX: Fixed a bug where the level up VFX didn’t show when playing on a dedicated server. You can now see both yourself and your nearby friends level up
- Config: Added an option to adjust the amount of skills points gained per level (default: 1)
- Config: Changed the Critical Hit Camera Shake’s default value to 2 (down from 3)
- Gameplay: You now start with 1 skill point at level 1 (instead of 0)
Version 0.2.1
- Fixed a bug where you would gain XP for mining and woodcutting, even if you didn’t do any damage. You now only gain XP when doing damage.
- Fixed some null reference errors
- XP floating text now fits to the camera view, even when looking from the top
- XP floating text now got a stroke, to differentiate the text from each other
- XP floating text now spreads better, so it won’t stack on top of each other as easily
Version 0.2.0
- Added a new level-up VFX
- The level-up VFX can now also be seen when other players level up, if they are with 40 meters of you
- Added XP gain for mining, woodcutting & collecting “pickables”
- Added config setting to adjust the XP amount for mining, woodcutting and collecting “pickables”
- Added config setting to enable/disable XP gain for mining, woodcutting and collecting “pickables”
- Added support for Vulkan graphics (hopefully)
- Fixed the movement speed skill, to ensure it only affects your own player character
- Fixed a bug where some skills didn’t start at level 1 the first time you opened the skills menu
- Increased the default XP for Plains monsters. (*These changes does not affect your current XP Table, but will only take place if you delete the config file*)
- Deathsquito (310 → 620)
- Growth (392 → 782)
- Fuling Shaman (490 → 980)
- Fuling (563 → 1126)
- Fuling Beserker (1731 → 1904)
- Lox (2058 → 2264)
Version 0.1.2
Fixed some NullReference erros
Fixed sticky "Reset" text in the skills menu
Version 0.1.1
Skills Menu: Added a scroll bar
Skills Menu: Added a reset skill point button for each individual skill
Config File: Added option to reposition the XP Bar
Config File: Added option to resize the XP Bar's width
Config File: Added option to reposition the levels text to be Above or Below the XP Bar
Config File: Added option to enable/disable the scroll bar in the skills menu
Console Command (ReloadConfig): Added option to reload the config file (for admins this will reload the server's config file, and synchronize the changes with all clients)
Console Command (ResetOwnLevel): Resets your own characters level to 1
Console Command (SetLevel): Allows Admins to set another player's level within the allowed player level range for that server.
Version 0.1.0
Added 'Remove Skill Point' button on each skill
Added config option to turn off level-up VFX
Changed the icon for the Stamina skill
Fixed bug with bonus values, so you can now use decimal numbers (e.g. 1.5)
Added new skills:
- HP Regen
- SP Regen
- Eitr Regen
- Movement Speed
Version 0.0.1
First upload. Allows to gain experience and levels by killings monsters and bosses.