speedometers work, but somehow tachometers don't
BlazeWolf1122 opened this issue ยท 8 comments
what causes a vehicle to make the engine gauge not work, despite a running and functional engine in it?
Your instrument slot def probably has an optionalPartNumber on it that's making IV look for an engine that doesn't exist. Spedometer works because that variable doesn't care what it's on, but since RPM is an engine-specific variable, the code won't ask the vehicle for that info as it knows it won't have it.