Thanks, Nb
#428 posted by R.P.G. on 2003/08/18 16:15:43
Texture Alignment
#429 posted by aguirRe on 2003/08/18 16:19:24
Can anybody who's using TreeQBSP or WQBSP please clarify when you use the options "-oldaxis" or "-alternateaxis" for correct texture alignment of 45 degree brushes?
It's my impression that people who are using WorldCraft must use one of these options all the time although compiler documentation tells the opposite. What gives?
AquiRe
#430 posted by DaZ on 2003/08/18 17:06:04
download valve hammer and use dubsp, it makes texturing and aligning SO MUCH EASIER! :)
AguiRe
#431 posted by R.P.G. on 2003/08/18 17:36:04
I use QERadiant and always use -oldaxis or -alternatexis. I remember from the time that I was helping Killjoy finish KJSP1 that if he used -alternateaxis on WQBSP that the texture alignment was off. He was using WC1.6.
It's -alternateaxis
All Quake textures are aligned to the nearest of the xy, yz, or xz planes. However, WC gets confused with 45� angles and sometimes aligns the tex along the wrong plane.
I'm not sure I've explained that correctly, but all you need is -alternateaxis to make stuff line up.
#433 posted by Kell on 2003/08/18 20:52:35
WC gets confused with 45� angles
Oh gods, I remember that :/ IIRC though, it only happens on one plane - so if you have a pyramid whos sides slope at 45 degrees, two flanks will look right, two won't. Or something.
In That Case...
#434 posted by quaketree on 2003/08/18 23:43:00
Cant you just simply rotate it 90 degrees?
Thanks For The
#435 posted by aguirRe on 2003/08/19 05:36:55
input. If I understand correctly, normally (except in the case RPG mentioned) these options should be used to get [45 degree] textures to align properly.
Then, why are these options there? In what case is the (new?) default texture axis handling better? Is there an editor where the default axis handling makes sense?
The "old" (or "alternate") axis handling is the same as in TxQBSP (which only has one variant) and also the same as in the original qbsp from iD.
Why are there repeated claims that this "old" axis handling is invalid for WorldCraft? It really doesn't make sense.
I've tested on several WorldCraft maps and they all get correct texture alignment only if I use the options above (with Tree/WQBSP). Using TxQBSP it's always right.
Another funny thing is when using YQBSP (Yahn Bernier's), there is yet another option "-alt45" which works completely opposite of the "-alternateaxis" option in WQBSP. I.e. running without this option seems to work great for WorldCraft maps. Confusing to say the least ...
It appears to me that I should consider removing the "-oldaxis" option from TreeQBSP and make it default instead. Would that be wise?
Triggering Lots Of Monsters
#436 posted by R.P.G. on 2003/08/26 22:03:36
If I trigger 12-15 monsters and have them "wake up" at the same time, will this cause choking or any other sort of problems for the engine?
Wake-up Call...
#437 posted by Kell on 2003/08/26 22:50:42
afaik, from my own sp doodlings, if the number of monsters and the detail/r_speeds of the area in which they are encountered do not cause Quake to grind, scrape or choke then having them simultaneously alerted won't either.
Hello
#438 posted by glassman on 2003/08/27 16:58:06
Hi everyone, I'm back from a trip abroad & getting back into mapping. Apologies to those who have not received replies to emails. In answer to the general thrust of most of them(ie where the fuck are my maps?) I am pleased to say that the castle map I showed screenies of over a year ago is very nearly finished :)
However, I am getting compiling problems, in particular tyrlite is refusing to run with the message: "Texture Axis Perpendicular to Face".
To fix this I need to select all brush faces containing a certain texture & reset the coordinates (the error seems to be caused by screwy stretch numbers). My problem at present is that when using Shift-A with the texture selected rather than select all the [i]faces[/i] with that texture GTKRadiant selects all the [i]brushes[/i] where one or more faces have the texture therefore selecting many faces with textures other than the one I am interested in. This doesn't sound too serious but I have over 6000 brushes and a good percentage of them seem to have this particular texture on one or more faces. Does anyone know a way of just selecting all the faces (rather than brushes) in this way? Can Worldcraft or a different version of GTK do this (I'm using 1.2.11)? Thanks.
Glassman
#439 posted by R.P.G. on 2003/08/27 17:32:18
W00t! Nice to hear from you, dude. I'm VERY glad you haven't dropped out completely, and I'm really looking forward to your map!
Because I don't know the exact details, I'm not sure that this will help. If you're using the same stretch numbers for all the surfaces, you could use find/replace in a text editor. Obviously, if you used a unique stretch value for each surface, this will be too much effort. But if you only used 5-10 numbers, then it will only take a few seconds to find/replace all the values.
Hopefully that made sense.
Find/replace
#440 posted by glassman on 2003/08/27 17:44:14
The problem face may look something like this:
...gnosis_full/rtnick2d_wet 0 0 0 1001.99999 1.000000 0 0 0
Whereas almost all the others will have a stretch of 1.000000 but with many different coordinates/angles eg.
...gnosis_full/rtnick2d_wet 0 -64 27 1.00000 1.000000 0 0 0
I use editpad as a text editor & I'm not sure how I could do this as a find/replace. Is it possible using wildcards?
I wouldn't mind turning every instance of that texture into:
...gnosis_full/rtnick2d_wet 0 0 0 1.00000 1.000000 0 0 0
but how do I select all the variations in the first place?
Nice To Hear From You Glassman
good luck sorting out the problems.
Thanks UWF & RPG
#442 posted by glassman on 2003/08/28 06:28:32
& I've sorted this one for now using MS Word no less.
Yay!
#443 posted by R.P.G. on 2003/08/28 11:58:09
Yo Glassman
#444 posted by DaZ on 2003/08/28 15:34:36
glad to hear your back, good news indeed for Q1SP, its kinda died recently and we need a boost! :)
Thread Jumping
#445 posted by pushplay on 2003/08/28 19:01:16
I figured out how to turn 4 meshes into that bow shape pretty fast, but working with patch meshes is bringing it's own problems. For one thing, it's not casting shadows. The other problem is that in game there is a crack on the inside edge between the bottom mesh and the inside mesh, even though they're perfectly flush in editor. In fact, the bottom mesh is a clone of the top mesh, which is perfectly flush in game.
#446 posted by Vodka on 2003/08/28 21:56:56
compile with -patchshadows
...
#447 posted by nakasuhito on 2003/09/03 04:46:43
not really a mapping help, but how the hell do i get a mod song to work with quake maps? does it requier a to get it all into a pak file and some quakeC stuff? is this really posible?? aliens are horny bastads?? aaa!!?
,,, ,
#448 posted by nakasuhito on 2003/09/03 04:47:57
sorry for the typos. im in a euphoria state right now. cant keep calm! YAY!
Bzzt
Unfortunately, only a few Quake engines can play mod files. For those, I believe you add a key called "mod" to the worldspawn entity (that thing where the map name goes.)
Nehahra seems to have its .mods in a subfolder called sound\mods, or something like that. Basically, check the engine documentation.
Unfortunately, QuakeC just can't do it. Sorry.
Um...
#450 posted by necros on 2003/09/03 16:13:56
keep in mind nehara's mod playing capabilities have limits. they don't support a lot of the cool new impulse tracker stuff. i think it's closest resembles scream tracker mods... but i'm not sure. i only experimented with it for a short while and got annoyed and gave up.
Agh!!
#451 posted by nakasuhito on 2003/09/05 02:20:52
ah man. thats not good. i know nothing of coding or well, dont really wanna use a new engine or stuff. but anyway. thanks for the help. :)
me goes and cries happily ever after
Gtkradiant Spawnflag Check Boxes
#452 posted by glassman on 2003/09/07 11:54:06
I maybe missing something obvious but the GTKRadiant entity popup box doesn't seem to have the check boxes for !hard, !normal and !easy (or boxes for ctf/dm/TA etc for that matter). How do I get these to show?
If I can't am I correct in thinking that I add 256, 512 & 1024 to the spawnflags for !easy, !normal, !hard respectively & add those figures together for combinations. Is it the same numbers for all entities?
Thanks
|