Error opening mapname: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
'''Error opening mapname.bsp'''
'''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.
The compiler can't find the *.bsp file of your map or it's corrupted. Your .bsp file was probably not created in the first place due to an error during the [[vbsp]] stage of compiling. If not, check the pathname.  With Hammer 4 and its auto-configuration settings, you generally do not need to worry about the copying procedures in the configurations.


[[Category:Compile Errors]]
[[Category:Compile Errors]]

Revision as of 21:53, 9 March 2006

Error opening mapname.bsp

The compiler can't find the *.bsp file of your map or it's corrupted. Your .bsp file was probably not created in the first place due to an error during the vbsp stage of compiling. If not, check the pathname. With Hammer 4 and its auto-configuration settings, you generally do not need to worry about the copying procedures in the configurations.