Willkommen ~Gast!
Registrieren || Einloggen || Hilfe/FAQ || Staff
Probleme mit der Registrierung im Forum? Melde dich unter registerEin Bild.
Autor Beitrag
000
14.01.2007, 14:24
guenther_jauch132



Ich hab hier ein sehr merkwürdiges Problem. Ich compile mit einer .bat Datei. Das hat bisjetzt auch immer soweit funktioniert, allerdings habe ich jetzt formatiert und es funktioniert eben nicht mehr richtig.

Die BAT Datei sieht so aus:

=========================================================

SET gamepath=D:\Games\Steam\steamapps\STEAMACC\counter-strike\cstrike\maps\
SET toolpath=D:\Games\Steam\Hammer\Compiletools\
SET Copypath=D:\Games\Steam\Hammer\maps\
SET delpath=D:\Games\Steam\Hammer\maps\
title working: csg
%toolpath%hlcsg.exe -verbose -estimate -chart -texdata 8192 -high -nowadtextures -cliptype Precise %1
title working: bsp
%toolpath%hlbsp.exe -verbose -estimate -chart -texdata 8192 -high -maxnodesize 4096 %1
title working: vis
%toolpath%hlvis.exe -verbose -estimate -chart -texdata 8192 -high -full %1
title working: rad
%toolpath%hlrad.exe -verbose -estimate -chart -texdata 8192 -high -extra -bounce 35 -smooth 110 -lights lights.rad %1
title finished compile of %~n1.map

pause

copy %Copypath%%~n1.bsp %gamepath%%~n1.bsp
del %delpath%%~n1.prt
del %delpath%%~n1.pts
del %delpath%%~n1.lin
del %delpath%%~n1.p0
del %delpath%%~n1.p1
del %delpath%%~n1.p2
del %delpath%%~n1.p3
del %delpath%%~n1.wic
del %delpath%%~n1.rmx
del %delpath%%~n1.err
SET gamepath=
SET toolpath=
SET Copypath=
SET delpath=

=========================================================

Und beim kompilieren kommen dann folgende Bugs:

Warning: Wad file '\games\steam\hammer\chateau.wad' not found
Warning: Wad file '\games\steam\hammer\cstrike.wad' not found
Warning: Wad file '\games\steam\hammer\prodigy2k.wad' not found
Error: Could not open wad file \games\steam\hammer\chateau.wad
Error: Could not find WAD file
Description: The compile tools could not locate a wad file that the map was referencing.
Howto Fix: Make sure the wad's listed in the level editor actually all exist

---

Das komische ist.. Die WADs befinen sich zu 100% in diesem Verzeichnis.

Was kann ich machen?

ZHLT sind auf der neusten Version.

--

zum Seitenanfang zum Seitenende Profil || Suche
001
14.01.2007, 14:48
Schmogel



du hast die texturen in deinem hammer-verzeichnis angegeben, damit kann hl aber nichts anfangen, du musst die texturen in deinem mod-verzeichnis angeben

--

zum Seitenanfang zum Seitenende Profil || Suche
002
14.01.2007, 16:11
guenther_jauch132



Ich kann die Map nichtmal kompilieren, wieso sollten die WADs dann schon im cstrike-Ordner liegen? Naja ich habs gemacht.. Gleicher Fehler:

Warning: Wad file '\games\steam\steamapps\STEAMACC\counter-strike\cstrike\chateau.wad' not found
Warning: Wad file '\games\steam\steamapps\STEAMACC\counter-strike\cstrike\cstrike.wad' not found
Warning: Wad file '\games\steam\steamapps\STEAMACC\counter-strike\cstrike\prodigy2k.wad' not found
Error: Could not open wad file \games\steam\steamapps\STEAMACC\counter-strike\cstrike\chateau.wad
Error: Could not find WAD file
Description: The compile tools could not locate a wad file that the map was referencing.
Howto Fix: Make sure the wad's listed in the level editor actually all exist

--

zum Seitenanfang zum Seitenende Profil || Suche
003
14.01.2007, 19:16
Skuldoon



dann kompilier doch mal mir ZHLT und guck was bei rauskommt.

--

Nur die, welche sich für ganz stark und extra erwachsen halten trinken Kaffee ohne Milch. Das sind meist auch die Leute, welche rassistisch und homophob sind. Da Rassismus von Minderwertigkeitsgefühlen und Homophobie von latenter Homosexualität stammt, trinken also nur ängstliche Schwule Kaffee ohne Milch. Das wurde wissenschaftlich durch Galileo auf Pro7 bewiesen.

zum Seitenanfang zum Seitenende Profil || Suche