Unturned – How to Change Max Unlockable Skill Level Guide (2024)

Unturned – How to Change Max Unlockable Skill Level Guide (1)

Table of Contents

This guide shows you how to change max unlockable skill level or set them to certain value from the player’s spawn on the map.

Introduction


If you want to make players spawn with certain skills maxed, or think certain skills are too op and want to limit their max levels this guide will show you how to do it.

Picture of system in action:
Unturned – How to Change Max Unlockable Skill Level Guide (2)

Step 1.


Your map needs a Config.json file.

Here’s the most basic one:

{ "Asset": { "GUID": "PASTE_GUID_HERE" } } 


If you want to copy Config.json file and put the above contents inside of it, you can copy one from Germany and open it with notepad, although I do recommend downloading notepad++ as it will make things a lot easier.

(if you already have a config with a bunch of stuff, you don’t need to copy the brackets, I just put a complete config with just the asset line)

Unturned – How to Change Max Unlockable Skill Level Guide (3)

Config files can hold variety of other stuff, and if you have no idea what you are doing and don’t want to accidentally break your map just copy the above contents.

Step 2.


You will also need an asset file, you need to give it some kind of name.

If you want to stay somewhat organised I recommend following the folder structure from this picture, with ‘testmap’ being your map folder.

Unturned – How to Change Max Unlockable Skill Level Guide (4)

If you want to copy such file from somewhere it can be found on Kuwait or Elver

Here’s most basic file that you will need for fiddling with skills.

"Metadata" { "GUID" "PASTE_GUID_HERE" "Type" "SDG.Unturned.LevelAsset, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" } "Asset" { "Skills" [ { "Id" "Exercise" "Default_Level" "1" "Max_Unlockable_Level" "3" } ] }


There’s 3 variables: Id – corresponding to skill name, Default level – the level of the skill that you will spawn with, max unlockable level which is the max level of the skill that can be obtained on the map, if you set the default level and max level to the same number, players will spawn with the skill locked to certain level with no way to upgrade it.

Here’s example with one more skill thrown in, to add more skills you just follow what’s done here.

"Metadata" { "GUID" "PASTE_GUID_HERE" "Type" "SDG.Unturned.LevelAsset, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" } "Asset" { "Skills" [ { "Id" "Exercise" "Default_Level" "1" "Max_Unlockable_Level" "3" } { "Id" "Cardio" "Default_Level" "1" "Max_Unlockable_Level" "3" } ] }

Step 3.


Last step is done entirely in your notepad editor and will consist of opening both your map config and asset file. In the examples I pasted you can see PASTE_GUID_HERE in quotes, that’s where you will need to… paste a GUID. Go to http://www.guidgenerator.com/online-guid-generator.aspx set it to no hyphens and generate yourself a GUID and paste the SAME GUID both in config and asset file, they need to be same.

Unturned – How to Change Max Unlockable Skill Level Guide (5)

After this is done your asset file, determining your skills will be linked to your map’s config file, good job.

Extra


Setting skills above their default max levels will not do anything except change the level visually. This aspect is hardcoded.

Unturned – How to Change Max Unlockable Skill Level Guide (6)

Here’s a config from my own map, it has all the skills put in so if you don’t want to type in all the skills yourself you can copy this, keep in mind the skill levels that I did change.

"Metadata" { "GUID" "15395d4849c243f88e5d79e18abbb5ba" "Type" "SDG.Unturned.LevelAsset, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" } "Asset" { "Skills" [ { "Id" "Overkill" "Default_Level" "0" "Max_Unlockable_Level" "0" } { "Id" "Sharpshooter" "Default_Level" "7" "Max_Unlockable_Level" "7" } { "Id" "Dexterity" "Default_Level" "0" "Max_Unlockable_Level" "0" } { "Id" "Exercise" "Default_Level" "3" "Max_Unlockable_Level" "3" } { "Id" "Cardio" "Default_Level" "3" "Max_Unlockable_Level" "3" } { "Id" "Diving" "Default_Level" "3" "Max_Unlockable_Level" "3" } { "Id" "Parkour" "Default_Level" "0" "Max_Unlockable_Level" "0" } { "Id" "Sneakybeaky" "Default_Level" "0" "Max_Unlockable_Level" "0" } { "Id" "Vitality" "Default_Level" "0" "Max_Unlockable_Level" "0" } { "Id" "Immunity" "Default_Level" "0" "Max_Unlockable_Level" "0" } { "Id" "Toughness" "Default_Level" "0" "Max_Unlockable_Level" "0" } { "Id" "Strength" "Default_Level" "0" "Max_Unlockable_Level" "0" } { "Id" "Warmblooded" "Default_Level" "0" "Max_Unlockable_Level" "0" } { "Id" "Survival" "Default_Level" "0" "Max_Unlockable_Level" "0" } { "Id" "Healing" "Default_Level" "0" "Max_Unlockable_Level" "0" } { "Id" "Crafting" "Default_Level" "3" "Max_Unlockable_Level" "3" } { "Id" "Outdoors" "Default_Level" "0" "Max_Unlockable_Level" "0" } { "Id" "Cooking" "Default_Level" "3" "Max_Unlockable_Level" "3" } { "Id" "Fishing" "Default_Level" "5" "Max_Unlockable_Level" "5" } { "Id" "Agriculture" "Default_Level" "0" "Max_Unlockable_Level" "0" } { "Id" "Mechanic" "Default_Level" "3" "Max_Unlockable_Level" "3" } { "Id" "Engineer" "Default_Level" "3" "Max_Unlockable_Level" "3" } ] }

Written by Renaxon

This is all about Unturned – How to Change Max Unlockable Skill Level Guide; I hope you enjoy reading the Guide! If you feel like we should add more information or we forget/mistake, please let us know via commenting below, and thanks! See you soon!



Recommended for You:

  • All Unturned Posts List

Related posts:

  1. Unturned – Best PVP graphics settings for visibility
  2. Unturned – Arid NPC + Barters List
  3. Unturned – List of Color Codes (RGB/Hex) in Unturned Guide
  4. Unturned – How to Set a Main Group for Characters
  5. Unturned – Garbage resources Mod IDs
  6. Unturned – Tutorial How to Make Private Server Guide
Unturned – How to Change Max Unlockable Skill Level Guide (2024)
Top Articles
Code Samples | Documentation - Roblox Creator Hub
How To Use AI Generative Scripting In Roblox Studio
The Largest Banks - ​​How to Transfer Money With Only Card Number and CVV (2024)
Skycurve Replacement Mat
Enrique Espinosa Melendez Obituary
Wizard Build Season 28
East Cocalico Police Department
South Park Season 26 Kisscartoon
Polyhaven Hdri
Nwi Police Blotter
Skip The Games Norfolk Virginia
Wmlink/Sspr
Dark Souls 2 Soft Cap
Encore Atlanta Cheer Competition
Garrick Joker'' Hastings Sentenced
Iron Drop Cafe
Calmspirits Clapper
Oro probablemente a duna Playa e nomber Oranjestad un 200 aña pasa, pero Playa su historia ta bay hopi mas aña atras
Quest Beyondtrustcloud.com
Panorama Charter Portal
Mile Split Fl
Gia_Divine
18889183540
Orange Pill 44 291
Sea To Dallas Google Flights
Seeking Arrangements Boston
Breckiehill Shower Cucumber
2011 Hyundai Sonata 2 4 Serpentine Belt Diagram
Jailfunds Send Message
The Clapping Song Lyrics by Belle Stars
Amazing Lash Bay Colony
+18886727547
Jambus - Definition, Beispiele, Merkmale, Wirkung
P3P Orthrus With Dodge Slash
Ishow Speed Dick Leak
Soulstone Survivors Igg
Rs3 Bis Perks
Saybyebugs At Walmart
140000 Kilometers To Miles
Flipper Zero Delivery Time
Dinar Detectives Cracking the Code of the Iraqi Dinar Market
Hazel Moore Boobpedia
Below Five Store Near Me
Anthem Bcbs Otc Catalog 2022
Levi Ackerman Tattoo Ideas
Reilly Auto Parts Store Hours
Borat: An Iconic Character Who Became More than Just a Film
Vagicaine Walgreens
Ty Glass Sentenced
Mmastreams.com
Predator revo radial owners
Noaa Duluth Mn
Latest Posts
Article information

Author: Duane Harber

Last Updated:

Views: 5864

Rating: 4 / 5 (71 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Duane Harber

Birthday: 1999-10-17

Address: Apt. 404 9899 Magnolia Roads, Port Royceville, ID 78186

Phone: +186911129794335

Job: Human Hospitality Planner

Hobby: Listening to music, Orienteering, Knapping, Dance, Mountain biking, Fishing, Pottery

Introduction: My name is Duane Harber, I am a modern, clever, handsome, fair, agreeable, inexpensive, beautiful person who loves writing and wants to share my knowledge and understanding with you.