Problems Created 15 years ago2008-06-26 17:26:12 UTC by Elementx8 Elementx8

Created 15 years ago2008-06-26 17:26:12 UTC by Elementx8 Elementx8

Posted 15 years ago2008-06-26 17:32:13 UTC Post #251854
Hey guys, I've been working on a simple knife map, i finished it and everything. I can't run the map directly from Hammer, it comes up with the error :
Could not find filesystem dll to load.
I've been able to run it manually from in-game (CZ), and it's worked. Now it's stopped working and i have no idea why. Once i run the game and start new server witht hat map, it starts loading and then crashes.
Pretty sure there's no leaks in the map.
It also happened after i made the map smaller because it lagged alittle, if that helps in any way.

Here's the script:

** Executing...
** Command: Change Directory
** Parameters: C:\Program Files\Valve\Steam\SteamApps\tommot8888\condition zero

** Executing...
** Command: Copy File
** Parameters: "C:\Program Files\Valve\Steam\SteamApps\tommot8888\condition zero\czero\maps\splak_knife_map.map" "C:\Program Files\Valve\Steam\SteamApps\tommot8888\condition zero\czero\maps\splak_knife_map.map"

** Executing...
** Command: C:\PROGRA~1\ZHLT\hlcsg.exe
** Parameters: "C:\Program Files\Valve\Steam\SteamApps\tommot8888\condition zero\czero\maps\splak_knife_map"

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: C:\PROGRA~1\ZHLT\hlcsg.exe "C:\Program Files\Valve\Steam\SteamApps\tommot8888\condition zero\czero\maps\splak_knife_map"

= 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:\Program Files\Valve\Steam\SteamApps\tommot8888\condition zero\czero\maps\splak_knife_map.map
CreateBrush:
50%...60%...70%...80%...90%... (0.13 seconds)
SetModelCenters:
10%...20%...50%...60%...70%... (0.00 seconds)
CSGBrush:
20%...40%...50%...70%...90%... (0.19 seconds)
Embedding textures from WAD File [\program files\zhlt\zhlt.wad] into BSP
Using WAD File: \program files\zhlt\zeditor.wad
Using WAD File: \program files\valve\steam\steamapps\tommot8888\condition zero\czero\splak_base.wad
Texture usage is at 0.41 mb (of 4.00 mb MAX)
0.34 seconds elapsed

--- END hlcsg ---

** Executing...
** Command: C:\PROGRA~1\ZHLT\hlbsp.exe
** Parameters: "C:\Program Files\Valve\Steam\SteamApps\tommot8888\condition zero\czero\maps\splak_knife_map"

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: C:\PROGRA~1\ZHLT\hlbsp.exe "C:\Program Files\Valve\Steam\SteamApps\tommot8888\condition zero\czero\maps\splak_knife_map"

= Current hlbsp 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 ]
nofill [ off ] [ off ]
notjunc [ off ] [ off ]
subdivide size [ 240 ] [ 240 ] (Min 64) (Max 240)
max node size [ 1024 ] [ 1024 ] (Min 64) (Max 4096)

Error: ReadSurfs (line 3685): 32 > MAXPOINTS
This is caused by a face with too many verticies (typically found on end-caps of high-poly cylinders)

--- END hlbsp ---

** Executing...
** Command: C:\PROGRA~1\ZHLT\hlvis.exe
** Parameters: "C:\Program Files\Valve\Steam\SteamApps\tommot8888\condition zero\czero\maps\splak_knife_map"

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: C:\PROGRA~1\ZHLT\hlvis.exe "C:\Program Files\Valve\Steam\SteamApps\tommot8888\condition zero\czero\maps\splak_knife_map"
There was a problem compiling the map.
Check the file C:\Program Files\Valve\Steam\SteamApps\tommot8888\condition zero\czero\maps\splak_knife_map.log for the cause.
--- END hlvis ---

** Executing...
** Command: C:\PROGRA~1\ZHLT\hlrad.exe
** Parameters: "C:\Program Files\Valve\Steam\SteamApps\tommot8888\condition zero\czero\maps\splak_knife_map"

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: C:\PROGRA~1\ZHLT\hlrad.exe "C:\Program Files\Valve\Steam\SteamApps\tommot8888\condition zero\czero\maps\splak_knife_map"
There was a problem compiling the map.
Check the file C:\Program Files\Valve\Steam\SteamApps\tommot8888\condition zero\czero\maps\splak_knife_map.log for the cause.
--- END hlrad ---

Help would be appreciated, thanks!
Posted 15 years ago2008-06-26 17:45:29 UTC Post #251855
From HLBSP
Error: ReadSurfs (line 3685): 32 > MAXPOINTS
This is caused by a face with too many verticies (typically found on end-caps of high-poly cylinders)
Look for any complex brushes that could have faces with more than 32 vertices (possibly cylinders). Dunno if Search for problems (Alt+P) would classify that as a problem, though you can always try.
Daubster DaubsterVault Dweller
Posted 15 years ago2008-06-27 14:42:05 UTC Post #251880
Alright so i did that, and i can play the map manually, but i still can't play it from pressing F9, i still get that error.

Also have another problem, my game_player_equip entity doesn't equip people with things, should i make a new post or keep it in this one?
You must be logged in to post a response.