Author Topic: BSP: Starting for multiple games?  (Read 2138 times)

Apocalypse

  • Autococker
  • Posts: 1463
BSP: Starting for multiple games?
« on: August 21, 2007, 08:11:25 AM »
Hey guys using the old version not 96b (I can't it working) to have it open and ask which game you want to go under for eample I'm currently making maps for Crimson Elite also and I have to go in and modify the bsp.cfg to use a different one. Also I'm getting an error whenever I try to export it says 'paintball is not recognized as an internal or external command and then if I press a key again it just closes it.
« Last Edit: August 21, 2007, 09:03:11 AM by Apocalypse »

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: BSP: Starting for multiple games?
« Reply #1 on: August 21, 2007, 10:00:12 AM »
Edit the batch files. Put ".exe" on the end of the "paintball" (assuming that is the name of the Crimson Elite executable).

Cobo

  • Autococker
  • Posts: 1362
Re: BSP: Starting for multiple games?
« Reply #2 on: August 21, 2007, 01:09:02 PM »
To add more games simply create a folder and put the game.ini in it.
You should be able to just copy paste the paintball folder and edit whats nessesary.

Apocalypse

  • Autococker
  • Posts: 1463
Re: BSP: Starting for multiple games?
« Reply #3 on: August 22, 2007, 09:05:13 AM »
No I already have the Crimson Elite folder is there anyway to make it so I don't have to change the bsp.cfg everytime I want to open a different one.

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: BSP: Starting for multiple games?
« Reply #4 on: August 22, 2007, 09:55:08 AM »
The bsp.cfg is for general stuff. Use the game.cfg fle for more game-specific stuff.

Apocalypse

  • Autococker
  • Posts: 1463
Re: BSP: Starting for multiple games?
« Reply #5 on: August 22, 2007, 04:40:21 PM »
I get an error and it starts saying writing C:\Documents and Settings\CINJO\My Documents\bsp\elite\quake2\elite\mapfiles\<what ever I try to export>.prt
C:\Documents and Settings\CINJO\My Documents\bsp\elite\quake2\elite\mapfiles\<what ever I try to export>.bsp
3 seconds elapsed

C:\Documents and Settings\CINJO\My Documents\bsp\elite\quake2\elite\mapfiles>call compliers\runmap <whatever I try to export>
A subdirectory C:\Documents already exists
Error occured while processing: C:\Documents.
A subdirectory or file C:\Documentns already exists.
A subdirectory and already exists
A subdirectory or file and already exists
Error occured while processing: and.
Then it repeats this over and over again as different words where there is a space.
C:\Documents and Settings\CINJO\My Documents\bsp\elite\quake2\elite\mapfiles>copy <whatever I try to export>.bsp
C:\Documents and Settings\CINJO\My Documents\Crimson Elite\elite\maps\inprogress
the syntax of the command is incorrect.
C:\Documents and Settings\CINJO\My Documents\bsp\elite\quake2\elite\mapfiles>c:
C:\Documents and Settings\CINJO\My Documents\Crimson Elite>cd\Documents and Settings\CINJO\My Documents\Crimson Elite
C:\Documents and Settings\CINJO\My Documents\Crimson Elite>pause
press any key to continue...
then when I press a key

C:\Documents and Settings\CINJO\My Documents\Crimson Elite>Crimson Elite +map inprogress <whatever I try to export>.bsp

'Crimson Elite' is not recognized as an internal or external command, operable program or batch file.
C:\Documents and Settings\CINJO\My Documents\Crimson Elite>pause
press any key to continue...
then when I press a key it closes.
I don't know about you but it seems pretty repetitiuve and doesn't make much sense to me.

Cobo

  • Autococker
  • Posts: 1362
Re: BSP: Starting for multiple games?
« Reply #6 on: August 22, 2007, 07:45:24 PM »
I get an error and it starts saying writing C:\Documents and Settings\CINJO\My Documents\bsp\elite\quake2\elite\mapfiles\<what ever I try to export>.prt
C:\Documents and Settings\CINJO\My Documents\bsp\elite\quake2\elite\mapfiles\<what ever I try to export>.bsp
3 seconds elapsed

C:\Documents and Settings\CINJO\My Documents\bsp\elite\quake2\elite\mapfiles>call compliers\runmap <whatever I try to export>
A subdirectory C:\Documents already exists
Error occured while processing: C:\Documents.
A subdirectory or file C:\Documentns already exists.
A subdirectory and already exists
A subdirectory or file and already exists
Error occured while processing: and.
Then it repeats this over and over again as different words where there is a space.
C:\Documents and Settings\CINJO\My Documents\bsp\elite\quake2\elite\mapfiles>copy <whatever I try to export>.bsp
C:\Documents and Settings\CINJO\My Documents\Crimson Elite\elite\maps\inprogress
the syntax of the command is incorrect.
C:\Documents and Settings\CINJO\My Documents\bsp\elite\quake2\elite\mapfiles>c:
C:\Documents and Settings\CINJO\My Documents\Crimson Elite>cd\Documents and Settings\CINJO\My Documents\Crimson Elite
C:\Documents and Settings\CINJO\My Documents\Crimson Elite>pause
press any key to continue...
then when I press a key

C:\Documents and Settings\CINJO\My Documents\Crimson Elite>Crimson Elite +map inprogress <whatever I try to export>.bsp

'Crimson Elite' is not recognized as an internal or external command, operable program or batch file.
C:\Documents and Settings\CINJO\My Documents\Crimson Elite>pause
press any key to continue...
then when I press a key it closes.
I don't know about you but it seems pretty repetitiuve and doesn't make much sense to me.
The prt thing is a leak, I think.

Apocalypse

  • Autococker
  • Posts: 1463
Re: BSP: Starting for multiple games?
« Reply #7 on: August 23, 2007, 08:14:14 AM »
Yeah I still should be able to export it though.

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: BSP: Starting for multiple games?
« Reply #8 on: August 23, 2007, 08:34:56 AM »
put ".exe" on the end of the "crimson elite" making it:

Quote
C:\Documents and Settings\CINJO\My Documents\Crimson Elite>Crimson Elite.exe +map inprogress <whatever I try to export>.bsp

Apocalypse

  • Autococker
  • Posts: 1463
Re: BSP: Starting for multiple games?
« Reply #9 on: August 23, 2007, 02:14:27 PM »
put ".exe" on the end of the "crimson elite" making it:

Quote
C:\Documents and Settings\CINJO\My Documents\Crimson Elite>Crimson Elite.exe +map inprogress <whatever I try to export>.bsp
Still happens.

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: BSP: Starting for multiple games?
« Reply #10 on: August 23, 2007, 10:00:00 PM »
Quotes. The file name has a space in it. Try putting Crimson Elite.exe in quotes (not the "+map..." part).

Apocalypse

  • Autococker
  • Posts: 1463
Re: BSP: Starting for multiple games?
« Reply #11 on: August 24, 2007, 08:27:46 AM »
Opens the game now but this happens
Code: [Select]
Can't find maps\inprogress\ <whatever I try to export>.bspMost likely from the other errors.

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: BSP: Starting for multiple games?
« Reply #12 on: August 24, 2007, 10:14:52 AM »
Is the map name one word? If not, put an underscore in it where the space is.

Apocalypse

  • Autococker
  • Posts: 1463
Re: BSP: Starting for multiple games?
« Reply #13 on: August 25, 2007, 07:14:05 AM »
The map name is one word the problem is with the spaces in the location as it splits them into seperate folders but it works fine with spaces in Paintball.