Skip-textured Func_wall
#12953 posted by negke on 2013/05/23 19:57:41
Then run newskip or compile the map with these tools to have the skip texture removed automatically.
Note About Clip Brushes:
#12954 posted by RickyT33 on 2013/05/23 20:00:54
You can shoot through them. They are great for putting diagonal brushes against pillars, for example, at the side of a corridor, sticking out of a wall.
Ever start shooting a monster in a corridor and you are moving backwards and sideways and you get stuck on a light or something? And you die because you got stuck and pwned? A well placed diagonal brush can prevent this from happening as easily, because you just glide over the thing that is sticking out of the wall.
I should do this more often :D
#12955 posted by metlslime on 2013/05/23 21:38:41
or jsut make the water out of func walls with water texture on them -- it will be solid and block bullets but render as water.
Thanks guys, learning all the time :)
In a few days I'll throw a deathmatch map I've been making up for critique. The basic geometry is done, entities are done and lighting is getting close.
I'll upload with the mechanics all finished for critiquing before finishing the texturing and decorative brushes.
Put Some Monsters In!
#12957 posted by ijed on 2013/05/24 13:53:08
What Ijed Said
#12958 posted by RickyT33 on 2013/05/24 18:54:39
What RickyT23 Said
#12959 posted by Drew on 2013/05/24 23:49:02
What Drew Said ;)
#12960 posted by mfx on 2013/05/25 01:40:05
What Others Said :P
#12961 posted by JPL on 2013/05/26 08:37:52
Warning:
#12962 posted by Rick on 2013/05/26 10:23:09
Warning: 256 Models Exceeds the Standard Limit of 256.
Okay, so what is it really? 255? Or do I actually have more that 256 and it's just not telling me?
256
#12963 posted by negke on 2013/05/26 10:58:39
It will still load in unmodified ports despite the warning. You just can't add any more if you want to keep it vanilla.
If this or any of the other limits become a serious problem in your map, feel free to give me a shout. It seems I'm getting pretty good at optimizing these things... :P
If You Have A Lot Of
#12964 posted by RickyT33 on 2013/05/26 12:10:18
func_illusionary details, try grouping some of the ones that are close together into one model.
Sorry
#12965 posted by Rick on 2013/05/26 12:30:58
I well understand the limits and have gotten pretty good at optimizing stuff. What I was pointing out is this:
256 exceeds 256
Which it actually does not.
I'm guessing it has to do with counting that starts at zero instead of one. I probably have 257 models.
I've been adding one unnecessary func_wall off and on over the last several builds just to see how close I was to the limit.
I'll take one out now and the warning should go away.
Nevertheless, 256 is not more than 256
The good news is, I still have 5 or 6 models left to play with :)
#12966 posted by Spirit on 2013/05/26 12:36:06
It's probably a counting issue and a bug of that message. The index would 0-255, the range of that is 256 items. So the model with index 256 would be one over the 0-255 range as it is actually the 257th model.
#12967 posted by necros on 2013/05/26 19:07:40
negke: are you sure > 256 models loads in engines that don't support it? i remember having to remove bmodels from some maps like nesp09 because there were over 256 and it was crashing the engine.
#12968 posted by negke on 2013/05/26 19:11:46
What I meant is that a map with exactly 256 unique models will still load despite the warning in Fitz and BJP. Anything above that number will cause a crash.
However
#12969 posted by Preach on 2013/05/26 19:57:23
It might load, but I suspect that you'd have problems with model 256. The limit is because vanilla quake sends the model value as a single byte over the network. If you try and send 256, the server's going to send 0 instead - and 0 is interpreted by the client as "no model". As long as you're happy with the last model only being visible in engines with higher model limits, you can have 256.
#12970 posted by metlslime on 2013/05/26 21:51:30
the message is slightly buggy i think. The true limit is that a model with index >255 will break the network code on protocol 15 (you'll have some invisible entities.) So 256 models is okay, 257 is bad.
The bug in fitzquake is I used >=256 instead of >256 as my check for displaying that message.
HOM
#12971 posted by Cocerello on 2013/05/28 11:01:28
As we were talking about it in the thread of mfxsp6 and in others, i became more curious about it, and want to know more before i get this one in my maps. So i ask:
What is HOM exactly? What causes it? How do you fix it?
Hom
#12972 posted by Vondur on 2013/05/28 11:39:28
it's the polygons that are not being rendered.
this happens if you have erroneous brushwork: too little trianlges, too many intersecting edges on one face, textures of various nature touching each other (water+sky or something). or just huge room with too complex geometry, bsp-vis compilers just can't cope and make erroneous polygons.
so just build clean and simple and with r_speeds in mind and you'll never get this hom thingy.
Also
#12973 posted by ijed on 2013/05/28 17:21:28
It stands for Hall Of Mirrors.
#12974 posted by Rick on 2013/05/28 18:10:04
I don't know about other engines, but in Fitzquake if you set gl_clear 0 and noclip outside the map, there will be HOM everywhere that's empty space and you'll see why it's called "hall of mirrors".
Yeah
#12975 posted by RickyT33 on 2013/05/28 20:24:32
I had an idea about doing it on purpose using skipped textures. For that crazy 'down the rabbithole effect'.
Anyone:
Has that been done yet? I think it could work really well, maybe having chunks of other realms in weird positions as the player moves through some sort of rift. I nearly had a go on my last release.
Hmm
#12976 posted by Drew on 2013/05/28 21:32:13
for me HOM as an effect is ruined by it's associations with errors, problems, bad mapping, whatever
#12977 posted by necros on 2013/05/28 21:34:06
might be interesting as a breaking the fourth wall type of map
|