Rmf Mapping Screw-up?
Recoup
Join Date: 2004-04-25 Member: 28195Members
<div class="IPBDescription">Program Error</div> Recently I got my RMF directory set up to a new spot in my Steam Folder, with the designation being:
C:\Valve\Steam\ns_maps
Now, I just recently saved my map, an RMF into the directory... and it of course looked like this:
C:\Valve\Steam\ns_maps\first_map.rmf
Now, when I run the Run command, it loads up and says "Error: Cannot Find File", and the logs look like this:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
** Executing...
** Command: C:\PROGRA~1\VALVEH~1\tools\hlcsg.exe
** Parameters: c:\valve\steam\ns_maps\FIRST_~1
** Executing...
** Command: C:\PROGRA~1\VALVEH~1\tools\hlbsp.exe
** Parameters: c:\valve\steam\ns_maps\FIRST_~1
** Executing...
** Command: C:\PROGRA~1\VALVEH~1\tools\hlvis.exe
** Parameters: c:\valve\steam\ns_maps\FIRST_~1
** Executing...
** Command: C:\PROGRA~1\VALVEH~1\tools\hlrad.exe
** Parameters: c:\valve\steam\ns_maps\FIRST_~1
** Executing...
** Command: Copy File
** Parameters: "c:\valve\steam\ns_maps\first_map.bsp" "C:\Valve\Steam\SteamApps\recoup\half-life\nsp\maps\first_map.bsp"
The command failed. Windows reported the error:
"The system cannot find the file specified."
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Me and belgarion tried everything and nothing worked. We checklisted every other setting and the directories are the same but it seems the program doesnt like it.
C:\Valve\Steam\ns_maps
Now, I just recently saved my map, an RMF into the directory... and it of course looked like this:
C:\Valve\Steam\ns_maps\first_map.rmf
Now, when I run the Run command, it loads up and says "Error: Cannot Find File", and the logs look like this:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
** Executing...
** Command: C:\PROGRA~1\VALVEH~1\tools\hlcsg.exe
** Parameters: c:\valve\steam\ns_maps\FIRST_~1
** Executing...
** Command: C:\PROGRA~1\VALVEH~1\tools\hlbsp.exe
** Parameters: c:\valve\steam\ns_maps\FIRST_~1
** Executing...
** Command: C:\PROGRA~1\VALVEH~1\tools\hlvis.exe
** Parameters: c:\valve\steam\ns_maps\FIRST_~1
** Executing...
** Command: C:\PROGRA~1\VALVEH~1\tools\hlrad.exe
** Parameters: c:\valve\steam\ns_maps\FIRST_~1
** Executing...
** Command: Copy File
** Parameters: "c:\valve\steam\ns_maps\first_map.bsp" "C:\Valve\Steam\SteamApps\recoup\half-life\nsp\maps\first_map.bsp"
The command failed. Windows reported the error:
"The system cannot find the file specified."
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Me and belgarion tried everything and nothing worked. We checklisted every other setting and the directories are the same but it seems the program doesnt like it.
Comments
C:\Valve\Steam\ns_maps
Now, I just recently saved my map, an RMF into the directory... and it of course looked like this:
C:\Valve\Steam\ns_maps\first_map.rmf
Now, when I run the Run command, it loads up and says "Error: Cannot Find File", and the logs look like this:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
** Executing...
** Command: C:\PROGRA~1\VALVEH~1\tools\hlcsg.exe
** Parameters: c:\valve\steam\ns_maps\FIRST_~1
** Executing...
** Command: C:\PROGRA~1\VALVEH~1\tools\hlbsp.exe
** Parameters: c:\valve\steam\ns_maps\FIRST_~1
** Executing...
** Command: C:\PROGRA~1\VALVEH~1\tools\hlvis.exe
** Parameters: c:\valve\steam\ns_maps\FIRST_~1
** Executing...
** Command: C:\PROGRA~1\VALVEH~1\tools\hlrad.exe
** Parameters: c:\valve\steam\ns_maps\FIRST_~1
** Executing...
** Command: Copy File
** Parameters: "c:\valve\steam\ns_maps\first_map.bsp" "C:\Valve\Steam\SteamApps\recoup\half-life\nsp\maps\first_map.bsp"
The command failed. Windows reported the error:
"The system cannot find the file specified."
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Me and belgarion tried everything and nothing worked. We checklisted every other setting and the directories are the same but it seems the program doesnt like it. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
There are two things you should try -- if you're using one of my builds earlier than p13, upgrade to p13 so you'll have the correct DLLs for the programs to run without crashing.
Once that's done, you should also check the "Use Long Filenames" checkbox for each step in the Run Dialog.
For some reason, it still doesnt detect the file. Here is the log entry:
** Executing...
** Command: C:\PROGRA~1\VALVEH~1\tools\hlcsg.exe
** Parameters: "c:\valve\steam\ns_maps\first_map"
** Executing...
** Command: C:\PROGRA~1\VALVEH~1\tools\hlbsp.exe
** Parameters: c:\valve\steam\ns_maps\FIRST_~1
** Executing...
** Command: C:\PROGRA~1\VALVEH~1\tools\hlvis.exe
** Parameters: c:\valve\steam\ns_maps\FIRST_~1
** Executing...
** Command: C:\PROGRA~1\VALVEH~1\tools\hlrad.exe
** Parameters: c:\valve\steam\ns_maps\FIRST_~1
** Executing...
** Command: Copy File
** Parameters: "c:\valve\steam\ns_maps\first_map.bsp" "C:\Valve\Steam\SteamApps\recoup\half-life\nsp\maps\first_map.bsp"
The command failed. Windows reported the error:
"The system cannot find the file specified."
** Executing...
** Command: C:\Valve\Steam\Steam.exe
** Parameters: -applaunch 70 -game nsp -console -dev +map FIRST_~1
If you have the latest copy, there should be msvc71 runtime dlls in your tools directory. These are required--if they're missing, redownload and extract the entire zip into your tools directory.
If that's not the problem, the tool paths you're using look strange to me -- the typical install directory would be "C:/Program Files/Valve/Half-Life" which would become "C:\PROGRA~1\VALVE\HALFLI~1" when using the DOS name, but you seem to have valve and half-life marked as a single directory (VALVEH~1) which may be the problem. Double-check that you've set the tool locations correctly, and use the long filenames for tool paths if possible.