Willkommen ~Gast!
Registrieren || Einloggen || Hilfe/FAQ || Staff
Probleme mit der Registrierung im Forum? Melde dich unter registerEin Bild.
Autor Beitrag
000
19.12.2003, 15:46
Hype_nrw



hi,
ich hab ein problem, und zwar mappe ich für den mod Swordwarriors!
ich habe nach fertigstellung der map gesehen, das das playermodel genau um die hälfte zuklein ist, hab mir also gedacht, machste die map GENAU um die hälfte kleiner.
die texes habe ich alle weider angepasst. und als ich die map starten wollte kamen nurnoch fehler im compilelog!
fehler hab ich keine mit ALT + P !!!

hier der log:

* Executing...
** Command: Change Directory
** Parameters: C:\Half-Life

** Executing...
** Command: Copy File
** Parameters: "C:\Half-Life\sw\maps\tdm_house.map" "C:\Half-Life\sw\maps\tdm_house.map"

** Executing...
** Command: C:\Programme\Zhlt\hlcsg.exe
** Parameters: "C:\Half-Life\sw\maps\tdm_house"

hlcsg v2.5.4 rel (May 30 2001)
Based on Valve's version, modified with permission.
Submit detailed bug reports to (zoner@gearboxsoftware.com)
----- BEGIN hlcsg -----
Command line: C:\Programme\Zhlt\hlcsg.exe C:\Half-Life\sw\maps\tdm_house

-= 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 C:\Half-Life\sw\maps\tdm_house.map
CreateBrush:
10..20..30..40..50..60..Error: Entity 15, Brush 0, Side 1: plane with no normal
Error: plane with no normal
Description: The map has a problem which must be fixed
Howto Fix: Check the file ZHLTProblems.html for a detailed explanation of this problem

Error: Entity 15, Brush 0, Side 5: plane with no normal
Error: Entity 15, Brush 0, Side 5: has a coplanar plane at (-1063, 2021, -158), texture SKY
Error: Entity 15, Brush 0: outside world(+/-4096): (-10000,-10000,-118)-(10000,10000,-118)
Error: Entity 15, Brush 0: outside world(+/-4096): (-10000,-10000,-118)-(10000,10000,-118)
Error: Entity 15, Brush 0: outside world(+/-4096): (-10000,-10000,-82)-(10000,10000,-82)
Error: Entity 15, Brush 0: outside world(+/-4096): (-10000,-10000,-82)-(10000,10000,-82)
Error: Entity 15, Brush 0: outside world(+/-4096): (-10000,-10000,-86)-(10000,10000,-86)
Error: Entity 15, Brush 0: outside world(+/-4096): (-10000,-10000,-86)-(10000,10000,-86)
Error: Entity 15, Brush 0: outside world(+/-4096): (-10000,-10000,-100)-(10000,10000,-100)
Error: Entity 15, Brush 0: outside world(+/-4096): (-10000,-10000,-100)-(10000,10000,-100)
Error: Entity 15, Brush 1, Side 0: plane with no normal
Error: Entity 15, Brush 1, Side 4: plane with no normal
Error: Entity 15, Brush 1, Side 4: has a coplanar plane at (-1194, 2097, -118), texture SKY
(58.55 seconds)

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

** Executing...
** Command: C:\Programme\Zhlt\hlbsp.exe
** Parameters: "C:\Half-Life\sw\maps\tdm_house"

hlbsp v2.5.4 rel (May 30 2001)
Based on Valve's version, modified with permission.
Submit detailed bug reports to (zoner@gearboxsoftware.com)
----- BEGIN hlbsp -----
Command line: C:\Programme\Zhlt\hlbsp.exe C:\Half-Life\sw\maps\tdm_house
>> There was a problem compiling the map.
>> Check the file C:\Half-Life\sw\maps\tdm_house.log for the cause.

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

** Executing...
** Command: C:\Programme\Zhlt\hlvis.exe
** Parameters: "C:\Half-Life\sw\maps\tdm_house"

hlvis v2.5.4 rel (May 30 2001)
Based on Valve's version, modified with permission.
Submit detailed bug reports to (zoner@gearboxsoftware.com)
----- BEGIN hlvis -----
Command line: C:\Programme\Zhlt\hlvis.exe C:\Half-Life\sw\maps\tdm_house
>> There was a problem compiling the map.
>> Check the file C:\Half-Life\sw\maps\tdm_house.log for the cause.

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

** Executing...
** Command: C:\Programme\Zhlt\hlrad.exe
** Parameters: "C:\Half-Life\sw\maps\tdm_house"

hlrad v2.5.4 rel (May 30 2001)
Based on Valve's version, modified with permission.
Submit detailed bug reports to (zoner@gearboxsoftware.com)
----- BEGIN hlrad -----
Command line: C:\Programme\Zhlt\hlrad.exe C:\Half-Life\sw\maps\tdm_house
>> There was a problem compiling the map.
>> Check the file C:\Half-Life\sw\maps\tdm_house.log for the cause.

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

danke für eure hilfe!
hab den log etwas gekürzt, da sonst zuvierl text da war.

--


Dieser Beitrag wurde am 19.12.2003 um 15:47 von Hype2002 bearbeitet.
zum Seitenanfang zum Seitenende Profil || Suche
001
19.12.2003, 15:54
mathe



Zitat:
"Fläche mit undefinierter Größe"

Entsteht durch fehlerhafte Verwendung des Vertex-Tools. Beispiel: Man erstellt einen Würfel und zieht dann die vier oberen Vertices mit dem Vertex-Tool auf einen Punkt um eine Pyramide zu erhalten. Wenn man bei der WorldCraft-Meldung "Merge Vertices?" nun nicht auf "Ja" klickt, erhält man mehrere Vertices, die auf einem Punkt liegen. Die Kompiler sehen diese vier (auf einem Punkt liegenden) Vertices als Eckpunkte einer Fläche an, die jedoch gar nicht existiert, bzw. die Größe "0" hat --> Fehlermeldung.

Lösung:

Betreffenden Brush löschen und neu bauen, bei "Merge Vertices?" IMMER auf "Ja" klicken! Einfachere Formen statt mit Vertex-Tool lieber mit dem Clipping-Tool erstellen.

Kann auch durch Carving entstehen.

auszug aus http://www-public.tu-bs.de:8080/%7Ey0009981/compile/comperr_09-01.htm

--

"Die chemische Zusammensetzung dichterischer Inspiritation besteht aus 99% Whisky und 1% Schweiß."


Dieser Beitrag wurde am 19.12.2003 um 15:54 von mathe bearbeitet.
zum Seitenanfang zum Seitenende Profil || Suche
002
19.12.2003, 15:57
Hype_nrw



ok hab das prob verstanden.
nur
1. carve ich nicht und
2. habe ich bei merge vertices echt immer mit ja geantwortet.
naja, muss ich wohl nochmal alles neu erstellen (aaahh, mein terraforming!)

frage hat sich also erübrigt!
danke

--

zum Seitenanfang zum Seitenende Profil || Suche
003
19.12.2003, 16:15
ScyTheMan
Moderator


alt+p in VHE drücken, dort alle Fehler beseitigen

--

http://choerbaert.org
Ein Gespenst geht um im Netz - das Gespenst des Open Source
csndr

zum Seitenanfang zum Seitenende Profil || Suche
004
19.12.2003, 16:19
Hype_nrw



mit ALT + P hab ich ja keine fehler!

--

zum Seitenanfang zum Seitenende Profil || Suche
005
19.12.2003, 16:25
Smeagol



.map laden
alt+p machen
wundern
fehler beseitigen

--

zum Seitenanfang zum Seitenende Profil || Suche
006
19.12.2003, 17:33
Tubgirl



Quatsch.

Plane with no normal kann Hammer nicht fixen. Der Fehler bedeutet, dass Vertices aufeinander oder wie auf dem Bild liegen:

Such zur Lösung des Problems die Brushes auf, die in der Fehlermeldung angegeben werden (Map -> Go to Brush... ) und suche Vertex-Fehler wie auf dem Bild.

--

zum Seitenanfang zum Seitenende Profil || Suche
007
19.12.2003, 18:09
Hype_nrw



habs schon anders gelöst, und zwar hab ich die halbe map gelöscht =P
dafür habe ich die speeds von 2000 (!) auf 370 reduziert.
die map ist nochnicht ganz fertig, da die felsen noch fehlen u8nd der bach, aber das bekomm ohne 1500 speeds hin!

http://mitglied.lycos.de/kcpilsatoren/sw/house2.html
hier die map wie se vorher aussah!

--

zum Seitenanfang zum Seitenende Profil || Suche