AAS help please..

Discussion for Level editing, modeling, programming, or any of the other technical aspects of Quake
Post Reply
skinNCNmaster
Posts: 344
Joined: Wed Jan 29, 2003 8:00 am

AAS help please..

Post 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...
Delirium
Posts: 102
Joined: Mon Apr 27, 2009 10:05 am

Re: AAS help please..

Post by Delirium »

wrap the path in quotation marks "like so"
[url=http://gotdelirium.com/][img]http://www.gotdelirium.com/stuff/gdd.png[/img][/url]
Noruen
Posts: 308
Joined: Thu Jan 28, 2010 11:45 pm

Re: AAS help please..

Post by Noruen »

Maybe spaces in adress are wrong
fKd
Posts: 2478
Joined: Sat Jun 03, 2006 2:54 am
Location: Wellington
Contact:

Re: AAS help please..

Post by fKd »

"C:\Program Files\GtkRadiant 1.5.0\bspc.exe" -optimize -bsp2aas "C:\Stuff\Games\Quake III Arena\baseq3\maps\q3ctfp13newclip.bsp"
skinNCNmaster
Posts: 344
Joined: Wed Jan 29, 2003 8:00 am

Re: AAS help please..

Post 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.
Silicone_Milk
Posts: 2237
Joined: Sat Mar 12, 2005 10:49 pm

Re: AAS help please..

Post 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
skinNCNmaster
Posts: 344
Joined: Wed Jan 29, 2003 8:00 am

Re: AAS help please..

Post by skinNCNmaster »

thanks :D 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
skinNCNmaster
Posts: 344
Joined: Wed Jan 29, 2003 8:00 am

Re: AAS help please..

Post 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..
Silicone_Milk
Posts: 2237
Joined: Sat Mar 12, 2005 10:49 pm

Re: AAS help please..

Post by Silicone_Milk »

you forgot the most important flag: "-forcesidesvisible"
skinNCNmaster
Posts: 344
Joined: Wed Jan 29, 2003 8:00 am

Re: AAS help please..

Post by skinNCNmaster »

thanks milk :D

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.
skinNCNmaster
Posts: 344
Joined: Wed Jan 29, 2003 8:00 am

Re: AAS help please..

Post 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.
User avatar
monaster
Posts: 532
Joined: Mon Apr 28, 2008 1:52 pm

Re: AAS help please..

Post 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.
If you are caught on a golf course during a storm and are afraid of lightning, hold up a 1-iron. Not even God can hit a 1-iron.
-Lee Trevino, golfer who actually has been struck by lightning.
Post Reply