• System cannot find the file specified
    2 replies, posted
i cannot compile my map as to i keep getting this stupid error. Here is the compile log: ** Executing... ** Command: "c:\program files\valve\steamapps\\sourcesdk\bin\orangebox\bin\vbsp.exe" ** Parameters: -game "c:\program files\valve\steamapps\\half-life 2 episode two\ep2" "C:\Program Files\Valve\steamapps\\garrysmod\garrysmod\maps\rp_FrostCity" Valve Software - vbsp.exe (May 19 2009) 2 threads materialPath: c:\program files\valve\steamapps\\half-life 2 episode two\ep2\materials Loading C:\Program Files\Valve\steamapps\\garrysmod\garrysmod\maps\rp_FrostCity.vmf ***need to set $abovewater for material dev/dev_water2_cheap ***need to set $abovewater for material dev/dev_water2_cheap Brush 11803: MAX_MAP_BRUSHSIDES Side 0 Texture: TOOLS/TOOLSNODRAW ** Executing... ** Command: "c:\program files\valve\steamapps\\sourcesdk\bin\orangebox\bin\vvis.exe" ** Parameters: -game "c:\program files\valve\steamapps\\half-life 2 episode two\ep2" "C:\Program Files\Valve\steamapps\\garrysmod\garrysmod\maps\rp_FrostCity" Valve Software - vvis.exe (May 19 2009) 2 threads reading c:\program files\valve\steamapps\\garrysmod\garrysmod\maps\rp_FrostCity.bsp Error opening c:\program files\valve\steamapps\\garrysmod\garrysmod\maps\rp_FrostCity.bsp ** Executing... ** Command: "c:\program files\valve\steamapps\\sourcesdk\bin\orangebox\bin\vrad.exe" ** Parameters: -both -game "c:\program files\valve\steamapps\\half-life 2 episode two\ep2" "C:\Program Files\Valve\steamapps\\garrysmod\garrysmod\maps\rp_FrostCity" Valve Software - vrad.exe SSE (May 19 2009) Valve Radiosity Simulator 2 threads [Reading texlights from 'lights.rad'] [48 texlights parsed from 'lights.rad'] Loading c:\program files\valve\steamapps\\garrysmod\garrysmod\maps\rp_FrostCity.bsp Error opening c:\program files\valve\steamapps\\garrysmod\garrysmod\maps\rp_FrostCity.bsp ** Executing... ** Command: Copy File ** Parameters: "C:\Program Files\Valve\steamapps\\garrysmod\garrysmod\maps\rp_FrostCity.bsp" "c:\program files\valve\steamapps\\half-life 2 episode two\ep2\maps\rp_FrostCity.bsp" The command failed. Windows reported the error: "The system cannot find the file specified." I have tried interlopers error page and it tells me i hit the maximum brush limit which is 65000. but the max brushs i have in my map is 11000. so i don't know what the problem is here.
[code]Brush 11803: MAX_MAP_BRUSHSIDES Side 0 Texture: TOOLS/TOOLSNODRAW[/code] This error is crashing the compile. The map has too many brush sides. The brush limit is 8192 while the brush side/face limit is 65536. The brush number in the compile log is not good indicator of how many brush faces exist in a map. For a more exact number, check Map / Show Information.
thanks. will check it out and let you know.
Sorry, you need to Log In to post a reply to this thread.