FastCaps

Discussion for Level editing, modeling, programming, or any of the other technical aspects of Quake
Post Reply
^Ghost
Posts: 230
Joined: Tue Sep 08, 2009 3:35 am

FastCaps

Post by ^Ghost »

not sure if any of u guys play defrag or have played defrag in the past, but my clan <)MINIONS(> and another clan are making a small FastCaps Tourney.. For those that dont know what FastCaps is. Its a type of gameplay in defrag, in order to get a time u have to capture then opposing flag and score. its very simple, any ctf map can be used. but the current one im workin on, does not have any weapons or anything, it is strictly made for FastCaps and nothing else. unless some1 feels obligated to play for another mod.. anyway without further dudes...
Image
Image
Image
Image
its not detailed at all in anyway, not many lights have been placed, this is just the basic structure... if you can get the idea of the map. its a mining camp that comes back up outside in the center.
[url=https://github.com/Garux/netradiant-custom]NRC[/url]
[url=https://defrag.racing/]Defrag[/url]
[url=http://ws.q3df.org/]Q3 Map Archive[/url]
^Ghost
Posts: 230
Joined: Tue Sep 08, 2009 3:35 am

Re: FastCaps

Post by ^Ghost »

so any1 know how to get rid of the error max_map_visibility exceeded without having to map it all over again
[url=https://github.com/Garux/netradiant-custom]NRC[/url]
[url=https://defrag.racing/]Defrag[/url]
[url=http://ws.q3df.org/]Q3 Map Archive[/url]
cityy
Posts: 1020
Joined: Mon Aug 10, 2009 8:23 am

Re: FastCaps

Post by cityy »

Well, as said in the common error messages thread (http://www.quake3forum.com/forum/viewto ... dd48ab0981) The only things you could do are rework it, simplify/enhance the structur or make it smaller.
www.ferdinandlist.de/leveldesign
Pat Howard
Posts: 494
Joined: Tue Mar 31, 2009 11:14 am

Re: FastCaps

Post by Pat Howard »

Wait, what? Making all possible geometry into detail fixes this for me.
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Re: FastCaps

Post by obsidian »

Well, not ALL geometry. Convert any non-vis blocking structures into detail. So anything decorative or non-axial or not contributing to vis. Caulk behind anything detail that potentially opens up to the void.

Example, all those millions of trisouped rocks and support structures... CTRL+M, CTRL+M, CTRL+M!
[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]
^Ghost
Posts: 230
Joined: Tue Sep 08, 2009 3:35 am

Re: FastCaps

Post by ^Ghost »

but doesnt overdoing structural brushes to detail effect fps?
[url=https://github.com/Garux/netradiant-custom]NRC[/url]
[url=https://defrag.racing/]Defrag[/url]
[url=http://ws.q3df.org/]Q3 Map Archive[/url]
User avatar
Hipshot
Posts: 1548
Joined: Sun Jan 20, 2002 8:00 am

Re: FastCaps

Post by Hipshot »

Q3Map2 2516 -> http://www.zfight.com/misc/files/q3/q3map_2.5.16_win32_x86.zip
Q3Map2 FS_20g -> http://www.zfight.com/misc/files/q3/q3map2_fs_20g.rar
GtkRadiant 140 -> http://www.zfight.com/misc/files/q3/GtkRadiantSetup-1.4.0-Q3RTCWET.exe
^Ghost
Posts: 230
Joined: Tue Sep 08, 2009 3:35 am

Re: FastCaps

Post by ^Ghost »

well fuck me.. i could have been compiling maps so much faster if i had known that. thank you sir!
[url=https://github.com/Garux/netradiant-custom]NRC[/url]
[url=https://defrag.racing/]Defrag[/url]
[url=http://ws.q3df.org/]Q3 Map Archive[/url]
AEon
Posts: 1816
Joined: Sun Apr 20, 2003 7:00 am

Re: FastCaps

Post by AEon »

^Ghost wrote:but doesnt overdoing structural brushes to detail effect fps?
You should be aware of the problem of overdraw. Structural brushes do not really "care" if you have caulked touching faces, they mostly get removed by the compiler. This does *not* happen for detail brushes, were *everything* except the faces you actually can see should be covered with caulk textures. If you don't, those "dead" detail faces will all be lit and drawn, even if you do not ever see them in-game. And that can bring down FPS if you have been doing it all over the place.
^Ghost
Posts: 230
Joined: Tue Sep 08, 2009 3:35 am

Re: FastCaps

Post by ^Ghost »

well everything has been caulked from scratch then i applied face textures. so i should be good. thank you aeon, i leanred something new again! this is why i like u guys :D im practically re-learning the technicalities all over again

you guys know where i can find a crap load of models? im having really trouble finding any, only thing i can find are skins..
[url=https://github.com/Garux/netradiant-custom]NRC[/url]
[url=https://defrag.racing/]Defrag[/url]
[url=http://ws.q3df.org/]Q3 Map Archive[/url]
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Re: FastCaps

Post by obsidian »

viewtopic.php?f=10&t=290

See section Map Objects.
[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
monaster
Posts: 532
Joined: Mon Apr 28, 2008 1:52 pm

Re: FastCaps

Post by monaster »

Double post, sorry!
Last edited by monaster on Sun Dec 20, 2009 1:07 pm, edited 1 time in total.
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.
User avatar
monaster
Posts: 532
Joined: Mon Apr 28, 2008 1:52 pm

Re: FastCaps

Post by monaster »

obsidian wrote:Well, not ALL geometry. Convert any non-vis blocking structures into detail. So anything decorative or non-axial or not contributing to vis. Caulk behind anything detail that potentially opens up to the void.

Example, all those millions of trisouped rocks and support structures... CTRL+M, CTRL+M, CTRL+M!
Quite an embarrassing question to ask, since I've already been mapping for some time now, but how exactly would you know that you turned womething into detail using CTRL+M? Inside the editor (GTKRadiant 1.2.1 and 1.5.0) there's no special appearance of these brushes after converting them (unlike for example grouping them that results in blue brush edges).

By the way, obsidian: I'll send you the long promised texture today since I've been away for a long time now and have just returned to my computer today.
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.
AEon
Posts: 1816
Joined: Sun Apr 20, 2003 7:00 am

Re: FastCaps

Post by AEon »

monaster,
well I always hit Ctrl+D a few times to hide/show any detail brushes. This way you can quickly check. Something I have been only doing recently is to actually hide all structural brushes with Ctrl+Shift+D, leaving the detail brushes in view.
User avatar
monaster
Posts: 532
Joined: Mon Apr 28, 2008 1:52 pm

Re: FastCaps

Post by monaster »

Wohoo, it worked, THANKS! Don't know why I couldn't figure that out for myself it's even in one of my shortcut lists. :tard: By the way, using the "hide all structural brushes" method, not only detail brushes but every patch I got in my maps remains visible too, although I never converted any of these (patches) to detail. Is it possible that the editor (GTK1.2.1) is doing that automatically?
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.
AEon
Posts: 1816
Joined: Sun Apr 20, 2003 7:00 am

Re: FastCaps

Post by AEon »

Funny, when I wrote the last post I knew I might need to be more exact... Ctrl+Shift+D leaves everything non-structural in view... these are mostly the detail brushes, but also patches, and entities.

You may have noticed that patches always need caulk brushes behind them to block vis. This is due to the fact that patches *are* detail (or more to the point are non-structural) by default.
User avatar
monaster
Posts: 532
Joined: Mon Apr 28, 2008 1:52 pm

Re: FastCaps

Post by monaster »

Thanks for clearing things up.
Yep, I think obsidian said that patches always need caulk brushes behind them to block vis a few days (weeks/months?) ago on LEM. Or maybe it's been someone else, but I remember something like this being mentioned.
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