Willkommen ~Gast!
Registrieren || Einloggen || Hilfe/FAQ || Staff
Probleme mit der Registrierung im Forum? Melde dich unter registerEin Bild.
Autor Beitrag
000
25.02.2008, 22:55
Darxardas



-----------------------------------

Compile Log Analyzer - Auswertung

Gefunden: Insgesamt 2 Fehler, davon 1 unterschiedliche(r).
MAX_MAP_PLANES

Gefunden in:
Zeile 17, Zeile 80
Problem:
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!)
Lösung:
Anzahl der Brushes verringern, d.h. die Map vereinfachen bzw. verkleinern.

Log

** Executing...
** Command: Change Directory
** Parameters: C:\Programme\Valve\Steam\SteamApps\fatkill\counter-strike

** Executing...
** Command: Copy File
** Parameters: "C:\Programme\Valve Hammer Editor\maps\Map Tutorial 1.map" "C:\Programme\Valve\Steam\SteamApps\fatkill\counter-strike\cstrike_german\maps\Map Tutorial 1.map"

** Executing...
** Command: C:\PROGRA~1\VALVEH~1\tools\hlcsg.exe
** Parameters: "C:\Programme\Valve\Steam\SteamApps\fatkill\counter-strike\cstrike_german\maps\Map Tutorial 1"

hlcsg v2.5.3 rel Custom Build 1.7p (Jan 25 2003)
Zoner's Half-Life Compilation Tools -- Custom Build
Modified to bump up MAX_MAP_PLANES by Karl 'XP-Cagey' Patrick
Based on code modifications by Sean 'Zoner' Cavanaugh
Based on Valve's version, modified with permission.
Submit detailed bug reports to (merlinis@bigpond.net.au)
----- BEGIN hlcsg -----
Command line: C:\PROGRA~1\VALVEH~1\tools\hlcsg.exe "C:\Programme\Valve\Steam\SteamApps\fatkill\counter-strike\cstrike_german\maps\Map Tutorial 1"
Entering C:\Programme\Valve\Steam\SteamApps\fatkill\counter-strike\cstrike_german\maps\Map Tutorial 1.map

Current hlcsg Settings
Name | Setting | Default
---------------------|-----------|-------------------------
threads [ 2 ] [ 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 ]
null texture stripping[ on ] [ on ]
clipnode economy mode [ on ] [ on ]
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 ]

Using mapfile wad configuration
Wadinclude list :
[zhlt.wad]

0 brushes (totalling 0 sides) discarded from clipping hulls
CreateBrush:
50%... (0.00 seconds)
SetModelCenters:
50%... (0.00 seconds)
CSGBrush:
50%... (0.00 seconds)

Using Wadfile: \dokumente und einstellungen\maddin\desktop\halflife.wad
- Contains 2 used textures, 100.00 percent of map (3116 textures in wad)
Using Wadfile: \dokumente und einstellungen\maddin\desktop\liquids.wad
- Contains 0 used textures, 0.00 percent of map (32 textures in wad)
Using Wadfile: \dokumente und einstellungen\maddin\desktop\decals.wad
- Contains 0 used textures, 0.00 percent of map (222 textures in wad)

Texture usage is at 0.03 mb (of 4.00 mb MAX)
0.03 seconds elapsed

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

** Executing...
** Command: C:\PROGRA~1\VALVEH~1\tools\hlbsp.exe
** Parameters: "C:\Programme\Valve\Steam\SteamApps\fatkill\counter-strike\cstrike_german\maps\Map Tutorial 1"

hlbsp v2.5.3 rel Custom Build 1.7p (Jan 25 2003)
Zoner's Half-Life Compilation Tools -- Custom Build
>>> (FEHLER)>Modified to bump up MAX_MAP_PLANES by Karl 'XP-Cagey' Patrick
Based on code modifications by Sean 'Zoner' Cavanaugh
Based on Valve's version, modified with permission.
Submit detailed bug reports to (merlinis@bigpond.net.au)
----- BEGIN hlbsp -----
Command line: C:\PROGRA~1\VALVEH~1\tools\hlbsp.exe "C:\Programme\Valve\Steam\SteamApps\fatkill\counter-strike\cstrike_german\maps\Map Tutorial 1"

Current hlbsp Settings
Name | Setting | Default
-------------------|-----------|-------------------------
threads [ 2 ] [ 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 ]
nofill [ off ] [ off ]
null tex. stripping [ on ] [ on ]
notjunc [ off ] [ off ]
subdivide size [ 240 ] [ 240 ] (Min 64) (Max 512)
max node size [ 1024 ] [ 1024 ] (Min 64) (Max 4096)

BSP generation successful, writing portal file 'C:\Programme\Valve\Steam\SteamApps\fatkill\counter-strike\cstrike_german\maps\Map Tutorial 1.prt'
0.02 seconds elapsed

....

Versteh es nicht =( warum zu groß?
ist die Tutorial map von >>>http://www.thewall.de/content/half-life:tutorials:meine_erste_map

naja vieleicht könnt ihr helfen
Mfg Martin

--

zum Seitenanfang zum Seitenende Profil || Suche
001
26.02.2008, 00:16
Bluthund



Das ist nen Fehler im CompileLog-Analyzer, da der nur auf das Vorhandenseins eines Strings prüft. Normalerweise kommt MAX_MAP_PLANES nicht innerhalb eines Logs vor, wenn der Fehler nicht auftritt... Du benutzt aber eine besondere Compilerversion in der die Zahl der maximal verwendbaren Planes angehoben wurde. Das wird entsprechend auch angezeigt.

Kurzum: Du hast keinen Fehler :)

--

The C language combines all the power of assembly language with all the ease-of-use of assembly language.
"humorig is n blödwort :>" by -CarniGGeLjumpR-

zum Seitenanfang zum Seitenende Profil || Suche
002
26.02.2008, 17:21
Darxardas



achso =)
ok danke für die schnelle Hilfe
Mfg Martin

--

zum Seitenanfang zum Seitenende Profil || Suche