Can anyone direct me on how to adjust what you spawn with when you start a new game on a dedicated server? I would like to have simple crafting mats and simple tools be on your character when you drop in for the first time. Also, is there a way to adjust sprint? Im assuming theres a setting that determines how fast all the survival bars deplete (hunger, air, stam, etc). Im fairly competent as far as navigating file structures, so even a simple explanation will suffice. Thank you!
In the Planet YAML file scroll down to this spot. FixedPlayerStart: - Mode: Survival Spawn: EscapePod Armor: ArmorLight Items: [ "Pistol, 50Caliber:250, Medikit02:3, AntidotePills:3, EmergencyRations:4, WaterBottle:2, EnergyCell:5, Drill, Chainsaw, BioFuel:4, ConstructorSurvival, AutoMinerCore:5, Core, TomatoStage1, WheatStage1, CornStage1, PumpkinStage1, PearthingStage1, DurianRoot, EVABoost", "Pistol, 50Caliber:175, Medikit02:2, AntidotePills:2, EmergencyRations:2, WaterBottle:2, EnergyCell:4, Drill, Chainsaw, BioFuel:3, ConstructorSurvival, AutoMinerCore:4, Core, PumpkinStage1, PearthingStage1, DurianRoot, EVABoost", "Pistol, 50Caliber:150, Medikit02:1, AntidotePills:1, EmergencyRations:1, WaterBottle:1, EnergyCell:3, Drill, Chainsaw, BioFuel:2, ConstructorSurvival, AutoMinerCore:3, DurianRoot, EVABoost", "#FreshStart: Drill, Chainsaw, BioFuel:2, ConstructorSurvival" ] In this where you see " , " This separates the difficulty levels, on this line you actually have the load out for 3 different difficulty settings and a Fresh start on the end of it. Fresh start section is defined by " , "# FreshStart...... In the POI section of the YAML file check that its wreckage POI is set to ,"start- FALSE if you want a drop pod entry.
You know i was hoping it was you that was going to answer. Your planets are fantastic i hope you dont mind that im using them for my own personal use and testing. I really appreciate you responding to my question, its helped me out quite a lot. Thank you!