Hmm
#2311 posted by VoreLord on 2004/08/12 03:00:36
sorry, didn't see it already above in HT's post
Anyone Using GTK 1.5 Texture Select Problem
#2312 posted by h20ryder on 2004/08/12 09:47:37
I like being able to load wads into the editor without all the fuss. However in 1.5 i am unable to select a single face to change the textures. Is this a bug? Or is it me.
Thanks in advance.
-water
RE: Anyone Using GTK 1.5 Texture Select Problem
#2313 posted by Jago on 2004/08/12 10:56:01
Well...
#2314 posted by necros on 2004/08/12 12:50:20
i hacky way to get monsters to cross gaps in the floor is to make an invisible func_wall entity (like hipnotic's func_togglewall)
that way, you still can't see it, but tracelines *will* impact on it's surface.
the downside is that you can't shoot through the gaps anymore, and gibs will land on them as well...
i suppose it could be possible to make an entity somehow toggle on and off depending on if a rocket was touching it or not, but i doubt that would work well...
Question:
#2315 posted by necros on 2004/08/12 16:41:48
i get allocblock: Full.
now, i know this has to do with lightmaps and sealing the map usuall helps, but this is a little different than normal.
the map is still very small, only 1000 brushes or so. i've had maps that were 3000 or so brushes, unsealed with tons of lights without bothering quake a bit.
this map only has half a dozen or so lights.
also, i noticed the light compile time took much longer than normal. a few versions ago, it was lighting in about 1 sec while on this attempt it took 10 seconds.
aguire: this might be some issue with the actual light utility (or something i did which made an issue with the light utility) so i'm going to be messing around with stuff a bit to see what i can do.
thought you'd like to know or you might know what to do?
Edit:
#2316 posted by necros on 2004/08/12 16:43:17
got a Gl_buildlightmaps error: excessive lightmaps 67 (normal max = 64)
Fuck, We Need Edit! :P
#2317 posted by necros on 2004/08/12 16:44:04
edit2: that error appeared even when i *didn't* light the map at all. how can there be lightmaps when i didn't even have them calculated?
Last One For A While Now...
#2318 posted by necros on 2004/08/12 16:55:15
figured out what was wrong... had one of those huge/infinite brushes, so the face count went crazy. never mind... :P
Allocblock: Full
#2319 posted by Blitz on 2004/08/12 16:55:54
Is a brush error. Try to load the .map file in a few different editors to see if some brushes don't load.
If that doesn't work, try to delete any brushes you added recently that have weird manipulations.
Also, look for microscopic OR gigantic brushes in the .map file. (in a text editor)
AguirRe
#2320 posted by PuLSaR on 2004/08/12 17:06:09
Is it possible for you to try to reduce the chance of appearing of HOMs in the next version of your QBSP tools?
Or at least explain me why HOMs appear in places where they haven't been before after I place some more brushes in the room. Or does it have no explanation?
PuLSaR
#2321 posted by R.P.G. on 2004/08/12 17:22:17
When a HOM is on the surface of a brush and is not affected by VIS, I've found that it will usually fix the problem if I make sure all the edges and vertices meet perfectly where the HOM occurs.
Pulsar
#2322 posted by VoreLord on 2004/08/12 17:25:52
This may (or maynot) help you. Have a read of the "tooltips.txt" on AguirRe's site, scroll down to "Portal Problems"
Direct Link to ToolTips
http://user.tninet.se/~xir870k/tooltips.txt
AguirRe's Site
http://user.tninet.se/~xir870k/
Necros
#2323 posted by aguirRe on 2004/08/12 18:43:26
I assume the first error message was when you were not using any of my engines, the warning you got when using one of my engines, is that right?
The AllocBlock: full error has no relation to whether the map is lit or not or how many lights or brushes there are.
It's only related to having very large visible brush faces (planes) in the map that the GL engines need to allocate space for. Too large and too many of these faces will sooner or later exceed the lightmap array (normal size 64, in my GLQuake it's 512).
Software engines Win/TyrQuake don't have this problem at all.
PuLSaR
#2324 posted by aguirRe on 2004/08/12 18:48:26
what RPG and VoreLord said; check out brush alignment in the area and my ToolTips doc (Portal Problems section).
If you still can't fix the HOMs, please send me the zipped map+wad and I'll take a look at it.
Yeah....
#2325 posted by necros on 2004/08/12 19:16:38
hehe, should have specified. :P
i was using fitzquake when it crashed with the error, so i loaded it up with your [aguire's] quake engine. man, i love that engine. ^_^
.
i didn't know that about the lightmaps. i just assumed if there wasn't any lighting, that the lightmap would be zero (making quake default to fullbright)
also, is it possible to make your vis and light start with different priorities like your qbsp does? it'd be nice to make light and vis always use 'belownormal' priority. :)
Priority
#2326 posted by aguirRe on 2004/08/12 19:32:46
I only added that possibility to qbsp since it's normally so fast that you don't have time to manually use Task Manager to change the priority of the process.
I have a small utility that you can use to start any Win32 console program with a specified priority and optionally with a timeout to wait for completion. After the timeout expires, it will kill the child process (useful when it might get stuck).
I'll email you this small utility.
Ok, I Give Up (GTK 1.5)
#2327 posted by VoreLord on 2004/08/12 22:58:52
Could someone please explain to this dimwhitted australian, how I am to get the textures to show up (Quake). I mean, nothing shows up in the texture menu, so I can't load any textures. I can however type the texture name in the surface inspector and have it applied to the face I have selected. but I refuse to beleive that this has to be done all the time. Everything works fine when I load GTK 1.5 for Quake 3, or DooM3, but for Quake, well I can't seem to get it.
Please, anyone, anyone ?
Nevermind
#2328 posted by VoreLord on 2004/08/12 23:57:28
Just in time to, I was about to see how much of a mess a 21" monitor would make after being hit by a high speed mouse.
Wow
#2329 posted by PuLSaR on 2004/08/13 16:11:07
When a HOM is on the surface of a brush and is not affected by VIS, I've found that it will usually fix the problem if I make sure all the edges and vertices meet perfectly where the HOM occurs.
It really helps. I've splitted the brush into two ones so that edges and vertices were exactly where HOM took place and it has gone.
Quake 3 Elevator
#2330 posted by Quake 3 on 2004/08/13 16:34:49
I am looking into making an elevator in quake3 but HOW is it done? i used the func plat and it moves up about 1 block and not any higher....how do i set the height it moves up or just make a simple elevator
???
Necros
#2331 posted by aguirRe on 2004/08/13 19:18:38
Is your planetquake email address OK or should I use another? I heard Tyrann had a lot of problems with his.
.
#2332 posted by necros on 2004/08/13 19:33:27
i have no idea, but apparently, i didn't get anything. :\ pq mail has never been very reliable...
send it directly to necros -AT- rogers.com, that should be fairly reliable.
Singleplayer Start Help
#2333 posted by h20ryder on 2004/08/13 20:16:34
Evening....
I am having problems getting a few enitys to work in my start map..ie: setskill, etc.
Anyway does anyone have a tut for starting sp mapping, with a list of all the spawnflags and such... i am trying GTK 1.50 nightly...
The spawnflags don't seem to all be there.
I also need to know how to define an episode beginning to end... also is 'print' a valid spawnflag as in q2?
Thanks in advance.
-water
Necros
#2334 posted by aguirRe on 2004/08/13 21:13:43
I sent a copy today to that address too but got some weird warning about "delayed email" in return.
Anyway, you can get the file from http://user.tninet.se/~xir870k/priority.zip .
Please let me know when you've got it.
Re: Quake 3 Elevator
#2335 posted by R.P.G. on 2004/08/13 21:15:21
Rising platform the player can ride to reach higher places. Plats must always be drawn in the raised position, so they will operate and be lighted correctly but they spawn in the lowered position. The plat will stay in the raised position until the player steps off. There are no proper sounds for this entity, only beep noises. It will spawn in the game and work properly but it sounds silly (see Notes).
-------- KEYS --------
speed : determines how fast the plat moves (default 150).
lip : lip remaining at end of move (default 16). Has no effect if "height" is set.
height : if set, this will determine the total amount of vertical travel of the plat.
dmg : damage to inflict on player when he blocks operation of plat (default 4). Plat will reverse direction when blocked.
targetname : if set, the trigger that points to this will raise the plat each time it fires. The plat raises and comes back down a second later if no player is on it.
...
<snip> <snip> <snip>
...
-------- NOTES --------
By default, the total amount of vertical travel of a platform is implicitly determined by the overall vertical size of the brushes of which it's made minus the lip value. But if the "height" key is used, then the total amount of vertical travel of the plat will be exactly that value regardless of the shape and size of the plat and regardless of the value of the "lip" key. Using the "height" key is the best method for any kind of platforms and the only possible one for thin plats which need to travel vertical distances many times their own thickness. Setting the origin key is simply an alternate method to using an origin brush. When using the model2 key, the origin point of the model will correspond to the origin point defined by either the origin brush or the origin coordinate value.
...
<snip> <snip> <snip>
This should help you out. Basically, the func_plat follows a formula to determine how high it moves. X - L = H. X is the overall height of the func_plat entity, L is the "lip" value, and H is the height the func_plat will move when the player steps on it. So if the func_plat is 64 units tall, and the "lip" is set to "8", then it only moves up 56 units. You can override this by setting the "height" key. If "height" is set to "256", then the func_plat should move 256 units up.
Also, you should make sure you set the direction of the func_plat to "up".
|