Immersive Vehicles (Formerly Transport Simulator)

Immersive Vehicles (Formerly Transport Simulator)

4M Downloads

[Suggestion] Visibility variable inversion option

DrprofLuigi opened this issue ยท 1 comments

commented

Basically, add an option for an object to appear when the variable is activated. this could possibly be triggered by using "absolute" : true on a rotation that uses the 'visibility' animationType, since it would otherwise be unused.

The idea is that this headlight beam will activate after the headlight door is opened.

				"objectName" : "&HeadLight_FFFFFF_FFFFF_100",
				"animations": [
					{
						"animationType": "visibility",
						"centerPoint" : [0, 0, 0],
						"axis" : [0, 0, 0],
						"variable" : "headlight",
						"absolute": true,
						"duration": 0,
						"forwardsDelay": 5,
						"reverseDelay": 0
					}
				]```
commented

You can just set clampMin/Max to 1