Resource icon

Unverified DinoSpeed 1.0

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!

Website User Information:

When a resource is labeled as "unverified," it means that the developer has not yet completed the necessary steps to become a verified resource. However, this tag should not be interpreted as a sign that the resource is dangerous or insecure. Rather, it serves as a reminder that the developer still needs to meet specific requirements to attain verified status. On the other hand, verified resources are those that come from developers who have already met these requirements. These resources can be considered trustworthy and reliable, as they are created by developers who actively engage with the community and consistently provide high-quality content. By using verified resources, users can ensure that they are accessing safe and secure content that has been thoroughly vetted.

Developer Information:

To obtain the verified tag, you must first meet the specific requirements mentioned in the link below. Once you have confirmed that you meet the requirements, the next step is to join our Discord Server. After joining the server, you must create an API support ticket and apply for the verified tag.

How to apply: Click Me To Learn More

✱ Configurable speed and other options like fly in caves/water, infinite weight and stamina consumption/recovery for dinos
✱ Configurable sleep debit for Megalosaur
✱ Auto speed on mount/dismout
✱ Compatible with Permissions
✱ Non-permanent changes

Priority:
Dino blueprint > Dino habitat > All

Reload config
Console:
cheat DinoSpeed.reload
Rcon:
DinoSpeed.reload

JSON:
{
    "Dinos": {
        "All": { // Config for all dinos if dont exists a config by habitat or dino blueprint
            "FlyInWater": false, // ONLY FOR FLY DINOS
            "FlyInCaves": false, // ONLY FOR FLY DINOS
            "InfiniteWeight": false,
            "AutoSpeedOnMount": true,
            "AutoUnspeedOnDismount": true,
            "AbsoluteSpeedPercentage": false, // If its true, will replace the dino speed, if its false will sum it
            "SpeedPercentage": 100, // 0 to doesnt change it, if you have the AbsoluteSpeedPercentage as true, set more high numbers than 100
            "StaminaRecoveryMultiplier": 1, // 1 Default. High numbers will do that the stamina recovery be faster, to decrease the stamina recovery, set decimal numbers like 0.5 (will recovery twice more slow)
            "StaminaConsumptionMultiplier": 1 // 1 Default. High numbers will increase the stamina consumption, to decrease it set decimal numbers between 0 and 1, for example 0.5 to decrease to half. 0 will be infinite
        },
        "Terrestrial": { // For all Terrestrial dinos
            "InfiniteWeight": false,
            "AutoSpeedOnMount": true,
            "AutoUnspeedOnDismount": false,
            "AbsoluteSpeedPercentage": false,
            "SpeedPercentage": 150,
            "StaminaRecoveryMultiplier": 1,
            "StaminaConsumptionMultiplier": 1,
            "MegalosaurusSleepDebtMultiplier": 0, // Default 1. ONLY FOR MEGALOSAURUS. Decimal numbers between 0 and 1 to reduce the sleep debit, for example 0.01. 0 to disable it and make it practically as on the night but without the secondary attack
            "MegalosaurusRemoveGroggyBuff": true // ONLY FOR MEGALOSAURUS. To remove the buff that does that the Movement Speed and Melee Damage decrease and increase the Stamina consumption
        },
        "Aerial": { // For all Aerial dinos
            "FlyInWater": false,
            "FlyInCaves": false,
            "InfiniteWeight": false,
            "AutoSpeedOnMount": true,
            "AutoUnspeedOnDismount": true,
            "AbsoluteSpeedPercentage": false,
            "SpeedPercentage": 180,
            "StaminaRecoveryMultiplier": 1,
            "StaminaConsumptionMultiplier": 1
        },
        "Aquatic": { // For all Aquatic dinos
            "InfiniteWeight": false,
            "AutoSpeedOnMount": true,
            "AutoUnspeedOnDismount": true,
            "AbsoluteSpeedPercentage": false,
            "SpeedPercentage": 165,
            "StaminaRecoveryMultiplier": 1,
            "StaminaConsumptionMultiplier": 1
        },
        "Blueprint'/Game/PrimalEarth/Dinos/Quetzalcoatlus/Quetz_Character_BP.Quetz_Character_BP'": {
            "FlyInWater": false,
            "FlyInCaves": false,
            "InfiniteWeight": false,
            "AutoSpeedOnMount": true,
            "AutoUnspeedOnDismount": true,
            "AbsoluteSpeedPercentage": false,
            "SpeedPercentage": 300,
            "StaminaRecoveryMultiplier": 1.5,
            "StaminaConsumptionMultiplier": 0.9
        },
        "Blueprint'/Game/PrimalEarth/Dinos/Giganotosaurus/Gigant_Character_BP.Gigant_Character_BP'": {
            "InfiniteWeight": false,
            "AutoSpeedOnMount": true,
            "AutoUnspeedOnDismount": true,
            "AbsoluteSpeedPercentage": false,
            "SpeedPercentage": 100,
            "StaminaRecoveryMultiplier": 1,
            "StaminaConsumptionMultiplier": 0.25
        },
        "Blueprint'/Game/ScorchedEarth/Dinos/Moth/Moth_Character_BP.Moth_Character_BP'": {
            "FlyInWater": true,
            "FlyInCaves": true,
            "InfiniteWeight": false,
            "AutoSpeedOnMount": true,
            "AutoUnspeedOnDismount": false,
            "AbsoluteSpeedPercentage": false,
            "SpeedPercentage": 290,
            "StaminaRecoveryMultiplier": 1,
            "StaminaConsumptionMultiplier": 1
        }
    },
    "EnablePermissions": false,
    "Permissions": {
        "Admins": {
            "Dinos": {
                "Aerial": {
                    "FlyInWater": true,
                    "FlyInCaves": true,
                    "InfiniteWeight": true,
                    "AutoSpeedOnMount": true,
                    "AutoUnspeedOnDismount": true,
                    "AbsoluteSpeedPercentage": false,
                    "SpeedPercentage": 200,
                    "StaminaRecoveryMultiplier": 5,
                    "StaminaConsumptionMultiplier": 0.1
                }
            }
        }
    },
    "Commands": {
        "Speed": "/speed",
        "Unspeed": "/unspeed"
    },
    "Messages": {
        "OnSpeedCmd": {
            "Type": "Notification",
            "Sender": "Server",
            "Size": 1.0,
            "Time": 3,
            "Color": "0,255,0",
            "Msg": "Dino speed enabled!"
        },
        "OnUnspeedCmd": {
            "Type": "Notification",
            "Sender": "Server",
            "Size": 1.0,
            "Time": 3,
            "Color": "255,0,0",
            "Msg": "Dino speed disabled!"
        },
        "OnAutoSpeed": {
            "Type": "Notification",
            "Sender": "Server",
            "Size": 1.0,
            "Time": 3,
            "Color": "0,255,0",
            "Msg": "Dino speed enabled!"
        },
        "OnAutoUnspeed": {
            "Type": "Notification",
            "Sender": "Server",
            "Size": 1.0,
            "Time": 3,
            "Color": "255,0,0",
            "Msg": "Dino speed disabled!"
        }
    }
}

Discord server

Enjoy it!
Author
syrus
Downloads
84
Views
2,381
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from syrus

Back
Top