✱ 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:
Reload config
Console:
Discord server
Enjoy it!
✱ Configurable sleep debit for Megalosaur
✱ Auto speed on mount/dismout
✱ Compatible with Permissions
✱ Non-permanent changes
Priority:
Reload config
Console:
Rcon:
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!