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>
133 lines
2.3 KiB
Plaintext
133 lines
2.3 KiB
Plaintext
[HeatSink]
|
|
Type=HeatSinkClassID
|
|
Include=heatsnk.sub
|
|
HeatSinkCount=26
|
|
|
|
// Condenser1 is for lasers
|
|
[Condenser1]
|
|
Type=CondenserClassID
|
|
Include=condensr.sub
|
|
ValveSetting=1.0
|
|
HeatSink=HeatSink
|
|
|
|
// Condenser2 is for all other weapons
|
|
[Condenser2]
|
|
Type=CondenserClassID
|
|
Include=condensr.sub
|
|
ValveSetting=1.0
|
|
HeatSink=HeatSink
|
|
|
|
|
|
[Generator]
|
|
Type=GeneratorClassID
|
|
Include=genrator.sub
|
|
HeatSink=HeatSink
|
|
|
|
[PowerBar]
|
|
Type=PowerBarClassID
|
|
Include=pwrbar.sub
|
|
HeatSink=HeatSink
|
|
VoltageSource=Generator
|
|
|
|
|
|
[AmmoBinGaussRifle]
|
|
Type=AmmoBinClassID
|
|
Include=ammogaus.sub
|
|
HeatSink=HeatSink
|
|
VoltageSource=Generator
|
|
|
|
[GaussRifle]
|
|
Type=GaussRifleClassID
|
|
Include=gaussrfl.sub
|
|
HeatSink=Condenser2
|
|
VoltageSource=PowerBar
|
|
AmmoBin=AmmoBinGaussRifle
|
|
SegmentPageName=sitelgunport
|
|
|
|
[AmmoBinAutoCannon]
|
|
Type=AmmoBinClassID
|
|
Include=ammoac10.sub
|
|
HeatSink=HeatSink
|
|
VoltageSource=Generator
|
|
|
|
[AutoCannon]
|
|
Type=ProjectileWeaponClassID
|
|
Include=ac10.sub
|
|
HeatSink=Condenser2
|
|
VoltageSource=AmmoBinAutoCannon
|
|
SegmentPageName=sitergunport
|
|
|
|
[AmmoBinMG1]
|
|
Type=AmmoBinClassID
|
|
Include=ammomg.sub
|
|
HeatSink=HeatSink
|
|
VoltageSource=Generator
|
|
|
|
[AmmoBinMG2]
|
|
Type=AmmoBinClassID
|
|
Include=ammomg.sub
|
|
HeatSink=HeatSink
|
|
VoltageSource=Generator
|
|
|
|
[MachineGun1]
|
|
Type=ProjectileWeaponClassID
|
|
Include=machgun.sub
|
|
HeatSink=Condenser2
|
|
VoltageSource=AmmoBinMG1
|
|
SegmentPageName=siteltorsoport
|
|
|
|
[MachineGun2]
|
|
Type=ProjectileWeaponClassID
|
|
Include=machgun.sub
|
|
HeatSink=Condenser2
|
|
VoltageSource=AmmoBinMG2
|
|
SegmentPageName=sitertorsoport
|
|
|
|
[AmmoBinSRM]
|
|
Type=AmmoBinClassID
|
|
Include=ammsrm6.sub
|
|
HeatSink=HeatSink
|
|
VoltageSource=Generator
|
|
|
|
[SRM]
|
|
Type=MissileLauncherClassID
|
|
Include=srm6.sub
|
|
HeatSink=Condenser2
|
|
VoltageSource=AmmoBinSRM
|
|
AmmoBin=AmmoBinSRM
|
|
SegmentPageName=sitemissleport
|
|
|
|
[MediumLaser1]
|
|
Type=EmitterClassID
|
|
Include=mlaser.sub
|
|
HeatSink=Condenser1
|
|
VoltageSource=PowerBar
|
|
SegmentPageName=sitelgunport
|
|
|
|
[MediumLaser2]
|
|
Type=EmitterClassID
|
|
Include=mlaser.sub
|
|
HeatSink=Condenser1
|
|
VoltageSource=PowerBar
|
|
SegmentPageName=sitergunport
|
|
|
|
[SmallLaser1]
|
|
Type=EmitterClassID
|
|
Include=slaser.sub
|
|
HeatSink=Condenser1
|
|
VoltageSource=PowerBar
|
|
SegmentPageName=siteltorsoport
|
|
|
|
[SmallLaser2]
|
|
Type=EmitterClassID
|
|
Include=slaser.sub
|
|
HeatSink=Condenser1
|
|
VoltageSource=PowerBar
|
|
SegmentPageName=sitertorsoport
|
|
|
|
|
|
|
|
|
|
|
|
|