System cannot find file specified error: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{lang|system cannot find file specified error|title=System Cannot Find File Specified}}
[[Category:Source SDK FAQ]]
[[Category:Hammer]]
# Ensure that your saved map name does not have any spaces.
# Ensure that your saved map name does not have any spaces.
#* You can select File -> Save As and resave the file replacing underscores with spaces.
#* You can select File -> Save As and resave the file replacing underscores with spaces.
# Try deleting or renaming the partially compiled bsp in your mapsrc directory.  The compile tools are not always able to properly overwrite an existing bsp with the same name.
# Try deleting or renaming the partially compiled bsp in your mapsrc directory.  The compile tools are not always able to properly overwrite an existing bsp with the same name.

Latest revision as of 11:53, 10 November 2022

English (en)Русский (ru)Translate (Translate)
  1. Ensure that your saved map name does not have any spaces.
    • You can select File -> Save As and resave the file replacing underscores with spaces.
  2. Try deleting or renaming the partially compiled bsp in your mapsrc directory. The compile tools are not always able to properly overwrite an existing bsp with the same name.