Page 1 of 1
AAS help please..
Posted: Thu Apr 29, 2010 5:54 am
by skinNCNmaster
bspc -bsp2aas C:\Program Files\Quake III Arena\baseq3\maps\gtctf4te.bsp -forcesidesvisible -reach -optimize
Code: Select all
Opened log bspc.log
BSPC version 2.1h, May 6 2001 16:15:03 by Mr Elusive
forcesidesvisible = true
optimize = true
no files found
BSPC run time is 0 seconds
Closed log bspc.log
no files found? could this have something to do with the spaces in the address?
bspc is in quake iii arena\ and cmd is path'd there for the command to launch bspc...
Re: AAS help please..
Posted: Thu Apr 29, 2010 6:16 am
by Delirium
wrap the path in quotation marks "like so"
Re: AAS help please..
Posted: Thu Apr 29, 2010 6:45 am
by Noruen
Maybe spaces in adress are wrong
Re: AAS help please..
Posted: Thu Apr 29, 2010 7:39 am
by fKd
"C:\Program Files\GtkRadiant 1.5.0\bspc.exe" -optimize -bsp2aas "C:\Stuff\Games\Quake III Arena\baseq3\maps\q3ctfp13newclip.bsp"
Re: AAS help please..
Posted: Thu Apr 29, 2010 2:57 pm
by skinNCNmaster
when wrapped in quotes..
Code: Select all
C:\Program Files\Quake III Arena>"bspc -bsp2aas C:\Program Files\Quake III Arena
\baseq3\maps\gtctf4te.bsp -forcesidesvisible -reach -optimize"
The filename, directory name, or volume label syntax is incorrect.
Re: AAS help please..
Posted: Thu Apr 29, 2010 3:08 pm
by Silicone_Milk
like this:
bspc -bsp2aas "C:\program files\quake iii arena\baseq3\maps\gtctf4te.bsp" -forcesidesvisible -reach -optimize
the command prompt doesn't like spaces very much and it ends a string of text at the next whitespace. So, the argument that specifies the file location needs to be wrapped in quotes to tell it "I want all of this, spaces included". Otherwise it thinks you're trying to run -bsp2aas on C:\program
Re: AAS help please..
Posted: Thu Apr 29, 2010 3:37 pm
by skinNCNmaster
thanks

working now.. wow though.. dumbest bots ever..
im pretty sure i used to have a strong compile string.. which switches do you guys put?
im off to botclip the groo into this .map
Re: AAS help please..
Posted: Thu Apr 29, 2010 5:48 pm
by skinNCNmaster
okay heres the string im inputing:
Code: Select all
"C:\Program Files\Quake III Arena\bspc.exe" -optimize -reach -breadthfirst -bsp2aas "C:\Program Files\Quake III Arena\baseq3\maps\gtctf4te.bsp"
the aas compiles but the bots stand around dumb when they enter gametype 4, they swing to face in a direction and then stand there, if i shoot them they will try to fight me a little but for the most part wander up to a wall and stare..
Re: AAS help please..
Posted: Thu Apr 29, 2010 5:52 pm
by Silicone_Milk
you forgot the most important flag: "-forcesidesvisible"
Re: AAS help please..
Posted: Thu Apr 29, 2010 6:01 pm
by skinNCNmaster
thanks milk
so i compiled with:
Code: Select all
"C:\Program Files\Quake III Arena\bspc.exe" -optimize -forcesidesvisible -reach -breadthfirst -bsp2aas "C:\Program Files\Quake III Arena\baseq3\maps\gtctf4te.bsp"
same bots... standing still when enter, and spawns are not embedded in brushes.
Re: AAS help please..
Posted: Fri Apr 30, 2010 12:02 am
by skinNCNmaster
cancel that.. got rid of the optimize and now the bots play pro... though the items are causing them to forget the flag is top of the get list...
soo thank you and issue closed.
Re: AAS help please..
Posted: Sat May 15, 2010 1:33 pm
by monaster
If you still want to use the "optimize"-string, you might want to place some weapons and other items here and there, if you haven't done that already; without any items worth of being picked up there will never be any bot moving his ass with the exception of being shot at or directly seeing another bot/player.