Error opening mapname: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


The compiler can't find the *.bsp file of your map or it's corrupted. Probably the *.bsp wasn't created by vbsp because of an error. If not check the pathname.  With the new SourceSDK and its auto-configuration settings, you generally would not need to worry about the copying procedures in the configurations.
The compiler can't find the *.bsp file of your map or it's corrupted. Probably the *.bsp wasn't created by vbsp because of an error. If not check the pathname.  With the new SourceSDK and its auto-configuration settings, you generally would not need to worry about the copying procedures in the configurations.
[[Category:Compile Errors]]

Revision as of 20:07, 7 February 2006

Error opening mapname.bsp

The compiler can't find the *.bsp file of your map or it's corrupted. Probably the *.bsp wasn't created by vbsp because of an error. If not check the pathname. With the new SourceSDK and its auto-configuration settings, you generally would not need to worry about the copying procedures in the configurations.