BSP HELP
-
- Posts: 75
- Joined: Tue Jan 16, 2007 10:37 pm
BSP HELP
does anybody know how i can decompile a BSP file. I have matchstick BSP compiler and q3map2. but am having problems getting it to work.
-
- Posts: 75
- Joined: Tue Jan 16, 2007 10:37 pm
c:\programfiles\quake 3 arena\q3map_2.5.11_win32_*86\q3dm15.map.bsp"
"c:\programfiles\quake 3 arena\q3map_2.5.11_win32_*86\q3dm15.map.bsp
The file cannot be copied onto itself.
0 file<s> copied.
c:\>C:programfiles\quake 3 arena\q3map_2.5.11_win32_*86\q3map2.exe -convert -format map -v c:\programfiles\quake 3 arena\q3map_2.5.11_win32_*86\q3dm15.map.bsp
'c:\program' is not recognised as an internal or external command, operable program or batch file.
c:\>pause
"c:\programfiles\quake 3 arena\q3map_2.5.11_win32_*86\q3dm15.map.bsp
The file cannot be copied onto itself.
0 file<s> copied.
c:\>C:programfiles\quake 3 arena\q3map_2.5.11_win32_*86\q3map2.exe -convert -format map -v c:\programfiles\quake 3 arena\q3map_2.5.11_win32_*86\q3dm15.map.bsp
'c:\program' is not recognised as an internal or external command, operable program or batch file.
c:\>pause
The first error: you have to specify a new filename for the output file. it has to be a different filename to the bsp you're converting.
The second error: the command prompt you're using has a problem with you using spaces in folder paths. Shorten any folder name with a space to the 8-character dos-compliant name i.e. \program files\ becomes \PROGRA~1\.
Your problems seems to stem from usage of the command prompt rather than problems with the decompiling process itself.
The second error: the command prompt you're using has a problem with you using spaces in folder paths. Shorten any folder name with a space to the 8-character dos-compliant name i.e. \program files\ becomes \PROGRA~1\.
Your problems seems to stem from usage of the command prompt rather than problems with the decompiling process itself.
"Maybe you have some bird ideas. Maybe that’s the best you can do."
― Terry A. Davis
― Terry A. Davis
Not sure what all that other gibberish is, but you only need one line. You want to tell the batch file or command prompt where Q3map2 is located and execute it with the right switches, pointing to where your map is located:
[programpath]\q3map2.exe -convert -format map [bsppath]\mybsp.bsp
You don't need to rename program files to program~. Dos can't read anything longer than 8 characters, so "program files" is 5 characters too long. You need to abbreviate it when using DOS.
[programpath]\q3map2.exe -convert -format map [bsppath]\mybsp.bsp
You don't need to rename program files to program~. Dos can't read anything longer than 8 characters, so "program files" is 5 characters too long. You need to abbreviate it when using DOS.
[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
-
- Posts: 75
- Joined: Tue Jan 16, 2007 10:37 pm
-
- Posts: 75
- Joined: Tue Jan 16, 2007 10:37 pm
As Obsidian already said, no need to o that.ANIMAL1988 wrote:how can i rename programfiles?
Instead of using the ~ character and shorten it, you could also enclose the command in "s like so :
Code: Select all
C:\> cd "Program Files"
C:\Program Files\> "Some Dir With Spaces in Name\A Subdir\somecommand"
[color=#FFFFFF][url=http://maps.rcmd.org]my FPS maps[/url][/color]