If your have diffOverride 5, then you'll have max level (MaxLevel*5) = 150 in this case. (For drakes/wyverns etc.. max will automatically calculated greater)
If you setup a "Chance" = 1, you will never see wild dino level less than minLevel * diffOverride
If you setup a "Chance" = 0, then wild levels will be as default
It's a float value, it can be 0.1/ 0.5 or something else...
PercentageLevels means:
for example, you have setup
"MinLevel": 29
"MaxLevel": 30
if PercentageLevels = true
drakes/wyverns will spawned 185-190
if PercentageLevels = false
drakes/wyverns will spawned 145-190
You can override levels for specific dino used "Dinos": {}
It will work same, but have more priority and max level don't recalculate automatically
if IsFilter = false, you should write full dino class (without path)
if IsFilter = true, you should write only key word for apply filter
cheat WildDinoLevelsExtended.Reload - reload config
cheat WildDinoLevelsExtended.Params - print params
Don't forget to destroy wild dinos after loading the plugin!
that plugin affect only dinos, which should spawn with random lvl!
Contact me on Discord https://discord.gg/87CQWXn . That plugin will doesn't work without authority
If you setup a "Chance" = 1, you will never see wild dino level less than minLevel * diffOverride
If you setup a "Chance" = 0, then wild levels will be as default
It's a float value, it can be 0.1/ 0.5 or something else...
PercentageLevels means:
for example, you have setup
"MinLevel": 29
"MaxLevel": 30
if PercentageLevels = true
drakes/wyverns will spawned 185-190
if PercentageLevels = false
drakes/wyverns will spawned 145-190
You can override levels for specific dino used "Dinos": {}
It will work same, but have more priority and max level don't recalculate automatically
if IsFilter = false, you should write full dino class (without path)
if IsFilter = true, you should write only key word for apply filter
cheat WildDinoLevelsExtended.Reload - reload config
cheat WildDinoLevelsExtended.Params - print params
Don't forget to destroy wild dinos after loading the plugin!
that plugin affect only dinos, which should spawn with random lvl!
Contact me on Discord https://discord.gg/87CQWXn . That plugin will doesn't work without authority
variant 1:
variant 2:
JSON:
{
"Chance": 0.5,
"MinLevel": 15,
"MaxLevel": 30,
"PercentageLevels":true,
"Dinos":{
"Dodo_Character_BP_C":{
"Chance": 0.9,
"MinLevel": 50,
"MaxLevel": 100,
"IsFilter": false
},
"Wyvern":{
"Chance": 1,
"MinLevel": 34,
"MaxLevel": 38,
"IsFilter": true
},
"Corrupt":{
"Chance": 1,
"MinLevel": 37,
"MaxLevel": 150,
"IsFilter": true
},
"Titanosaur_Character_BP_C":{
"Chance": 0,
"MinLevel": 1,
"MaxLevel": 1,
"IsFilter": false
}
}
}
JSON:
{
"Chance": 0.5,
"MinLevel": 15,
"MaxLevel": 30,
"PercentageLevels":true,
"Dinos":{
}
}