Error opening mapname: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (Add other cause)
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. 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.
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. Another common source of this problem is spaces in your map name - rename your map file or do a save as with a different name with no spaces.


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

Revision as of 20:46, 29 March 2008

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. Another common source of this problem is spaces in your map name - rename your map file or do a save as with a different name with no spaces.