.aas creation problems

Discussion for Level editing, modeling, programming, or any of the other technical aspects of Quake
Post Reply
Magnus
Posts: 529
Joined: Wed Feb 16, 2005 6:38 pm

.aas creation problems

Post by Magnus »

When I try to create the .aas for my latest map it goes through a bunch of repeating lines with ever higher number values that look like this:

Entity 0, Brush 0001: duplicate plane
Entity 0, Brush 0002: duplicate plane

and so on then it ends with this:

Entity 0, Brush 28838: duplicate plane
ERROR: MAX_MAPFILE_PLANES
Closed log bspc.log

I ran the brush cleanup tool and get 0 duplicate planes removed as though there are no duplicate planes and I don't get any problems when I bsp the map in GTKRadiant.

Is there a way to increase the mapfile planes allowed? Or is there some other solution that will enable me to create an .aas for my map?

Thanks for any help.
Uh, well....good luck with that. :shrug:

[img]http://i57.photobucket.com/albums/g228/Magnus3204/forumheader.jpg[/img]
User avatar
Scourge
Posts: 15559
Joined: Mon Mar 25, 2002 8:00 am

Post by Scourge »

It has to do with large numbers of models or patches. Look in this thread. Second post from bottom on page one.

http://www.quake3world.com/forum/viewtopic.php?t=2418
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Post by obsidian »

Also, wrong forum. Could someone move this to LEM please?
[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]
User avatar
Scourge
Posts: 15559
Joined: Mon Mar 25, 2002 8:00 am

Post by Scourge »

I would, but alas, I am powerless here. :tear:
axbaby
Posts: 3424
Joined: Wed Dec 22, 1999 8:00 am

Post by axbaby »

moved to LE from T&T
[color=#FF0000][WYD][/color]
Magnus
Posts: 529
Joined: Wed Feb 16, 2005 6:38 pm

Post by Magnus »

axbaby wrote:moved to LE from T&T
Thanks. Sorry I thought I was in T&T..... :paranoid: Oops!
Uh, well....good luck with that. :shrug:

[img]http://i57.photobucket.com/albums/g228/Magnus3204/forumheader.jpg[/img]
Magnus
Posts: 529
Joined: Wed Feb 16, 2005 6:38 pm

Post by Magnus »

Thanks scourge.

After reading that I bet it has something to do with the fact that I used Easygen to create my terrain.

I immagine where the terrain is made out of all of those triangle shaped brushes it is counting all 5 sides of each triangle brush as a plane even though they are made of caulk except the top side wich is the painted terrain.

So the bspc program needs to be updated to permit and deal with way more planes as the thread you pointed me to suggested.

Well I was just trying to create a large terrain map simmilar in play to distant screams from Q3:TA. If you remember it had major problems that id never planned to fix.
The map gets great frame rates no matter where you are in the map so I guess I could put it out as a map for online team use considering it is a ctf anyway.
I could just go back in and add the "one flag" "harvester" and "overload" entities.
Uh, well....good luck with that. :shrug:

[img]http://i57.photobucket.com/albums/g228/Magnus3204/forumheader.jpg[/img]
User avatar
Scourge
Posts: 15559
Joined: Mon Mar 25, 2002 8:00 am

Post by Scourge »

No problem. :)
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Post by obsidian »

-meta and -forcesidesvisible?
[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]
Magnus
Posts: 529
Joined: Wed Feb 16, 2005 6:38 pm

Post by Magnus »

obsidian wrote:-meta and -forcesidesvisible?
I tried -forcesidesvisible (e.g. bspc -forcesidesvisible -bsp2aas q3mmctf4.bsp), but I have never used -meta. is meta explained in the list of command modifiers displayed if I enter bspc then hit enter?

If not what is the function of -meta in the .ass compile?

Thanks everyone.
Uh, well....good luck with that. :shrug:

[img]http://i57.photobucket.com/albums/g228/Magnus3204/forumheader.jpg[/img]
Shallow
Posts: 167
Joined: Wed Feb 09, 2005 1:58 pm

Post by Shallow »

There isn't one... obsidian was checking that you'd remembered the -forcesidesvisible for BSPC to go with the -meta on your map's BSP stage.

How many brushes are in this terrain and how big are the tesselations? Q3:TA used chunky 256 unit sections for a reason! Also, I'm hoping that you didn't use Easygen's "thin mesh" option, that will really screw BSPC's chances. It will bloat your BSP size as well.
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Post by obsidian »

You should always compile your BSP with -meta. Then when you compile your AAS, you must use -forcesidesvisible.


BTW, worst case scenerio (try to fix existing problem first, but if all else fails....), you can create a simplified map to generate an AAS, then re-attach it to your normal map. Probably a lot more work, but for certain maps (Sock's Pyramid of the Magician comes to mind) it's the only way to get the AAS to work.

-fixaas is the switch (but last resort option).
[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]
Post Reply