And Because You All Are Reading This:
#1 posted by Spirit on 2010/11/16 22:00:33
The http://www.quakeforge.net/ tools have hint, skip and detail brush support!
Please test those features and report if and how they work.
#2 posted by metlslime on 2010/11/16 22:01:49
Extra text from spirit's original post:
In case you missed it, there also is a multi-threaded VIS tool. Willem did the hard work and Tuna made a bugfix.
Download: http://www.quaddicted.com/tools/wvis_20100119.7z
<Vondur> hmm 7 minutes instead of 32, pretty nice!
Thanks
#3 posted by Spirit on 2010/11/16 22:08:01
#4 posted by necros on 2010/11/16 22:24:07
this deserved a news thread. :)
i did find one thing that i guess is an oversight:
_sunlight2 has no color settings. _sunlight2 isn't actually a sun, but sort of adds outdoor minlight by creating an array of suns (i guess) in a circular pattern. it would be awesome if this got a color setting like _sunlight does.
you could set a nice bright yellow _sunlight and then a blue _sunlight2 to better simulate outdoor lighting.
also:
tools have hint, skip and detail brush support!
where are these tools? i can only see a link to a custom engine or mod. and would i have to give up bjp_qbsp?
#5 posted by Spirit on 2010/11/16 22:38:56
Detail Support?!
Is this true? If so no map will have a VIS compile time > 15 seconds anymore and a new era of Quake mapping has started I guess. :D
#7 posted by mh on 2010/11/17 00:46:58
> _sunlight2 has no color settings.
_sunlight_color2 ;)
#8 posted by necros on 2010/11/17 06:37:43
re: 5
thanks for the link. i still don't see it on the main page. just 'downloads' which links to the mod and 'developer tools' which links to some weird stuff that i don't understand. so yeah, pretty well hidden imo.
re: 7
ah ok, i tried _sunlight2_color :P thanks :)
@Spirit
#9 posted by Baker on 2010/11/18 03:53:05
Direct link to binary and source of this skip/detail/hint brush capable version please.
Thx Spirit, I'd Love It If Detail Caught On Oneday...
#10 posted by grahf on 2010/11/18 07:39:05
Opened the quakeforge tools source, looked in map.c for "detail" to find my answer... The detail brushes are exposed to the mapper with an "am_detail" brush entity, in the same fashion as in the Quest Ed tools ( http://quest-ed.sourceforge.net/ ), as well as pOx's Mac-Carbon tools ( http://quake.chaoticbox.com/ ) It's probably the same codebase. The Mac tools are especially neat because the detail entities have extra flags to make them double sided and pass-through, i.e. func_illusionaries that don't take up entity count, or not detail at all, just inert brush grouping.
This tech came out 6ish years ago and the main reason it never caught is that, even then, the neat features were bolted onto primitive compilers. The Mac version is the most improved and was actually quite nice but still had some annoying aspects like a 5120 brush limit.
I Already Wondered...
how this is done because the fields in the map format of Q2/Q3A that hold the detail flag are missing in the Q1 format it seems.
So it works like triggers and other volume-based entities if I understand Grahf correctly. Anybody know what I need to do to get the option into NetRadiant? I guess clicking 'Brush > Make detail' won't magically do this, hehe.
#12 posted by Trinca on 2010/11/18 10:54:39
will have to make a small map to try this out...
#13 posted by gb on 2010/11/18 13:01:03
will detail brushes cast shadows?
Baker
#14 posted by Spirit on 2010/11/18 13:30:52
above!
Responses
#15 posted by grahf on 2010/11/20 15:46:34
@dfsp: In most Radiant variants I have used, you can enter a nonstandard entity name in the entity name field, and it should create an entity with that name. Or you could add an "am_detail" entry to your quake.def.
@gb: The only thing these detail brushes do is cut down on VIS time, they do not alter bsp cuts like "real" q2/q3 detail brushes do (I did some tests a while ago to confirm this). They are created like entities, but are added to the world during qbsp. So yeah, they cast shadows.
@mh: back on topic... thanks! One of the last reasons to sometimes not use bjptools has been eliminated. ;)
Thanks Mh For Coloured Lights !
#16 posted by M. Augeri on 2010/12/01 01:14:28
mh you did a fantastic job.. I've just tried them in worldcraft.. setup of colored lights is a breeze with _sunlight_color.. Q1 maps now come alive !
One doubt: .lit file must be always provided with the .bsp?
Quake engine with all these features added daily has just reached HalfLife standard !
Seeing my map with colored light.. thought have launched hl.exe by mistake !
One Doubt: .lit File Must Be Always Provided With The .bsp?
#17 posted by mh on 2010/12/01 02:10:26
Correct, yes. It breaks the BSP format if you try to include the new lighting info in it.
..why So Few Replies ?
#18 posted by delor3 on 2010/12/12 16:19:48
..for a really handy feature
...anyway coloured lights rock !
#19 posted by jt_ on 2010/12/13 02:47:41
too busy mapping.
:)
Yeah
#20 posted by madfox on 2010/12/17 01:43:43
coloured lights .., great!
I was waiting a while, because I had this "exceeded to many packages for vis" error.
It seems to be my map has gone to big.
mh - good work!
why not called it version 1.4?
Hurra' For Colored Lights!
#21 posted by delore on 2010/12/17 04:02:18
But who really created that ?
mh, aguirre, i'm confused about this..
Anyway my current outdoor map with such lights looks like Unreal (!)
..now if someone could tell me how to add colored volumetric fog _
No Volumetric Fog!
#22 posted by RickyT33 on 2010/12/17 10:21:51
Heh - you need an info_command entity to make fog.
If you type "0.2" on the console you will get thick fog.
If you type "fog 1 0 0 0.2" you will get red fog (R G B Density).
(assuming you are using a suitable glQuake engine)
You need a special custom entity to do it automatically in a level, called an "info_command". The easiest way is to use the Quoth mod. To make the entity for your own custom progs I wouldnt know where to start, but someone will ;)
#23 posted by RickyT33 on 2010/12/17 10:22:21
second line "if you type "FOG 0.2" on the console.......
Or Just Add It To The Worldspawn.
#24 posted by metlslime on 2010/12/17 12:33:01
no info_command needed.
#25 posted by gb on 2010/12/17 12:35:59
hipnotic source should have that, iirc. Chapters, extras maybe as well.
|