Hmmm
#1252 posted by Vondur on 2004/02/25 12:44:11
i use bengt's qbsp and it doesn't picks other frames anyway.... dunno why.
Oh
#1253 posted by LTH on 2004/02/25 13:12:36
DuBSP does it okay.
Animated Textures
#1254 posted by aguirRe on 2004/02/25 13:27:20
I'm certainly no expert on these, but the compiler definitely checks for texture names that begin with + and adds the extra frames as necessary. You can easily see this in the compiler log Added x texture frames.
Vondur: Versions of TreeQBSP prior to 1.95 (that includes DuBSP) doesn't show this message unless in -verbose mode. TxQBSP has always shown them. See also latest readme.
You don't have to apply the extra frames anywhere in the map; just make sure that they are in the wad you're using, otherwise you'll get a warning.
I just tried it in a box map, apply the first of the animating textures (+0xxx) and the compiler will fix the rest.
Can Anyone Explain Me
#1255 posted by PuLSaR on 2004/02/25 16:57:25
what are clipnodes? What increases their amount apart from number of faces?
I heard about the clipnodes limit of about 32*** and just want to be carefull now.
Has...
#1256 posted by distrans on 2004/02/25 18:51:01
...anyone had a crack at modifying CZG's Worldcraft quake.fgd to include Bengt's new lighting options? If yes, might you kindly make it available?
Hey Couple Things
#1257 posted by Tronyn on 2004/02/25 19:02:19
Pulsar: Clipnodes are simply clip surfaces. Each surface exposed to the inside of a level (not the void) clips the player (he can run into it, over it, etc). In DM maps, people often cover intricate areas (ruined bricks for example) with a wide brush with the clip texture. The clip texture makes a brush using it clip as normal (blocks the player that is), but is invisible in-game. If you're still confused, let me know (My latest maps all original have run over the clipnode limit). I owe aguirRe a lot for helping me out with this.
And, hey: does anyone want to do a bit of work for me modifying weapons models? I'd do it myself, but my qME must be an inferior version or something since all I can do is view, not change anything on the models or alter any animations (argh).
To Clarify
#1258 posted by Tronyn on 2004/02/25 19:04:05
If a bunch of brushes overlap without any space between them, that doesn't clip since the player can't go there. That's why clipping brushes lower the amount of clipnodes - a surface with 25 tiny little bricks all the same height on the ground, could be covered with one clip brush and would then clip as one brush rather than as the 5 sides exposed on each brick.
Tronyn
#1259 posted by LTH on 2004/02/25 19:59:32
Mail me what you want doing with those models.
Texture Application
#1260 posted by JPLambert on 2004/02/26 02:44:34
Hello, thanks to those who helped me for my "animated textures" problem yesterday.. Just another thing: when you apply texture to brush, it's possible to choose a scale factor to reduce/increase texture size.. I'm just looking for an easy way to choose this scale factor and anticipate the "game view" thet will performs. Is there someone who can give me some advices conerning this topic ??
Thanks
Hmm
#1261 posted by Vondur on 2004/02/26 03:21:36
don't play with scales too much, use default scale. otherwise the map might look crappy. personally i use slightly scaled textures on some faces that aren't texture size so i have to scale non-tiled texture a bit for it to fit. uder a bit i mean something likt 0.95 or 1.05 scale.
yet huge tex scale is useful when you make sky. it's good idea to use scale of sky texture something like 100. this will reduce polycount of sky surface.
Vondur
#1262 posted by JPLambert on 2004/02/26 06:23:58
The default scale is set to 1 in QuArK6.4.0, and it seems to be a little big, because the map look crappy with this size... I mean the texture details are very visible without "putting your nose" on a brush (bit definition of the texture appears...) I made some try with 0.4 up to 0.5, and the map looks better (bit definition of the texture disappears even if you "put your nose" on the brush)... Perhaps the texture scaling is different from one tool to another one... I don't really know how to find an efficient turnaround of this little problem without making many try.. Is there a method, or anything else, that can show me what is the good scaling method (if I decide to change of mapping tool for example) ?
Hm
#1263 posted by Vondur on 2004/02/26 07:13:33
try looking at the textures in start.bsp, you'll get the idea of default proper scaling...
VonDur
#1264 posted by JPLambert on 2004/02/26 08:46:39
OK, there is no real method to anticipate the map looks like otherwise trying and compare the results with existent maps... It's also possible that it misses something else in my tool configuration... I will check this this evening
Thanx
?
#1265 posted by madfox on 2004/02/26 12:32:12
++++ERROR++++
numtexinfo=MAX_MAP_TEXINFO
where did I raise this bull?
Um...
#1266 posted by necros on 2004/02/26 13:21:53
i'm not sure, but i think that's the error when you have too many textures (as in filesize) the limit is 2mb, so check to see if you are over it.
You're Referring To
#1267 posted by aguirRe on 2004/02/26 14:14:21
MAX_MAP_MIPTEX (originally 2MB), which is the actual size of all textures in bsp. MadFox has hit another limit (originally 4096) which is the max # different texture info objects in bsp.
This number normally increases when you have many different textured faces in different positions/angles and it typically gets pretty high when using QuArK ETP or Hammer Valve 220 map format due to them capable of more complex texture positioning.
MadFox, I assume that you're still using the qbsp256 compiler and apparently it cannot cope with your current map requirements.
If you want to stick with that compiler, you must lower the texinfo requirements. See if you can change map format from QuArK ETP to Classic Quake in the configuration (I'm not sure you can do this in v4.07).
Otherwise you must use a newer compiler with a higher limit. Email me directly if you need more help regarding this issue.
Thanks For The Info
#1268 posted by madfox on 2004/02/26 14:24:05
I lowered the polyhedron count.
I used 1244 polyhedrons, every brush more crashes the compiler.
So I stick to this limit by sharing out brushes and delete stairs etc.
I wish I understood that MipTex Acracadabra
but it is all right, nevermind.
As long as the map compiles.
Oh
#1269 posted by PuLSaR on 2004/02/27 16:20:51
i'm not sure, but i think that's the error when you have too many textures (as in filesize) the limit is 2mb
Haven't expected that I'm close to another limit, this time of 2 mb textures. I have 1.9+ mb of them.
Is it a limit of tools or of the engine?
Damn Tag I Forgot To Close
#1270 posted by PuLSaR on 2004/02/27 16:42:51
and I forgot to thank Tronyn for explanation, it was very useful
Tex Limit
#1271 posted by aguirRe on 2004/02/27 18:12:50
that used to be 2 MB is only "limited" in one of my tools, TxQBSP (16 MB, which should be sufficient for a while ...). All other tools are "unlimited", i.e. theoretically 2 GB.
Anyone Interested
#1272 posted by Tronyn on 2004/02/28 02:07:03
Anyone interested in converting some Hexen II enemies to Quake? Specifically, I'm thinking the Hexen II mummy, which would fit in perfectly with the Night Journey's egyptian theme... I mean, uh, I'm not working on the Night Journey... uhm..
And, the Hexen II Skull Wizard would work well in the Arcane/Bookshelf project as well of course.
PuLSaR: No problem, glad to help.
Lava Light
#1273 posted by aguirRe on 2004/02/28 15:16:22
This issue came up some time ago, have you tried putting a delay 3 light with intensity 100 just above the lava surface as a spotlight, directed straight down and with a cone of 180 degrees?
If used with a slightly flickering style, it has an interesting glowing effect. This doesn't glow upwards of course, but maybe it could be combined with some other lights for better result?
QBSP Error
#1274 posted by JPLambert on 2004/02/28 16:04:38
I have a strange error with QBSP during portalize process..
WARNING:CutNodePortal_r:new portal was clipped away
I currently use QuArK6.4.0, and the tool makes a "hole found in map" error (while hole checking doesn't find one !!!???)... The map is generated, but the PRT file required by VIS tool is not generated due to the portalize process problem.
Is there anyone who can tell me where to look for ??? Or if there is a turnaround to bypass the problem ???
Thanx
Take A Look
#1275 posted by aguirRe on 2004/02/28 16:19:39
AguirRe
#1276 posted by JPlambert on 2004/02/29 05:37:55
Great !!! It solves the problem: TxQBSP found a misaligned texture... And QuArK locates the problem very easily...
Thanx !!
Bye...
|