Files
TeslaRel410/CODE/BT/BUILDRES.BAT
T
CydandClaude Fable 5 fdd9ac9d97 Initial import: Tesla Release 4.10 (Tesla:BattleTech & Tesla:Red Planet)
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>
2026-07-02 13:21:58 -05:00

41 lines
1.8 KiB
Batchfile

@REM **************************************************************************
@REM * BUILDRES.BAT - 11-11-96 cpb *
@REM * This file is intended to simplify the development of BTL4 resources *
@REM * on a Win95 system. It must be executed under MS-DOS (but NOT in a *
@REM * "dos box": the current tools won't run at all under Win32)! *
@REM * See the document "Modifying Resources" for more information. *
@REM **************************************************************************
@ECHO ON
cd models
@echo Building avatar... > ..\result.txt
..\mechbld avatar.mch >> ..\result.txt
@echo Building ava1... > ..\result.txt
..\mechbld ava1.mch >> ..\result.txt
@echo Building blkhawk... >> ..\result.txt
..\mechbld blkhawk.mch >> ..\result.txt
@echo Building bhk1... >> ..\result.txt
..\mechbld bhk1.mch >> ..\result.txt
@echo Building loki... >> ..\result.txt
..\mechbld loki.mch >> ..\result.txt
@echo Building Lok1... >> ..\result.txt
..\mechbld lok1.mch >> ..\result.txt
@echo Building madcat... >> ..\result.txt
..\mechbld madcat.mch >> ..\result.txt
@echo Building mad1... >> ..\result.txt
..\mechbld mad1.mch >> ..\result.txt
@echo Building owens... >> ..\result.txt
..\mechbld owens.mch >> ..\result.txt
@echo Building sunder... >> ..\result.txt
..\mechbld sunder.mch >> ..\result.txt
@echo Building thor... >> ..\result.txt
..\mechbld thor.mch >> ..\result.txt
@echo Building thr1... >> ..\result.txt
..\mechbld thr1.mch >> ..\result.txt
@echo Building vulture... >> ..\result.txt
..\mechbld vulture.mch >> ..\result.txt
@echo Building vul1... >> ..\result.txt
..\mechbld vul1.mch >> ..\result.txt
cd ..
btl4tool -b btl4.bld >> result.txt
call arcbt f . >> result.txt