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



Ich hab leider den Fehler Max_Map_Planes in meiner Map.
Gibt es eine Möglichkeit anzuzeigen oder zu berechnen wieviele Planes in meiner Map sind?

In dem CompilerError Atrikel steht leider nur:
Die maximal zulässige Anzahl der in einer Map verwendbaren Planes ist überschritten. (Planes sind die Seitenflächen von Brushes, nicht zu verwechseln mit Polygonen!)

Maximum: 32767

Einzige Lösung:

Anzahl der Brushes verringern, d.h. die Map vereinfachen bzw. verkleinern.

Wieviel muß ich dann meine Map verkleinern, um auf die 32767 zu kommen.
Es würde natürlich gehen, indem ich in meiner Map immer ein klein wenig wegbaue, aber gib es nicht eine elegantere Weiße.
Ein Anzeige wäre auch gut für meine nächste Map, damit ich nicht wieder den gleichen Fehler bekomme.
Oder gibt es vielleicht ein Zusatzprogramm, dass mir die Planes ausrechenen kann?

Und warum gibt Crid in seinem CompilerError Artikel die maximalen Planes an, wenn man sie nicht anzeigen kann?

--

zum Seitenanfang zum Seitenende Profil || Suche
001
16.03.2002, 20:14
-]SlipKnoT[-



schick einfach ma n compiler auszug

--

-] suche ein modder team das mich aufnimmt am besten mods für hl,vampire,doungen siege, Neverwinternights, u2, ut2,[-

äääh,kennt ihr ein einfaches Moddel Programm?
™©opy right by Noone 2000-3000 ®©™

zum Seitenanfang zum Seitenende Profil || Suche
002
16.03.2002, 23:09
Hifi



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: hlcsg.exe -high E:\Games\Half-Life\cstrike\maps\de_muenchen-beta18

-= 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 [ High ] [ 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 E:\Games\Half-Life\cstrike\maps\de_muenchen-beta18.map
CreateBrush:
Error: Exceeded MAX_MAP_PLANES
Description: The maximum number of plane definitions has been reached
Howto Fix: The map has grown too complex

----- 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: hlbsp.exe -leakonly -high E:\Games\Half-Life\cstrike\maps\de_muenchen-beta18
>> There was a problem compiling the map.
>> Check the file E:\Games\Half-Life\cstrike\maps\de_muenchen-beta18.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: hlvis.exe -high E:\Games\Half-Life\cstrike\maps\de_muenchen-beta18
>> There was a problem compiling the map.
>> Check the file E:\Games\Half-Life\cstrike\maps\de_muenchen-beta18.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: hlrad.exe -extra E:\Games\Half-Life\cstrike\maps\de_muenchen-beta18
>> There was a problem compiling the map.
>> Check the file E:\Games\Half-Life\cstrike\maps\de_muenchen-beta18.log for the cause.

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

--

zum Seitenanfang zum Seitenende Profil || Suche
003
16.03.2002, 23:40
Flann



Kompiliere mal mit dem Parameter -chart (für CSG), um dir die Statistik anzeigen zulassen.

--

zum Seitenanfang zum Seitenende Profil || Suche
004
17.03.2002, 00:06
Hifi



Mit chart gibt es bei mir keinen sehbaren Unterschied.
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: hlcsg.exe -chart -high E:\Games\Half-Life\cstrike\maps\de_muenchen-beta18

-= Current hlcsg Settings =-
Name | Setting | Default
---------------------|-----------|-------------------------
threads [ 1 ] [ Varies ]
verbose [ off ] [ off ]
log [ on ] [ on ]
developer [ 0 ] [ 0 ]
chart [ on ] [ off ]
estimate [ off ] [ off ]
max texture memory [ 4194304 ] [ 4194304 ]
priority [ High ] [ 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 E:\Games\Half-Life\cstrike\maps\de_muenchen-beta18.map
CreateBrush:
Error: Exceeded MAX_MAP_PLANES
Description: The maximum number of plane definitions has been reached
Howto Fix: The map has grown too complex

----- 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: hlbsp.exe -chart -high E:\Games\Half-Life\cstrike\maps\de_muenchen-beta18
>> There was a problem compiling the map.
>> Check the file E:\Games\Half-Life\cstrike\maps\de_muenchen-beta18.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: hlvis.exe -high E:\Games\Half-Life\cstrike\maps\de_muenchen-beta18
>> There was a problem compiling the map.
>> Check the file E:\Games\Half-Life\cstrike\maps\de_muenchen-beta18.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: hlrad.exe -extra E:\Games\Half-Life\cstrike\maps\de_muenchen-beta18
>> There was a problem compiling the map.
>> Check the file E:\Games\Half-Life\cstrike\maps\de_muenchen-beta18.log for the cause.

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

--

zum Seitenanfang zum Seitenende Profil || Suche