Willkommen ~Gast!
Registrieren || Einloggen || Hilfe/FAQ || Staff
Probleme mit der Registrierung im Forum? Melde dich unter registerEin Bild.
Autor Beitrag
000
24.04.2002, 21:00
Thinners Dead



Wenn ich meine .map-Datei mit HLCC kompilieren will, kommt immer das hier:

D:\Programme\Worldcraft>qrad.exe -high "D:\Programme\Worldcraft\maps\de_joztec2
"
qrad.exe v 1.5 (Apr 6 2000)
----- Radiosity ----
1 threads

************ ERROR ************
usage: qrad [-dump] [-inc] [-bounce n] [-threads n] [-verbose] [-terse] [-chop n
] [-maxchop n] [-scale n] [-ambient red green blue] [-proj file] [-maxlight n] [
-threads n] [-lights file] [-gamma n] [-dlight n] [-extra] [-smooth n] [-coring
n] [-notexscale] bspfile

D:\Programme\Worldcraft>COPY "D:\Programme\Worldcraft\maps\de_joztec2.bsp" "D:\P
rogramme\Worldcraft\maps"
Datei nicht gefunden - D:\Programme\Worldcraft\maps\de_joztec2.bsp
0 Datei(en) kopiert

D:\Programme\Worldcraft>COPY "D:\Programme\Worldcraft\maps\de_joztec2.pts" "D:\P
rogramme\Worldcraft\maps"
Datei nicht gefunden - D:\Programme\Worldcraft\maps\de_joztec2.pts
0 Datei(en) kopiert

D:\Programme\Worldcraft>

Und ich hab keine Ahnung woran das liegt!!!!!
Zu Hülf!!!!

T_D

--

T_D
<-------------------->
KJP

zum Seitenanfang zum Seitenende Profil || Suche
001
24.04.2002, 21:07
Onkel Dittmeyer



Zeig mal das gesammte log bitte

--

zum Seitenanfang zum Seitenende Profil || Suche
002
24.04.2002, 21:15
Thinners Dead



öhm...
Wo finde ich die denn?
Wenn HLCC kompiliert kommt nur eine DOS-Box, in der man nur den unteren Teil sehen kann!

T_D

--

T_D
<-------------------->
KJP

zum Seitenanfang zum Seitenende Profil || Suche
003
24.04.2002, 21:19
Rusef



und saug dir die zhlt hier

--

If someone is too greedy, they will lose what they orginally had.

Thewall.de Frappr

zum Seitenanfang zum Seitenende Profil || Suche
004
25.04.2002, 12:40
-Executor-



@dead mapname.log

--

Meine Maps
(seite ist noch im Aufbau)
Mapper bei Battle Tech Half-Life

zum Seitenanfang zum Seitenende Profil || Suche
005
25.04.2002, 13:10
SonicBe@m



also analysieren wir den log einfach mal !

D:\Programme\Worldcraft>qrad.exe -high "D:\Programme\Worldcraft\maps\de_joztec2"

----- also qrad wird ausgeführt und will die map de_joztec2 compilieren

qrad.exe v 1.5 (Apr 6 2000)
----- Radiosity ----
1 threads
allerdings bringt er dir nun einen fehler weil du nen parameter benutzt der scheinbar net richtig erkannt wird oder es ihn nicht gibt !
das kommt dann hier

************ ERROR ************
usage: qrad [-dump] [-inc] [-bounce n] [-threads n] [-verbose] [-terse] [-chop n
] [-maxchop n] [-scale n] [-ambient red green blue] [-proj file] [-maxlight n] [
-threads n] [-lights file] [-gamma n] [-dlight n] [-extra] [-smooth n] [-coring
n] [-notexscale] bspfile

benutzt einfach mal meinen !

hlcsg.exe -nowadtextures -estimate -texdata 8000 E:\Worldcraft\maps\outworld.map
hlbsp.exe -estimate -high -texdata 8000 E:\Worldcraft\maps\outworld.map
hlvis.exe -estimate -high -texdata 8000 E:\Worldcraft\maps\outworld.map
hlrad.exe -bounce 5 -chop 100 -lights E:\Phase2\Maps\outworld\outworld.rad -chart -estimate -texdata 8000 E:\Worldcraft\maps\outworld.map
COPY E:\Worldcraft\maps\outworld.bsp E:\Half-Life\P2\maps
COPY E:\Worldcraft\maps\outworld.pts E:\Half-Life\P2\maps

das dicke fette rote da oben ist die rad datei änder das bei dir mal ab
die letzten 2 zeilen sind das ziel welche map und wohin ! schau einfach das du immer deine verzeichnise angibst :.....
achso die bat muss im selben verzeichnis liegen wo deine compiler tools liegen ! ( qrad usw..... )

--

72410480
Love Peace And WorldCraft :D
Texture axis perpendicular to face? Never again: QuArK


Dieser Beitrag wurde am 25.04.2002 um 13:13 von SonicBe@m bearbeitet.
zum Seitenanfang zum Seitenende Profil || Suche
006
25.04.2002, 13:44
Onkel Dittmeyer



Hier hätt ich noch was für dich dann passiert das nicht mehr =)
Is noch beta Version.

--

zum Seitenanfang zum Seitenende Profil || Suche
007
25.04.2002, 14:47
Thinners Dead



Also, das ist die log-File:

hlcsg v2.5.3 rel (May 2 2001)
Based on Valve's version, modified with permission.
Submit detailed bug reports to (zoner@gearboxsoftware.com)
----- BEGIN hlcsg -----
Command line: D:\Programme\Worldcraft\hlcsg.exe D:\Programme\Worldcraft\maps\de_joztec

-= Current hlcsg Settings =-
Name | Setting | Default
---------------------|-----------|-------------------------
threads [ 1 ] [ Varies ]
verbose [ off ] [ off ]
log [ on ] [ on ]
developer [ 0 ] [ 0 ]
chart [ off ] [ off ]
estimate [ off ] [ off ]
max texture memory [ 4194304 ] [ 4194304 ]
priority [ Normal ] [ Normal ]

noclip [ off ] [ off ]
onlyents [ off ] [ off ]
wadtextures [ on ] [ on ]
skyclip [ on ] [ on ]
hullfile [ None ] [ None ]
min surface area [ 0.500 ] [ 0.500 ]
brush union threshold [ 0.000 ] [ 0.000 ]

Wadinclude list :
[zhlt.wad]

entering D:\Programme\Worldcraft\maps\de_joztec.map
Error: Entity 17 has no visible brushes

Error: No visibile brushes
Description: All brushes are CLIP or ORIGIN (at least one must be normal/visible)
Howto Fix: self explanitory

----- END hlcsg -----

hlbsp v2.5.3 rel (May 2 2001)
Based on Valve's version, modified with permission.
Submit detailed bug reports to (zoner@gearboxsoftware.com)
----- BEGIN hlbsp -----
Command line: D:\Programme\Worldcraft\hlbsp.exe D:\Programme\Worldcraft\maps\de_joztec
>> There was a problem compiling the map.
>> Check the file D:\Programme\Worldcraft\maps\de_joztec.log for the cause.

----- END hlbsp -----

hlvis v2.5.3 rel (May 2 2001)
Based on Valve's version, modified with permission.
Submit detailed bug reports to (zoner@gearboxsoftware.com)
----- BEGIN hlvis -----
Command line: D:\Programme\Worldcraft\hlvis.exe D:\Programme\Worldcraft\maps\de_joztec
>> There was a problem compiling the map.
>> Check the file D:\Programme\Worldcraft\maps\de_joztec.log for the cause.

----- END hlvis -----

hlrad v2.5.3 rel (May 2 2001)
Based on Valve's version, modified with permission.
Submit detailed bug reports to (zoner@gearboxsoftware.com)
----- BEGIN hlrad -----
Command line: D:\Programme\Worldcraft\hlrad.exe D:\Programme\Worldcraft\maps\de_joztec
>> There was a problem compiling the map.
>> Check the file D:\Programme\Worldcraft\maps\de_joztec.log for the cause.

----- END hlrad -----

@Rusef:
Ich hab doch die ZHLT's!

T_D

--

T_D
<-------------------->
KJP

zum Seitenanfang zum Seitenende Profil || Suche
008
25.04.2002, 14:53
Thinners Dead



Außerdem hab ich ne Frage an dP]ThEpOpE:
Was soll ich mit deinem Programm anfangen!

T_D

--

T_D
<-------------------->
KJP

zum Seitenanfang zum Seitenende Profil || Suche
009
25.04.2002, 14:56
Rusef



Wenn ich meine .map-Datei mit HLCC kompilieren will, kommt immer das hier:

D:\Programme\Worldcraft>qrad.exe -high "D:\Programme\Worldcraft\maps\de_joztec2
"
qrad.exe v 1.5 (Apr 6 2000)
----- Radiosity ----
1 threads

************ ERROR ************
usage: qrad [-dump] [-inc] [-bounce n] [-threads n] [-verbose] [-terse] [-chop n

kein qrad?

fäll tja überhaupt gar nicht auf. wir schauen uns das log halt genau an. immer erst schauen ob zhlt hat oder nicht

--

If someone is too greedy, they will lose what they orginally had.

Thewall.de Frappr

zum Seitenanfang zum Seitenende Profil || Suche
010
25.04.2002, 15:13
Tubgirl



Zitat:
Thinners Dead postete
Error: Entity 17 has no visible brushes

Error: No visibile brushes
Description: All brushes are CLIP or ORIGIN (at least one must be normal/visible)
Howto Fix: self explanitory

Übersetzung:
Du hast ein Entity (Nr. 17), das keine sichtbaren Brushes enthält. Alle Texturen auf dem Ding sind "clip" oder "origin" oder sonst eine "spezielle" unsichtbare Textur.
Wie man das hinbiegt erklärt sich ja wohl von selbst....

--

zum Seitenanfang zum Seitenende Profil || Suche