Shinitenshi
New Adventurer
- Joined
- Mar 4, 2008
- Messages
- 132
- Reaction score
- 0
- Age
- 38
So i been playing around with hammer but i get this:
Could not find filesystem dll to load
my game executable set to C:\Program Files (x86)\Steam\steamapps\myacc\half-life\hl.exe
when i execute compiler i add -insecure -game msc
Edit:
changed the game executable to
C:\Program Files (x86)\Steam\Steam.exe
and in the compiler i added
-applaunch 70 +developer 1 -insecure -game msc
seems to work now but... msc starts loading map but crashes
Could not find filesystem dll to load
my game executable set to C:\Program Files (x86)\Steam\steamapps\myacc\half-life\hl.exe
when i execute compiler i add -insecure -game msc
Edit:
changed the game executable to
C:\Program Files (x86)\Steam\Steam.exe
and in the compiler i added
-applaunch 70 +developer 1 -insecure -game msc
seems to work now but... msc starts loading map but crashes
Code:
** Executing...
** Command: Change Directory
** Parameters: C:\Program Files (x86)\Steam\steamapps\blahblah\half-life
** Executing...
** Command: Copy File
** Parameters: "C:\Hammer\maps\testbox.map" "C:\Hammer\maps\testbox.map"
** Executing...
** Command: C:\Hammer\tools\ZHLT34~1\hlcsg.exe
** Parameters: "C:\Hammer\maps\testbox"
hlcsg 3.4 SSE 2 V2.0 (Mar 29 2009)
Zoner's Half-Life Compilation Tools -- Custom Build
Based on code modifications by Sean 'Zoner' Cavanaugh
Based on Valve's version, modified with permission.
Submit detailed bug reports to ([email protected])
----- BEGIN hlcsg -----
Command line: C:\Hammer\tools\ZHLT34~1\hlcsg.exe C:\Hammer\maps\testbox
Entering C:\Hammer\maps\testbox.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 ]
max lighting memory [ 6291456 ] [ 6291456 ]
priority [ Normal ] [ Normal ]
noclip [ off ] [ off ]
null texture stripping[ on ] [ on ]
clipnode economy mode [ on ] [ on ]
clip hull type [ legacy ] [ legacy ]
onlyents [ off ] [ off ]
wadtextures [ on ] [ on ]
skyclip [ on ] [ on ]
hullfile [ None ] [ None ]
nullfile [ 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:
(0.00 seconds)
CSGBrush:
50%... (0.01 seconds)
Using Wadfile: \hammer\wads\allinone_fixed.wad
- Warning: Larger than expected texture (348972 bytes): 'HAY_1'
- Warning: Larger than expected texture (348972 bytes): '!LAVA_01'
- Warning: Larger than expected texture (348972 bytes): 'CAVE_EXT'
- Warning: Larger than expected texture (348972 bytes): 'CAVEGIBS'
- Warning: Larger than expected texture (348972 bytes): 'GRASS_FIREPIT'
- Warning: Larger than expected texture (348972 bytes): 'OILSLICK'
- Warning: Larger than expected texture (348972 bytes): '{K_TREE4'
- Warning: Larger than expected texture (272812 bytes): '{TK_PLANTLG'
- Warning: Larger than expected texture (348972 bytes): 'UNTITLED-1'
- Warning: Larger than expected texture (348972 bytes): '0LAVA_01'
- Contains 3 used textures, 100.00 percent of map (5179 textures in wad)
Texture usage is at 0.25 mb (of 4.00 mb MAX)
0.06 seconds elapsed
----- END hlcsg -----
** Executing...
** Command: C:\Hammer\tools\ZHLT34~1\hlbsp.exe
** Parameters: "C:\Hammer\maps\testbox"
hlbsp 3.4 SSE 2 V2.0 (Mar 29 2009)
Zoner's Half-Life Compilation Tools -- Custom Build
Based on code modifications by Sean 'Zoner' Cavanaugh
Based on Valve's version, modified with permission.
Submit detailed bug reports to ([email protected])
----- BEGIN hlbsp -----
Command line: C:\Hammer\tools\ZHLT34~1\hlbsp.exe C:\Hammer\maps\testbox
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 ]
noopt [ 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 8192)
SolidBSP [hull 0] 25 (0.00 seconds)
BSP generation successful, writing portal file 'C:\Hammer\maps\testbox.prt'
SolidBSP [hull 1] 25 (0.00 seconds)
SolidBSP [hull 2] 23 (0.00 seconds)
SolidBSP [hull 3] 25 (0.00 seconds)
0.02 seconds elapsed
----- END hlbsp -----
** Executing...
** Command: C:\PROGRA~2\Steam\Steam.exe
** Parameters: -applaunch 70 +developer 1 -insecure -game msc +map "testbox"