RE: Secret Door Z-fighting
#14715 posted by RickyT33 on 2015/01/16 20:51:17
for func_door_secret there are two keys for the movements, t_width & t_length - experiment with those and the door's angle until you can get the door to move in a way where there is no z-fighting
Thanks!
Yeah I guess I won't optimize it for winQuake then. I guess the probability that someone who downloads Quake maps today runs winQuake is not that high. I'll try the t_width way tomorrow. Btw the tip to not make it slide into a solid brush and instead have a slot, is it bad to that without a slot for other purposes than aesthetics?
No!
#14717 posted by RickyT33 on 2015/01/16 21:33:20
You can have it slide into a brush if you like. If the player can never see the imaginary space behind the door isn't there, then it doesn't make a difference.
Also in general, when you are building your maps, you can overlap brushes and have brushes that go inside, through and across other brushes. It is often better to have this than it is to have 'a thousand cuts' in your brushwork. The only thing that matters really is make sure that all of the brush vertices are on-grid. The points where they overlap and intersect can be off-grid, the compilers handle that just fine.
So
1 - brushes co-ordinates must be on-grid.
2 - BSP or output co-ordinates can be off-grid
3 - You can overlap brushes, do it it makes for more efficient mapping.
You can run it in Winquake I think, but there is a console command to allow more stuff to be drawn.
If you use the info_command entity or something like that (which is from the Quoth mod), or maybe an info_notnull hack (not sure) you could fire the console command on map-load.
ANYONE?!?
r
Question
#14718 posted by Kinn on 2015/01/16 23:29:54
Not really "mapping help" so much as "basic quake installation" help.
You know how after a while (and a couple of custom engines later), the quake root folder is full of a million dlls and all sorts of crap that's maybe used by that one thing that you tried that one time four years ago...?
What I'm asking is: is there a list anywhere of just the files that would constitute a totally clean install of vanilla quake?
I Am A Cretin
#14719 posted by Kinn on 2015/01/16 23:34:07
Yeah
#14720 posted by ericw on 2015/01/16 23:38:39
clean install would just be:
quake/id1/pak0.pak
quake/id1/pak1.pak
quake/{extract your engine of choice}
Great
#14721 posted by Kinn on 2015/01/16 23:42:01
That is delightfully simple.
I always have "pure" install of quake... cause my normal folder is a complete mess.
Joys Of Steam
#14723 posted by Preach on 2015/01/16 23:50:54
Whenever I need a clean quake directory I let steam handle that!
#14724 posted by - on 2015/01/17 00:29:18
I have a clean copy of Quake in my Steam apps directory that I really could delete I suppose... I copied it over to it's own home on E:\Quake\ long ago and use that for actually playing Quake.
Yeah I have steam too, but to be honest who the hell needs their games folders to be so about 30 folders deep? I mean really, why doesn't steam allow the folders to just be C:\games ??
#14726 posted by Spirit on 2015/01/17 00:50:50
Steam comes with lots of crap no one needs and horribly broken engines.
#14727 posted by - on 2015/01/17 00:51:44
You can set up additional or different folder locations, but you still end up with something like:
E:\SteamLibrary\SteamApps\common\XXXGame\
I don't need my games deeper than my porn folders...
Yeah I've Got Loads Of Steam Stuff
#14729 posted by RickyT33 on 2015/01/17 01:14:10
But my Quake is in c:\quake
(actually it's in e:\quake but that's a long sad story)
Oh You Mean...
#14730 posted by - on 2015/01/17 01:14:48
E:\Downloads\
porn + literally anything else I download. I am very organized.
Porn is on the desktop, ain't nobody got time for digging for that...
#14732 posted by quaketree on 2015/01/17 02:52:17
This:
clean install would just be:
quake/id1/pak0.pak
quake/id1/pak1.pak
quake/{extract your engine of choice}
I put any changes I like and want to keep into PAK2.pak.
My test bed for everything is put into PAK3.pak.
The great thing about the Quake file setup is that the default of IDPAK0 or PAK1 can be overridden by any PAK# higher than that but if no new file is available the defaults kick in.
Mine is set up with PAK0 and PAK1 being untouched. PAK2 has watervised levels and .ogg files and PAK3 has the "Dirty" lit files (also watervised) and new models.
Easy to undo changes yet still keep a clean Quake install.
"Dirty" Lit Files
#14733 posted by quaketree on 2015/01/17 02:56:37
Nope, I meant dirty .bsp files. Lit has no place in classic Quake as it's currently implemented. It's not subtle at all.
Say
#14734 posted by madfox on 2015/01/17 08:26:27
I have a rock mountain in my map. It has a bad vising because something tricky distorts the brushes into hom's and it aches my attention working on it.
When I change the whole structure into a func_wall there is no hom vissible, but is it save it won't happen when real vising?
Did You Try
#14735 posted by ijed on 2015/01/17 13:45:41
detail brushes?
#14736 posted by Spirit on 2015/01/17 19:17:50
Is it possible to scale enemies in size via hacks or standard qc?
You Can In UE4
#14737 posted by Zwiffle on 2015/01/17 19:29:12
#UE4Thread
Depending On Your Assets
#14738 posted by Preach on 2015/01/17 19:40:44
Is it possible to scale enemies in size via hacks or standard qc?
If you go to the trouble of creating a scaled model then you can code micro or macro-monsters, but there's no way to change model scale in standard QC. It's not recommended to create frames at different scales within the same model, as you lose precision in the smaller scale frames. Darkplaces supports this as an extension, but it's the kind of feature you would have to commit to using DP in your mod..
#14739 posted by JneeraZ on 2015/01/17 19:42:40
*high five*
|