PDA

View Full Version : Problem when compiling


redBadger
06-15-2009, 05:03 PM
When I try to compile, I get this:

** Executing...
** Command: "c:\program files\steam\steamapps\jmreedy916\sourcesdk\bin\ora ngebox\bin\vbsp.exe"
** Parameters: -game "c:\program files\steam\steamapps\jmreedy916\team fortress 2\tf" "C:\Program Files\Steam\steamapps\jmreedy916\sourcesdk_content \tf\mapsrc\cp_dustbowl_alpine"

Valve Software - vbsp.exe (May 19 2009)
4 threads
materialPath: c:\program files\steam\steamapps\jmreedy916\team fortress 2\tf\materials
Loading C:\Program Files\Steam\steamapps\jmreedy916\sourcesdk_content \tf\mapsrc\cp_dustbowl_alpine.vmf
Error: displacement found on a(n) func_detail entity - not supported (entity 2961, brush 0)


** Executing...
** Command: "c:\program files\steam\steamapps\jmreedy916\sourcesdk\bin\ora ngebox\bin\vvis.exe"
** Parameters: -game "c:\program files\steam\steamapps\jmreedy916\team fortress 2\tf" "C:\Program Files\Steam\steamapps\jmreedy916\sourcesdk_content \tf\mapsrc\cp_dustbowl_alpine"

Valve Software - vvis.exe (May 19 2009)
4 threads
reading c:\program files\steam\steamapps\jmreedy916\sourcesdk_content \tf\mapsrc\cp_dustbowl_alpine.bsp
Error opening c:\program files\steam\steamapps\jmreedy916\sourcesdk_content \tf\mapsrc\cp_dustbowl_alpine.bsp

** Executing...
** Command: "c:\program files\steam\steamapps\jmreedy916\sourcesdk\bin\ora ngebox\bin\vrad.exe"
** Parameters: -both -game "c:\program files\steam\steamapps\jmreedy916\team fortress 2\tf" "C:\Program Files\Steam\steamapps\jmreedy916\sourcesdk_content \tf\mapsrc\cp_dustbowl_alpine"

Valve Software - vrad.exe SSE (May 19 2009)

Valve Radiosity Simulator
4 threads
[Reading texlights from 'lights.rad']
[34 texlights parsed from 'lights.rad']

Loading c:\program files\steam\steamapps\jmreedy916\sourcesdk_content \tf\mapsrc\cp_dustbowl_alpine.bsp
Error opening c:\program files\steam\steamapps\jmreedy916\sourcesdk_content \tf\mapsrc\cp_dustbowl_alpine.bsp

** Executing...
** Command: Copy File
** Parameters: "C:\Program Files\Steam\steamapps\jmreedy916\sourcesdk_content \tf\mapsrc\cp_dustbowl_alpine.bsp" "c:\program files\steam\steamapps\jmreedy916\team fortress 2\tf\maps\cp_dustbowl_alpine.bsp"

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

Anyone know whats wrong?

redBadger
06-15-2009, 05:15 PM
At least read your own comp. log!

Displacements can't be tied to entities, untie it. (Ctrl + Shift + W)

How do I find it? (sorry, new to SDK)

Found it, but CTRL+SHIFT+W did't solve it

Zanpa
06-16-2009, 12:18 AM
cp_dustbowl_alpine

Here is your main error.

redBadger
06-16-2009, 04:56 AM
Here is your main error.

I was just experimenting. No need to be a ♥♥♥♥♥♥.

Punishment
06-16-2009, 06:55 AM
How do I find it? (sorry, new to SDK)

Found it, but CTRL+SHIFT+W did't solve it

You have to find the specific displacement(s) that's tied to an entity and move it to world. (CTRL + SHIFT + W). The easiest way to do this is to uncheck all of your automatic VisGroups, and only check the func_detail visgroup. Then look for any brushes that are displacements.

redBadger
06-16-2009, 07:22 AM
Okay, thanks, I think I got it :)

+rep