Dashboards - Value type

Your forum for all discussions around Modding.
george.earlslight
Posts: 784
Joined: Tue Nov 20, 2018 11:45 am
Location: Europe

Dashboards - Value type

Post by george.earlslight »

Hello,

Is there any documentation concerning which valueType dashboard keys are available for which specs?
I've already searched data/vehicles for examples.
I'm looking for proper documentation because at the moment I can only read this on vehicle.html

Code: Select all

valueType="string"
Description: Value type name (Available: workedHectars)
Type: String
Required: no
Ziuta Modding
Moderator
Posts: 950
Joined: Sun Jul 17, 2016 9:40 am

Re: Dashboards - Value type

Post by Ziuta Modding »

there is no such documentation but you have a list here (specialisation - valueType):
combine - workedHectars
crabSteering - state
cylindered - movingTool
dischargeable - activeDischargeNode, dischargeState
driveable - cruiseControl, directionForward, directionBackward, movingDirection, cruiseControlActive, accelerationAxis, decelerationAxis, ac_decelerationAxis, steeringAngle
enterable - time, operatingTime
fillUnit - fillLevel, fillLevelPct, fillLevelWarning
lights - lightState, turnLightLeft, turnLightRight, turnLight, turnLightHazard, turnLightAny, beaconLight
motorized - rpm, load, speed, speedDir, fuelUsage, motorTemperature, motorTemperatureWarning, clutchPedal, gear, gearGroup, movingDirection, directionForward, directionBackward, movingDirectionLetter, ignitionState
woodHarvester - cutLength, curCutLength, diameter
george.earlslight
Posts: 784
Joined: Tue Nov 20, 2018 11:45 am
Location: Europe

Re: Dashboards - Value type

Post by george.earlslight »

Ziuta Modding wrote: Fri Apr 29, 2022 10:11 pm there is no such documentation but you have a list here (specialisation - valueType):
Thanks a lot, this is great information for making nice interiors.
Thanks again for sharing!
Post Reply