Map Wads needed Created 19 years ago2005-01-19 11:18:00 UTC by Sephlaire Sephlaire

Created 19 years ago2005-01-19 11:18:00 UTC by Sephlaire Sephlaire

Posted 19 years ago2005-01-19 11:18:00 UTC Post #84560
OK, this is what im wondering...

When i put my map on my frinds computer, it says i need the wad files. But when i put a map like scoutzknivez on him computer, it doesnt ask for the any wad files, why is this? Is there a way of compiling the map with the used textures built into the map??? im reall confused.
Posted 19 years ago2005-01-19 13:02:12 UTC Post #84565
use a batch compiler like nems batch compiler (google). this gives you a checkbox called "no wad textures" which will put all the used textures into the BSP. if you want a quicker option, just put -nowadtextures into the parameters box, or wadinclude (i'm a bit foggy on this one, but kol seems to answer those sort of questions alot).
Posted 19 years ago2005-01-19 13:22:41 UTC Post #84570
im using ZHLT Compile GUI X?... found at this site
http://www.planethalflife.com/eddi/

anyway that can do a batch compile???
Posted 19 years ago2005-01-19 13:34:02 UTC Post #84574
is it a batch compiler?
Posted 19 years ago2005-01-19 15:55:30 UTC Post #84598
Just typed this up - hope it helps:

Get this batch compiler, or just copy the quoted text inot a text file and name it compile.bat - surely you know how to make batch files :P ;)
@echo off
set WADROOT=C:SierraHalf-Life
echo ###################################################
echo # Batch Compiler Zoners Spec #
echo ###################################################
echo ###################################################
echo # Please report bugs to: ryansgregg@hotmail.com #
echo ###################################################
echo.
echo Written At: 06/01/05 22:02:16
echo BC Version: 2.0.3.1
echo.
"C:Program FilesValve Hammer EditorToolshlcsg.exe" "your map dir goes heremymap.map"
"C:Program FilesValve Hammer EditorToolshlbsp.exe" "your map dir goes heremymap.map"
"C:Program FilesValve Hammer EditorToolshlvis.exe" "your map dir goes heremymap.map"
copy "your map dir goes heremymap.bsp" "C:SierraHalf-Lifevalvemaps"
echo mymap.bsp copied to C:SierraHalf-Lifevalvemaps
echo.
echo Running Game:
"C:SierraHalf-Lifehl.exe" +map mymap -console -dev
echo.
pause
Posted 19 years ago2005-01-19 15:57:14 UTC Post #84599
Posted 19 years ago2005-01-19 17:01:26 UTC Post #84607
ZHLT GUI is a batch compiler.
RabidMonkey RabidMonkeymapmapmapfapmap
You must be logged in to post a response.