Project Zomboid

Project Zomboid

Custom Starting Vehicle Trait
 This topic has been pinned, so it's probably important
Panopticon  [developer] 3 Mar, 2023 @ 1:38am
Translation Submissions
Post your translations here and I will include them when I have the time to do so.
This currently supports English (EN) and Русский (RU).

UI_EN.txt
UI_EN = { UI_trait_StartingVehicle = "Starting Vehicle", UI_traitdesc_StartingVehicle = "Start with a vehicle of your choosing, using the Sandbox Options under 'Vehicles'. <LINE> You must spawn outside for the vehicle to spawn.", }
Sandbox_EN.txt
Sandbox_EN = { Sandbox_Vehicle_CustomVehicleStartConditionMin = "Starting Vehicle - Min Condition", Sandbox_Vehicle_CustomVehicleStartConditionMin_tooltip = "Set the minimum condition the spawned vehicle should have, 100 being perfect. <LINE> The condition is determined by the 'General Condition' option above.", Sandbox_Vehicle_CustomVehicleStartConditionMax = "Starting Vehicle - Max Condition", Sandbox_Vehicle_CustomVehicleStartConditionMax_tooltip = "Set the maximum condition the spawned vehicle could have, 100 being perfect. <LINE> The condition is determined by the 'General Condition' option above.", Sandbox_Vehicle_CustomVehicleStartType = "Starting Vehicle - Vehicle Type", Sandbox_Vehicle_CustomVehicleStartType_tooltip = "Put the full vehicle type of the custom vehicle you desire here. <LINE> <LINE> <RGB:1,1,0.3> Fair warning: It won't spawn if you misspell it.", Sandbox_Vehicle_CustomVehicleStartSkinEnable = "Starting Vehicle - Choose Skin?", Sandbox_Vehicle_CustomVehicleStartSkinEnable_tooltip = "If your custom vehicle supports different skins, then enable this option and change the index below. <LINE> Leaving this disabled will make the vehicle spawn with a random skin. <LINE> <LINE> <RGB:1,0.3,0.3> WARNING: If you enable this and your vehicle does not support skins, the game will throw a null pointer exception and the vehicle won't spawn.", Sandbox_Vehicle_CustomVehicleStartSkinIndex = "Starting Vehicle - Skin Index", Sandbox_Vehicle_CustomVehicleStartSkinIndex_tooltip = "Change this index to the one matching the skin you want. <LINE> Vehicles that don't support different skins have their index as 'nil' rather than an integer.", Sandbox_Vehicle_CustomVehicleStartSurpriseMe = "Starting Vehicle - Surprise Me!", Sandbox_Vehicle_CustomVehicleStartSurpriseMe_tooltip = "Enable this to have any random vehicle in the game, vanilla or modded, spawn as your custom vehicle. <LINE> Enabling this will override the vehicle type and skin you have in the options above. <LINE> <LINE> <RGB:1,0.3,0.3> WARNING: This is COMPLETELY random. You have a chance of spawning with a burnt or damaged vehicle that will not work.", }
Last edited by Panopticon; 24 Mar, 2023 @ 9:12pm