News | Forum | People | FAQ | Links | Search | Register | Log in
Mapping Help
This is the place to ask about mapping problems, techniques, and bug fixing, and pretty much anything else you want to do in the level editor.

For questions about coding, check out the Coding Help thread: https://www.celephais.net/board/view_thread.php?id=60097
First | Previous | Next | Last
 
*Radiant. How to display the number of points for the clipper tool? I see only the points. 
Long Or Overnight VIS Job 
Something to keep in mind: if you run a long fullvis during which you are afk, for instance at night or while off to work, make sure your OS has energy saving disabled or adjusted so the VIS process won't stall and make you lose several hours. <- Just saying, because it happened to me. 
 
is there a way to make vis keep the computer awake the way playing a video does?

that'd be nice as this has happened to me too. 
 
It might be a pain but can't you just change your power management settings to never go to sleep if you're going to do a long VIS? 
 
obviously that's what we do now. in fact, that's exactly what negke said in his post. 
I Think The Function Is SetThreadExecutionState (on Windows) 
Bsp Bananas 
anyone know some things that might cause bsp to go totally bananas?

In this shot, it decided to cut a series of thin bands right through the map (this craziness slices through the entire map, even into areas that are not (yet) spatially connected:

http://dl.dropbox.com/u/61424391/Quake%20Stuff/bananas1.jpg

http://dl.dropbox.com/u/61424391/Quake%20Stuff/bananas2.jpg

It's not due to that light fixture, 'cause I func'ed it and the issue was still there.

Here's an area where it decided to subdiv these bars for no reason:

http://dl.dropbox.com/u/61424391/Quake%20Stuff/bananas3.jpg

Anyway, there's shit like this everywhere in the map. 
I Would 
Take stuff kut of the map systematically and see if it goes away. Maybe there's a fucked up brush somewhere or something. 
Kinn: 
i have seen that; often it appears in a leaky map and the problem goes away if the map is sealed. If your map is already sealed then i don't know what will help, but it might fix it self later from geo changes in neighboring areas. 
 
try rebuilding a few brushes in that area? but yeah, not much else you can do. qbsp will even cut up stuff that's already in triangles and smaller than 480 units (i think 480? that's supposed to be the max face size). 
I Bit My Teeth Out On That One Too 
See a couple of posts above.
It doesn't make any sense - seems to be some inexplicable qbsp hiccough. Though maybe BJP could explain. The weird thing is that in most cases no direct modification will get rid of it, like upscaling the texture, trisouping the brushes, and so on. Sometimes it just goes away as you add more stuff like metl said, sometimes even if you make a seemingly unrelated change elsewhere. You can try moving the whole structure 64 units to the front so as to 'hide' the random splits. This sometimes works, but it's a surrender. 
 
i have seen that; often it appears in a leaky map and the problem goes away if the map is sealed.

Might be that actually :} *blushes* - i'll have a go sealing it and let you know 
Also.... 
necros: max face size is 240 for software quake. 
 
heh, was 2x off :D 
 
Why 240 and not 256? 
Because 
binary is too mainstream.

Anyway - cheers guys, the problem actually went away when i transfered a whopping great section to another map. Also I realise I should probably not pay too much attention to bsp's vagarities whilst dealing with an unsealed map :} 
Negke: 
it's 240 because the max lightmap size is 16x16 samples, and lightmaps don't repeat like normal textures, so you can only interpolate between samples (imagine 16 fenceposts spaced one every meter -- your fence would only be 15 meters long.)

So you have 15 "segments", and in quake the lightmap samples are one per 16 pixels on the texture, so if your texture scale is 1.00, that's 15 x 16 = 240 units.

(someone who has actually read/written lightmap code please verify or correct me on all of this.) 
Thanks For The Explanation 
 
Explosion Sprite 
I have an explosion that the player sees from a way off and the standard sprite is not visually effective from this distance. Does anyone know of a bigger exposion sprite? (I don't have the tools to manipulate sprites) 
How Much Bigger? 
The quake sprite format doesn't allow sprites to be larger than a certain size, although I can't remember what that size is, but i think it's still fairly small.

If you need the explosion to be impressive from a fair distance, some sort of "firework display" made of lots of explosions might be in order. 
 
http://necros.slipgateconstruct.com/temp/explosions.zip

bigexp.spr is a larger explosion sprite from descent
draflam2.spr is a gigantic explosion sprite from freespace (needs to run at 20fps, or just skip every other frame) 
Necros 
That's much better, thanks. 
Interesting 
draflam2 is 256x256 which is a shitload bigger than i thought quake sprites could be. 
Scale 
I think when sprites exceed the maximum size they end up getting scaled down rather than just rejected or cut off. This is something that fitzquake handles better than the stock engines, in that it would draw the sprite full size instead. 
 
do you know what that max size is? 
First | Previous | Next | Last
You must be logged in to post in this thread.
Website copyright © 2002-2024 John Fitzgibbons. All posts are copyright their respective authors.