On The Subject Of Light Tools
#7681 posted by KamiKaze on 2008/07/26 02:33:54
When a face is receiving light from 2 light entities with the 'no fall off' option tagged, it appears that the light stacks. What I mean is if both light entities are 200 brightness, if they both hit the same face, it's as if that face's brightness becomes 400.
Is there any way around that or do you just have to try and avoid them hitting the same face?
KamiKaze
#7682 posted by ijed on 2008/07/26 05:41:42
What you say in the second part of your post is the solution, basically, unless you want the flat white effect.
Having said that, read up on AguirRe's documents (also on his site) since there's alot of extra control added through using the delay and wait keys on a light, including antilights, wide range falloff and spotlights without info_notnulls (or nulls?).
FYI Tyrlite is the alternative, supporting coloured light, although it's a bit trial and error.
Looking forward to your map.
Light Tools
I would also say that Q1Rad is actually easier for a beginner to handle. You don't even need to set up the lights.rad file if you don't want surface lighting (it is, after all, optional).
Aguire's tool has many features, offers a high level of control and has a smoother "finish" as Ricky suggested (reduces the staircasing on shadow edges and stuff like that). It has almost everything you need and should definitely be your default choice.
Having said that, Q1Rad obviously does one thing that no other tool can offer: radiosity, which is certainly not to be underestimated! It does have less features though (some things just plain don't work as well, e.g. switchable lights... and it crashes on very large maps).
Heh
#7684 posted by Spirit on 2008/07/27 09:14:03
I feel very stupid now, because I had so much trouble getting q1rad to work when I once tried it.
Its The Same Idea As The Light Tool
#7685 posted by RickyT33 on 2008/07/27 14:34:23
for HL1 isnt it?
Yeah
#7686 posted by megaman on 2008/07/29 15:09:11
coming from the q3map2 background, a light compiler without radiosity just feels plain stupid to work with.
It's annoying that q1rad makes faces that emit light fullbright though :/
^^
#7687 posted by DaZ on 2008/07/29 16:25:15
Yeah that is a shame, and does limit its use somewhat.
Now I may just be talking out of my arse here, but wasn't there a hack or program that would read your texture lights file but light the map with a "standard" light util like tyrlite?
I forget...
Episode Bosses
#7688 posted by gb on 2008/07/29 17:52:40
What are some Q1 mods with cool episode bosses in the medieval style?
I was thinking Vermis, but would like an alternative... I guess one would be those ghast things from Rogue...
any tips?
Daz
#7689 posted by ijed on 2008/07/29 19:14:12
Wasn't that ArghRad for Q2?
gb - don't forget the Dragons.
Gb
#7690 posted by madfox on 2008/07/29 21:07:09
the NewBoss from DeathmatchMaker.
Example
#7691 posted by madfox on 2008/07/29 21:10:23
you could try PhantomPholly, I put it in there.
I never saw it in a mod so I tried to mae it look convincing.
Not sure if you think it's cool.
#7692 posted by gb on 2008/07/29 22:03:42
Madfox: Thanks for the tip, I'll look at it.
Ijed: The dragon from Rogue? It's a bit static... flies around and tosses some projectiles...
perhaps if I have six or eight flying above the moat... but I want to have the boss fight indoors.
Use of svn: This is widely used in the open source community, even in small projects. It's practically standard.
I suggested something like this back when the map sources were released, to put them in a svn repository and gradually improve them in a controlled way.
That was before it became obvious that it's better to rebuild them.
Still, svn is definitely useful and I wonder why the Quake community seems to ignore it. Many open source projects are hosted on sourceforge.net, using svn. I can't see why you wouldn't be able to have a Quake map on there just as well as any other software.
I guess nobody tried it yet.
Also, most people don't like to look at maps as software. They are though, technically.
Theoretically, a community svn repository could be hosted on a site like Shub-Hub, too. Much like a miniature version of sourceforge.net. Such a central repo would be very vulnerable to attacks though.
Thinking out loud, as always.
And
#7693 posted by gb on 2008/07/29 23:13:11
the general public can follow every single commit (via "browse svn" at sourceforge) and thus, even during a time without map releases, it's always visible that things are progressing.
People can watch the progress and read the comments. Work in progress would become more visible (and the "Quake is dying" thing would tone down because you can always say "there have been X commits last month so stfu".)
svn can be pretty transparent to the public. It's good for everybody.
Wait...
#7694 posted by madfox on 2008/07/30 01:25:43
flies around and tosses some projectiles...
I succeeded to compile it out of the SOA mod and yet it has become a quite powerfull dragon.
It can flie around but also attacks you with a rather tacky advancement, becoming a monster Chtong could compare with.
Sets your heals on fire and traces you down to the slightest hideaways.
Sounds Awesome@@
#7695 posted by RickyT33 on 2008/07/30 02:58:36
gimme gimme gimme
The Dragons From Soe(by Tronyn)
#7696 posted by spy on 2008/07/30 10:10:06
Dragon Fro Rogue
#7697 posted by Hrimfaxi on 2008/07/30 12:18:40
Look in Necros ne_sp06 - Once upon Atrocity
annd my own hrimsp1 - Frying obstacles.
2 UT3 Questions
#7698 posted by Jago on 2008/07/30 14:33:45
How does one:
1) Select all static meshes within the "red building box"?
2) Copy/Paste all selected meshes from one map into another?
Hmm
#7699 posted by DaZ on 2008/07/30 18:00:01
can you not filter out everything else and then do a select all? Just a thought as I dont have the editor in front of me right now...
Just Something To Keep In Mind:
#7700 posted by necros on 2008/07/30 21:37:12
at the time i made it, i hadn't understood how quake collision hulls worked, so i just made the dragon move like a normal monster, which means he clips into geometry a *lot*.
it would be worth coding some kind of method of navigating via nodes or make extra large bbox collision code.
or build some kind of clipped off area that the dragon can fly in, but that's more limiting because the player will collide into it as well.
it just occured to me that it would be cool to be able to make clip brushes that only affect certain hulls..... that's a compiler thing though. :S
#7701 posted by negke on 2008/07/30 21:42:22
Or func_monsterclip for problem cases.
8-) Yeah
#7702 posted by Hrimfaxi on 2008/07/30 22:25:31
I had a lot of trouble getting that stupid dragon to stay out of the geometry myself!!!
I'm using the dragon once again in a upcomming map. The map is done I just need to finish of the QC code.
Dragon
#7703 posted by madfox on 2008/07/30 23:05:49
now we're on the subject I'm thinking to open a new toppic about monsters, as I almost seem to like it even more than mapping.
And I see more new maps then new monsters.
I tried to get a hold on the dragon, with some help of preach. I wanted it to function normal as any other entity monster. So I can give it path_corners and all.
I got stuck with the spellmaster.qc so I decide to make my own. This dragon has not only a firenball but also a thunderbolt.
I would like to give it a flame breach but sofar I haven't come.
The frames are rather strange grouped, other than in DOE, but I added some death frames.
It might be hard to kill as the health parameter is 2000, this for the fact it would be an end boss.
http://members.home.nl/gimli/drago.rar
I would like to hear your reactions, as I was interested in it the first moment I saw it in DOE.
Dragons
#7704 posted by gb on 2008/07/31 03:19:02
Hrimfaxi, thanks for the tips!
I played with this mod for a while:
http://shub-hub.com/idgames2/quakec/monsters/dragons.zip
and I think it is unbelievable. Those dragons circling in the sky and your dragon familiar fighting other dragons in the air, it looks like something from Star Wars... incredible feeling. Several kinds of dragons.
It uses the QTest dragon though, and it's more a regular monster than a boss.
Necros, played that map, have to say very nice! But I feel the dragon is a bit radical for my needs. (HP and attack) You really tried to make it into a boss monster, which was successful (be quick when switching to God mode/picking up the pent). Personally I'd want dragons a bit weaker and kinda circling over the battlefield, and then an indoor boss.
Madfox, newboss: you mean the red snake like thing that comes out of lava? It would perhaps need a better skin... the shape looks ok.
Now on to playing the other maps.
Madfox' Dragon:
#7705 posted by gb on 2008/07/31 04:29:42
It's cool, although it moves totally differently from the above mentioned dragons. It kinda floats upright, and it's more worm shaped (rogue) versus more crocodile shaped (qtest).
The upright position makes it look special. It is rather helpless once you get behind it, I think it would need to turn faster and have a bite or tail swipe attack.
Since it has paws, unlike the qtest dragon, I could also imagine it walking on the ground, like the dragon in Tomb Raider 2, only taking off when hurt (or not at all.) In that case, it should be slow and have a ton of HP. Although even with a small dragon like this, a rocket to the face should make some impression... its HP are rather high. The above mentioned dragon takes 5 rockets to kill, in comparison. So it's tempting to use in packs (and it looks cool when they infight.)
The rogue skin is better than the qtest one, although with the detailed skin and unusual movement, it looks distinctly Quoth.
The qtest one looks like just another monster, which isn't bad if you think about it, if you know what I mean. Once you killed it 200 times, the skin isn't so important anymore. :-)
|