Shane Spies 5 years ago
parent
commit
937305f4df

+ 3 - 1
README.md

@@ -1,3 +1,5 @@
 # HL1-Mesa
 
-Another TSRP map that wasn't very popular. My mapping skills at this point were improving from shaunsville, but still not quite there.
+Another TSRP map that wasn't very popular. My mapping skills at this point were improving from shaunsville, but still not quite there.
+
+Mesa was never completed, but I think it had a few good ideas. The problem it fell apart was because the server just wasn't interested in it since it wasn't fully built yet. It was a real good learning point to not really release a map till it's done.

BIN
assets/mesa.wad


BIN
assets/sound/shaunsville/08bells_0.wav


BIN
assets/sound/shaunsville/13EQ_0.wav


BIN
assets/sound/shaunsville/BB02_0.wav


BIN
assets/sound/shaunsville/BEEPCOM4_0.wav


BIN
assets/sound/shaunsville/MACHINE1_0.wav


BIN
assets/sound/shaunsville/Shinback.wav


BIN
assets/sound/shaunsville/Tsukigai.wav


BIN
assets/sound/shaunsville/beeplp1_0.wav


BIN
assets/sound/shaunsville/bloodrave.wav


BIN
assets/sound/shaunsville/dance.wav


BIN
assets/sound/shaunsville/gas.wav


BIN
assets/sound/shaunsville/svgprufus.wav


+ 38 - 0
build/compile.bat

@@ -0,0 +1,38 @@
+@echo off
+set WADROOT=C:\Steam\SteamApps\_funjob_\half-life\ts
+echo ###################################################
+echo #                 Batch  Compiler                 #
+echo ###################################################
+echo ###################################################
+echo #  Please report bugs to: [email protected]  #
+echo ###################################################
+echo.
+echo Written At: 5/12/2006 4:06 PM
+echo BC Version: 3.1.2.0
+echo.
+"C:\Hammer\batch2\Tools\hlcsg.exe" -wadinclude Megawad2.wad -wadinclude mecktex.wad -wadinclude mesa.wad -chart -estimate -texdata 15000 -lightdata 15000 "C:\Hammer\mesa\b1\Mesab1"
+if ERRORLEVEL 1 goto failed
+"C:\Hammer\batch2\Tools\hlbsp.exe" -maxnodesize 8192 -chart -estimate -texdata 15000 -lightdata 15000 "C:\Hammer\mesa\b1\Mesab1"
+if ERRORLEVEL 1 goto failed
+"C:\Hammer\batch2\Tools\hlvis.exe" -chart -estimate -texdata 15000 -lightdata 15000 "C:\Hammer\mesa\b1\Mesab1"
+if ERRORLEVEL 1 goto failed
+"C:\Hammer\batch2\Tools\hlrad.exe" -chop 129 -texchop 82 -chart -estimate -texdata 15000 -lightdata 15000  "C:\Hammer\mesa\b1\Mesab1"
+if ERRORLEVEL 1 goto failed
+if ERRORLEVEL 1 goto failed
+if not exist "C:\Hammer\mesa\b1\Mesab1.bsp" goto nocopybsp
+copy "C:\Hammer\mesa\b1\Mesab1.bsp" "C:\Steam\SteamApps\_funjob_\half-life\ts\maps"
+echo Mesab1.bsp copied to C:\Steam\SteamApps\_funjob_\half-life\ts\maps.
+:nocopybsp
+
+goto succeeded
+:failed
+echo.
+echo Sorry Shane, compiled Failed. Check the Log.
+echo.
+echo ###########################################
+echo ##               FUCK                    ##
+echo ###########################################
+echo. 
+:succeeded
+echo.
+if exist "C:\Hammer\mesa\b1\Mesab1.log" "C:\WINDOWS\system32\notepad.exe" "C:\Hammer\mesa\b1\Mesab1.log"

BIN
source/Mesaa2.rmf


File diff suppressed because it is too large
+ 25448 - 0
source/Mesab1.map


BIN
source/Mesab1ts3.rmf