Problems Translating Map CS/DM Created 17 years ago2007-07-05 07:56:30 UTC by TheElzar TheElzar

Created 17 years ago2007-07-05 07:56:30 UTC by TheElzar TheElzar

Posted 17 years ago2007-07-05 07:56:30 UTC Post #227425
I'm attempting to translate a map I originally worked on for CS:S into a HL2:DM map...

However, I'm encountering a few issues...

Aside from the obvious things like fixing textures that don't exist in HL2:DM and removing or replacing entities that don't exist (along with certain flags)...I'm sure there are some issues that I'm missing...

When trying to compile I get this
** Executing...
** Command: "c:program filessteamsteamappscleophus221sourcesdkbinvbsp.exe"
** Parameters: -game "c:program filessteamsteamappscleophus221half-life 2 deathmatchhl2mp" "C:Program FilesSteamsteamappscleophus221sourcesdk_contenthl2mpmapsrcsp_SAW_v1"

Valve Software - vbsp.exe (Dec 11 2006)
1 threads
materialPath: c:program filessteamsteamappscleophus221half-life 2 deathmatchhl2mpmaterials
Loading C:Program FilesSteamsteamappscleophus221sourcesdk_contenthl2mpmapsrcsp_SAW_v1.vmf
Error: displacement found on a(n) func_detail entity - not supported

** Executing...
** Command: "c:program filessteamsteamappscleophus221sourcesdkbinvvis.exe"
** Parameters: -game "c:program filessteamsteamappscleophus221half-life 2 deathmatchhl2mp" "C:Program FilesSteamsteamappscleophus221sourcesdk_contenthl2mpmapsrcsp_SAW_v1"

Valve Software - vvis.exe (May 22 2006)
1 threads
reading c:program filessteamsteamappscleophus221sourcesdk_contenthl2mpmapsrcsp_SAW_v1.bsp
Error opening c:program filessteamsteamappscleophus221sourcesdk_contenthl2mpmapsrcsp_SAW_v1.bsp

** Executing...
** Command: "c:program filessteamsteamappscleophus221sourcesdkbinvrad.exe"
** Parameters: -game "c:program filessteamsteamappscleophus221half-life 2 deathmatchhl2mp" "C:Program FilesSteamsteamappscleophus221sourcesdk_contenthl2mpmapsrcsp_SAW_v1"

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 filessteamsteamappscleophus221sourcesdk_contenthl2mpmapsrcsp_SAW_v1.bsp
Error opening c:program filessteamsteamappscleophus221sourcesdk_contenthl2mpmapsrcsp_SAW_v1.bsp

** Executing...
** Command: Copy File
** Parameters: "C:Program FilesSteamsteamappscleophus221sourcesdk_contenthl2mpmapsrcsp_SAW_v1.bsp" "c:program filessteamsteamappscleophus221half-life 2 deathmatchhl2mpmapssp_SAW_v1.bsp"

The command failed. Windows reported the error:
"The system cannot find the file specified."
I'm assuming it has something to do with where the files are saved, but I can't seem to pinpoint what needs to go where...

Any help would be appreciated! :aggrieved:

EDIT:

Nevermind, I'm an idiot...I somehow had a displacement tied to func_detail...

I swear I never see these things in my log until I post them...
Posted 17 years ago2007-07-05 07:59:32 UTC Post #227426
Error: displacement found on a(n) func_detail entity - not supported

Basically says that you have displacement surface tied to a func_detail entity, which is not allowed. Find the displacement, select it, click the ToWorld button.
You must be logged in to post a response.