Hammer map compile issues

  • Thread starter Thread starter Sabrenoose
  • Start date Start date
S

Sabrenoose

Guest
I have been trying to launch a map from hammer, and its getting stuck with converting the map to a bsp, here is the report.


** Executing...
** Command: "c:\program files\steam\steamapps\sabrenoose\sourcesdk\bin\vbsp.exe"
** Parameters: -game "c:\program files\steam\steamapps\SourceMods\Testmod" "c:\program files\steam\steamapps\sourcemods\testmod\mapsrc\test"

Valve Software - vbsp.exe (Dec 11 2006)
1 threads
materialPath: c:\program files\steam\steamapps\SourceMods\Testmod\materials
Loading c:\program files\steam\steamapps\sourcemods\testmod\mapsrc\test.vmf
fixing up env_cubemap materials on brush sides...
Creating default cubemaps for env_cubemap using skybox materials:
skybox/sky_day01_01*.vmt
Run buildcubemaps in the engine to get the correct cube maps.

No such variable "$hdrbasetexture" for material "skybox/sky_day01_01rt"
Can't load skybox file skybox/sky_day01_01 to build the default cubemap!
Finding displacement neighbors...
Finding lightmap sample positions...
Displacement Alpha : 0...1...2...3...4...5...6...7...8...9...10
Building Physics collision data...
done (0) (16 bytes)

** Executing...
** Command: "c:\program files\steam\steamapps\sabrenoose\sourcesdk\bin\vvis.exe"
** Parameters: -game "c:\program files\steam\steamapps\SourceMods\Testmod" "c:\program files\steam\steamapps\sourcemods\testmod\mapsrc\test"

Valve Software - vvis.exe (May 22 2006)
1 threads
reading c:\program files\steam\steamapps\sourcemods\testmod\mapsrc\test.bsp
Error opening c:\program files\steam\steamapps\sourcemods\testmod\mapsrc\test.bsp

** Executing...
** Command: "c:\program files\steam\steamapps\sabrenoose\sourcesdk\bin\vrad.exe"
** Parameters: -game "c:\program files\steam\steamapps\SourceMods\Testmod" "c:\program files\steam\steamapps\sourcemods\testmod\mapsrc\test"

Valve Software - vrad.exe SSE (May 22 2006)
----- Radiosity Simulator ----
1 threads
[Reading texlights from 'lights.rad']
[45 texlights parsed from 'lights.rad']

Loading c:\program files\steam\steamapps\sourcemods\testmod\mapsrc\test.bsp
Error opening c:\program files\steam\steamapps\sourcemods\testmod\mapsrc\test.bsp

** Executing...
** Command: Copy File
** Parameters: "c:\program files\steam\steamapps\sourcemods\testmod\mapsrc\test.bsp" "c:\program files\steam\steamapps\sabrenoose\half-life 2\hl2\maps\test.bsp"

The command failed. Windows reported the error:
"The system cannot find the file specified."




I have tried rearranging the configuration settings inside of hammer, but its awkward to know where i actually need to point to, as all the guides on the net have the standard set up, rather than for a mod (just a test in my case).

Here is my configuration:
47602836vz8.jpg

99865037po3.jpg


anyone got any ideas where i am going wrong?
Cheers for the help guys, i really appreciate it.
 
Valve Software - vvis.exe (May 22 2006)
1 threads
reading c:\program files\steam\steamapps\sourcemods\testmod\mapsrc\test.bsp
Error opening c:\program files\steam\steamapps\sourcemods\testmod\mapsrc\test.bsp

that would be where to start looking... sleepy will check tommroow
 
Yes, well hammer saves as VMF files i believe so that file should exist after hammer processes the VMF to a bsp file, which it obviously isnt doing. Thanks for your input dude
 
Back
Top