Archival snapshot of the Virtual World Entertainment Tesla cockpit software, 1994-1996: MUNGA engine and L4 pod layer source (Borland C++ 5.0), BT/RP game code, and game content (models, audio, maps, gauges, Division renderer data). Includes third-party libraries: Division dVS/DPL graphics, HMI SOS audio, WATTCP networking. Files are preserved byte-for-byte (.gitattributes disables all line-ending conversion). README.md documents the layout, target hardware, and toolchain. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
87 lines
1.8 KiB
Plaintext
87 lines
1.8 KiB
Plaintext
[RivetGun_BJT]
|
|
IOMapping=ButtonJoystickTrigger
|
|
Type=DirectMapping
|
|
Mode=ModePreset1,ModePreset2,ModePreset3,ModePreset4,ModePreset5
|
|
Subsystem=RivetGun
|
|
AttributeID=TriggerState
|
|
|
|
[RivetGun_BJP]
|
|
IOMapping=ButtonJoystickPinky
|
|
Type=DirectMapping
|
|
Mode=ModePreset6
|
|
Subsystem=RivetGun
|
|
AttributeID=TriggerState
|
|
|
|
//----------------------------------------------------------
|
|
// Booster mappings
|
|
//
|
|
[Booster1_BJTH]
|
|
IOMapping=ButtonJoystickThumbHigh
|
|
Type=EventMapping
|
|
Mode=ModePreset1,ModePreset2,ModePreset3,ModePreset4,ModePreset5,ModePreset6
|
|
Subsystem=Booster1
|
|
MessageID=Activate
|
|
|
|
[Booster2_BJTL]
|
|
IOMapping=ButtonJoystickThumbLow
|
|
Type=EventMapping
|
|
Mode=ModePreset6
|
|
Subsystem=Booster2
|
|
MessageID=Activate
|
|
|
|
//----------------------------------------------------------
|
|
// Chute mappings
|
|
//
|
|
[Chute_BJTL]
|
|
IOMapping=ButtonJoystickThumbLow
|
|
Type=EventMapping
|
|
Mode=ModePreset1,ModePreset2
|
|
Subsystem=Chute
|
|
MessageID=Activate
|
|
|
|
[Chute_BJP]
|
|
IOMapping=ButtonJoystickPinky
|
|
Type=EventMapping
|
|
Mode=ModePreset4
|
|
Subsystem=Chute
|
|
MessageID=Activate
|
|
|
|
//-----------------------------------------------------------
|
|
// Other joystick mappings
|
|
//
|
|
[LiftCut_BJP]
|
|
IOMapping=ButtonJoystickPinky
|
|
Type=DirectMapping
|
|
Mode=ModePreset2,ModePreset5
|
|
Subsystem=ControlsMapper
|
|
AttributeID=LiftCut
|
|
|
|
[LiftCut_BJTL]
|
|
IOMapping=ButtonJoystickThumbLow
|
|
Type=DirectMapping
|
|
Mode=ModePreset3,ModePreset4
|
|
Subsystem=ControlsMapper
|
|
AttributeID=LiftCut
|
|
|
|
[LiftCut_BJT]
|
|
IOMapping=ButtonJoystickTrigger
|
|
Type=DirectMapping
|
|
Mode=ModePreset6
|
|
Subsystem=ControlsMapper
|
|
AttributeID=LiftCut
|
|
|
|
[Horn_BJTL]
|
|
IOMapping=ButtonJoystickThumbLow
|
|
Type=EventMapping
|
|
Mode=ModePreset5
|
|
Subsystem=ControlsMapper
|
|
MessageID=ActivateHorn
|
|
|
|
[PTT_BJTP]
|
|
IOMapping=ButtonJoystickPinky
|
|
Type=EventMapping
|
|
Mode=ModePreset1,ModePreset3
|
|
Subsystem=ControlsMapper
|
|
MessageID=ActivatePTT
|
|
|