Custom Dino Levels

Free Custom Dino Levels 1.2

No permission to download
This resource is free
Modify the different level ranges for wild dino spawns. Can override per dino type

[CODE lang="json" title="Config"]{
"DinoLevelEntries": [ // entries that affect all creatures
{
"EntryWeight": 1, // entry weight. the higher the weight, the more chance it has to be chosen
"MinLevel": 15, // min level of the entry
"MaxLevel": 25 // max level. will choose a value between min/max, that is multiply of 5
},
{
"EntryWeight": 0.8,
"MinLevel": 45,
"MaxLevel": 60
},
{
"EntryWeight": 0.7,
"MinLevel": 85,
"MaxLevel": 100
},
{
"EntryWeight": 0.5,
"MinLevel": 130,
"MaxLevel": 150
}
],
"DinoOverrides": {
"Gigant_Character_BP": [ // dino class. Can use partial names or full BP paths
{
"EntryWeight": 0.625,
"MinLevel": 45,
"MaxLevel": 60
},
{
"EntryWeight": 0.75,
"MinLevel": 75,
"MaxLevel": 100
},
{
"EntryWeight": 1,
"MinLevel": 130,
"MaxLevel": 150
}
]
}
}[/CODE]

Console/RCON commands:
  • cdl.reload - Reloads config on the fly (updates the new dino levels)
This plugin can be loaded, unloaded or updated live.
Author
Pelayori
Downloads
110
Views
1,894
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Pelayori

Latest updates

  1. 1.2

    Fixed an issue with dino levels, correct levels will spawn now
  2. 1.11

    - Fixed a crash
  3. 1.1

    - Potential fix for weird dino levels
Back
Top