sda4: commit the Glaze developer hard-drive dump
Un-ignored: the dev drive is the ground truth the restoration and emulator work constantly reference (DPL3/LIBDPL + VRENDER i860 renderer source, BT/RP live+dev game trees, VGL_LABS pod boot, scene/audio content). Kept in-repo for the pod-owner community. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
@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
|
||||
xdel c:\arioch\*.bak /s/n
|
||||
set Path=c:\nwdos;c:\net;c:\pkz;c:\arioch\tesla_bt
|
||||
rem c:\net\net use f: \\vgl_code\podbay
|
||||
C:
|
||||
cd \Arioch\tesla_bt
|
||||
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 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
|
||||
rem @echo Building vul1... >> ..\result.txt
|
||||
rem mechbld vul1.mch >> ..\result.txt
|
||||
cd ..
|
||||
btl4tool -b btl4.bld >> result.txt
|
||||
call arcbt f . >> result.txt
|
||||
copy bt.zip f:\Arioch\bt.zip
|
||||
Reference in New Issue
Block a user