Resource icon

Unmaintained Wild dino Levels Extended 1.1

No permission to download

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
The "Unmaintained" prefix is a technical term often used in the development world to signal that a specific piece of code, feature, or a resource is no longer actively managed or updated by its creators. It's similar to a 'Beware' sign on a physical property, warning visitors to proceed with caution.

For instance, if a developer creates a resource for other users to use, but later decides not to continue updating it due to various reasons like time constraints or shifting focus to other projects, they might attach an 'unmaintained' tag to it. This tag serves as a clear indication to other users that while they can still use this resource, they should be aware that it may not be up-to-date with the latest coding standards or security updates.

From a user perspective, an 'unmaintained' tag can help yourself identify resources that may not provide the best experience or security. It signals that the resource in question may have outdated features, potential security vulnerabilities, or bugs that are unlikely to be fixed.
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

variant 1:
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
            }
        }
}
variant 2:
JSON:
{
        "Chance": 0.5,
        "MinLevel": 15,
        "MaxLevel": 30,
        "PercentageLevels":true,
        "Dinos":{
        }

}
Author
GreengoDK
Downloads
15
Views
4,760
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from GreengoDK

Back
Top