VHE default compiler problem
The last time I launched VHE was like 6-7 years ago, now I needed to test something and during compilation got these errors:
[slide="text" Cick="Cick" to="to" view="view" hidden="hidden"]
** Executing...
** Command: Change Directory
** Parameters: "D:\Games\Steam\steamapps\common\Half-Life"
** Executing...
** Command: D:\Games\Steam\steamapps\common\Half-Life SDK\Map Tools\qcsg.exe
** Parameters: "d:\games\steam\steamapps\common\half-life sdk\map files\01_test"
qcsg.exe v2.8 (Oct 25 2000)
---- qcsg ----
************ ERROR ************
usage: qcsg [-nowadtextures] [-wadinclude ] [-draw] [-glview] [-noclip] [-onlyents] [-proj ] [-threads #] [-v] [-hullfile ] mapfile
** Executing...
** Command: D:\Games\Steam\steamapps\common\Half-Life SDK\Map Tools\qbsp2.exe
** Parameters: "d:\games\steam\steamapps\common\half-life sdk\map files\01_test"
qbsp2.exe v2.2 (Dec 28 1998)
---- qbsp2 ----
************ ERROR ************
usage: qbsp [-draw] [-leakonly] [-noclip] [-nofill] [-nogfx] [-notjunc] [-proj name] [-subdivide size] [-threads n] [-v] [-watervis] sourcefile
** Executing...
** Command: D:\Games\Steam\steamapps\common\Half-Life SDK\Map Tools\vis.exe
** Parameters: "d:\games\steam\steamapps\common\half-life sdk\map files\01_test"
vis.exe v1.3 (Dec 30 1998)
---- vis ----
************ ERROR ************
usage: vis [-threads #] [-level 0-4] [-fast] [-v] bspfile
** Executing...
** Command: D:\Games\Steam\steamapps\common\Half-Life SDK\Map Tools\qrad.exe
** Parameters: "d:\games\steam\steamapps\common\half-life sdk\map files\01_test"
qrad.exe v 1.5 (Apr 6 2000)
----- Radiosity ----
4 threads
************ ERROR ************
usage: qrad [-dump] [-inc] [-bounce n] [-threads n] [-verbose] [-terse] [-chop n] [-maxchop n] [-scale n] [-ambient red green blue] [-proj file] [-maxlight n] [-threads n] [-lights file] [-gamma n] [-dlight n] [-extra] [-smooth n] [-coring n] [-notexscale] bspfile
** Executing...
** Command: Copy File
** Parameters: "d:\games\steam\steamapps\common\half-life sdk\map files\01_test.bsp" "D:\Games\Steam\steamapps\common\Half-Life\cstrike_downloads\maps\01_test.bsp"
The command failed. Windows reported the error:
"The system cannot find the file specified."
[/slide]
Here are my VHE and compiler settings: https://www.dropbox.com/s/27ul21640jyk25g/vhe_settings.png?dl=0
It looks like compiler path misses file extension, but adding $ext to parameters didn't help.
Any ideas, guys?
Use VHLT http://forums.svencoop.com/showthread.php/38059-ARCHIVE-Custom-ZHLT-by-vluzacn
I'm aware that there are some custom compilers, just thought that there's a way to use default one.
Anyway, VHLT does not seem to work either:
[slide="text" Cick="Cick" to="to" view="view" hidden="hidden"]
** Executing...
** Command: Change Directory
** Parameters: "D:\Games\Steam\steamapps\common\Half-Life"
** Executing...
** Command: D:\Games\Steam\steamapps\common\Half-Life SDK\tools\hlcsg.exe
** Parameters: "d:\games\steam\steamapps\common\half-life sdk\map files\01_test"
Unknown option "d:\games\steam\steamapps\common\half-life sdk\map files\01_test"
hlcsg v3.4 VL33 (Feb 2 2014)
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])
-= hlcsg Options =-
-console # : Set to 0 to turn off the pop-up console (default is 1)
-lang file : localization file
-nowadtextures : include all used textures into bsp
-wadinclude file : place textures used from wad specified into bsp
-noclip : don't create clipping hull
-clipeconomy : turn clipnode economy mode on
-cliptype value : set to smallest, normalized, simple, precise, or legacy (default)
-nullfile file : specify list of entities to retexture with NULL
-onlyents : do an entity update from .map to .bsp
-noskyclip : disable automatic clipping of SKY brushes
-tiny # : minmum brush face surface area before it is discarded
-brushunion # : threshold to warn about overlapping brushes
-hullfile file : Reads in custom collision hull dimensions
-wadcfgfile file : wad configuration file
-wadconfig name : use the old wad configuration approach (select a group from wad.cfg)
-texdata # : Alter maximum texture memory limit (in kb)
-lightdata # : Alter maximum lighting memory limit (in kb)
-chart : display bsp statitics
-low | -high : run program an altered priority level
-nolog : don't generate the compile logfiles
-noresetlog : Do not delete log file
-threads # : manually specify the number of threads to run
-estimate : display estimated time during compile
-verbose : compile with verbose messages
-noinfo : Do not show tool configuration information
-nonulltex : Turns off null texture stripping
-nonullifytrigger: don't remove 'aaatrigger' texture
-nolightopt : don't optimize engine light entities
-notextconvert : don't convert game_text message to UTF8 format
-dev # : compile with developer message
-wadautodetect : Force auto-detection of wadfiles
-scale # : Scale the world. Use at your own risk.
mapfile : The mapfile to compile
** Executing...
** Command: D:\Games\Steam\steamapps\common\Half-Life SDK\tools\hlbsp.exe
** Parameters: "d:\games\steam\steamapps\common\half-life sdk\map files\01_test"
Unknown option "d:\games\steam\steamapps\common\half-life sdk\map files\01_test"
hlbsp v3.4 VL33 (Feb 2 2014)
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])
-= hlbsp Options =-
-console # : Set to 0 to turn off the pop-up console (default is 1)
-lang file : localization file
-leakonly : Run BSP only enough to check for LEAKs
-subdivide # : Sets the face subdivide size
-maxnodesize # : Sets the maximum portal node size
-notjunc : Don't break edges on t-junctions (not for final runs)
-nobrink : Don't smooth brinks (not for final runs)
-noclip : Don't process the clipping hull (not for final runs)
-nofill : Don't fill outside (will mask LEAKs) (not for final runs)
-noinsidefill : Don't fill empty spaces
-noopt : Don't optimize planes on BSP write (not for final runs)
-noclipnodemerge: Don't optimize clipnodes
-texdata # : Alter maximum texture memory limit (in kb)
-lightdata # : Alter maximum lighting memory limit (in kb)
-chart : display bsp statitics
-low | -high : run program an altered priority level
-nolog : don't generate the compile logfiles
-threads # : manually specify the number of threads to run
-estimate : display estimated time during compile
-nonulltex : Don't strip NULL faces
-nohull2 : Don't generate hull 2 (the clipping hull for large monsters and pushables)
-viewportal : Show portal boundaries in 'mapname_portal.pts' file
-verbose : compile with verbose messages
-noinfo : Do not show tool configuration information
-dev # : compile with developer message
mapfile : The mapfile to compile
** Executing...
** Command: D:\Games\Steam\steamapps\common\Half-Life SDK\tools\hlvis.exe
** Parameters: "d:\games\steam\steamapps\common\half-life sdk\map files\01_test"
Unknown option "d:\games\steam\steamapps\common\half-life sdk\map files\01_test"
hlvis v3.4 VL33 (Feb 2 2014)
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])
-= hlvis Options =-
-console # : Set to 0 to turn off the pop-up console (default is 1)
-lang file : localization file
-full : Full vis
-fast : Fast vis
-texdata # : Alter maximum texture memory limit (in kb)
-lightdata # : Alter maximum lighting memory limit (in kb)
-chart : display bsp statitics
-low | -high : run program an altered priority level
-nolog : don't generate the compile logfiles
-threads # : manually specify the number of threads to run
-estimate : display estimated time during compile
-maxdistance # : Alter the maximum distance for visibility
-verbose : compile with verbose messages
-noinfo : Do not show tool configuration information
-dev # : compile with developer message
mapfile : The mapfile to compile
** Executing...
** Command: D:\Games\Steam\steamapps\common\Half-Life SDK\tools\hlrad_x64.exe
** Parameters: "d:\games\steam\steamapps\common\half-life sdk\map files\01_test"
Unknown option "d:\games\steam\steamapps\common\half-life sdk\map files\01_test"
hlrad v3.4 VL33 64-bit (Feb 2 2014)
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])
-= hlrad Options =-
-console # : Set to 0 to turn off the pop-up console (default is 1)
-lang file : localization file
-waddir folder : Search this folder for wad files.
-fast : Fast rad
-vismatrix value: Set vismatrix method to normal, sparse or off .
-extra : Improve lighting quality by doing 9 point oversampling
-bounce # : Set number of radiosity bounces
-ambient r g b : Set ambient world light (0.0 to 1.0, r g b)
-limiter # : Set light clipping threshold (-1=None)
-circus : Enable 'circus' mode for locating unlit lightmaps
-nospread : Disable sunlight spread angles for this compile
-nopaque : Disable the opaque zhlt_lightflags for this compile
-smooth # : Set smoothing threshold for blending (in degrees)
-smooth2 # : Set smoothing threshold between different textures
-chop # : Set radiosity patch size for normal textures
-texchop # : Set radiosity patch size for texture light faces
-notexscale : Do not scale radiosity patches with texture scale
-coring # : Set lighting threshold before blackness
-dlight # : Set direct lighting threshold
-nolerp : Disable radiosity interpolation, nearest point instead
-fade # : Set global fade (larger values = shorter lights)
-scale # : Set global light scaling value
-gamma # : Set global gamma value
-sky # : Set ambient sunlight contribution in the shade outside
-lights file : Manually specify a lights.rad file to use
-noskyfix : Disable light_environment being global
-incremental : Use or create an incremental transfer list file
-dump : Dumps light patches to a file for hlrad debugging info
-texdata # : Alter maximum texture memory limit (in kb)
-lightdata # : Alter maximum lighting memory limit (in kb)
-chart : display bsp statitics
-low | -high : run program an altered priority level
-nolog : Do not generate the compile logfiles
-threads # : manually specify the number of threads to run
-estimate : display estimated time during compile
-verbose : compile with verbose messages
-noinfo : Do not show tool configuration information
-dev # : compile with developer message
-colourgamma r g b : Sets different gamma values for r, g, b
-colourscale r g b : Sets different lightscale values for r, g ,b
-colourjitter r g b : Adds noise, independent colours, for dithering
-jitter r g b : Adds noise, monochromatic, for dithering
-customshadowwithbounce : Enables custom shadows with bounce light
-rgbtransfers : Enables RGB Transfers (for custom shadows)
-minlight # : Minimum final light (integer from 0 to 255)
-compress # : compress tranfer ( 0=32bit 1=16bit 2=8bit )
-rgbcompress # : compress rgbtranfer ( 0=96bit 1=48bit 2=32bit 3=24bit )
-softsky # : Smooth skylight.(0=off 1=on)
-depth # : Thickness of translucent objects.
-blockopaque # : Remove the black areas around opaque entities.(0=off 1=on)
-notextures : Don't load textures.
-texreflectgamma # : Gamma that relates reflectivity to texture color bits.
-texreflectscale # : Reflectivity for 255-white texture.
-blur # : Enlarge lightmap sample to blur the lightmap.
-noemitterrange: Don't fix pointy texlights.
-nobleedfix : Don't fix wall bleeding problem for large blur value.
-drawpatch : Export light patch positions to file 'mapname_patch.pts'.
-drawsample x y z r : Export light sample positions in an area to file 'mapname_sample.pts'.
-drawedge : Export smooth edge positions to file 'mapname_edge.pts'.
-drawlerp : Show bounce light triangulation status.
-drawnudge : Show nudged samples.
-drawoverload : Highlight fullbright spots
mapfile : The mapfile to compile
** Executing...
** Command: Copy File
** Parameters: "d:\games\steam\steamapps\common\half-life sdk\map files\01_test.bsp" "D:\Games\Steam\steamapps\common\Half-Life\cstrike_downloads\maps\01_test.bsp"
The command failed. Windows reported the error:
"The system cannot find the file specified."
[/slide]
Solved, had to remove space char from compiler and maps path.
u better use batch compielr =D
my old tutorial :D
https://www.youtube.com/watch?v=BR6ci39QCZU
It really doesn't matter for me which compiler to use, I'm not going to make any maps, just want to test some things :d
yea :D well batch is more advanced but choose whatever u like :D
Game data files you should update http://www.speedyshare.com/8aHUs/counter-strike-SP.rar
On same location put this and change it in options of VHE. This file has more options in entity's.
GL ^ HF
Please log in to post replies.