Compilers
#11973 posted by sock on 2012/06/07 17:56:06
Is there a Q1 compiler which works with func_group entities?
I am currently using TreeQBSP v2.05 (10/04/2007) modified by Bengt Jardrup, but it leaks if I have any func_group entities in my map.
#11974 posted by necros on 2012/06/07 19:59:41
i know that aguirre's txqbsp does. just add -group to enable the support.
#11975 posted by sock on 2012/06/07 20:48:30
I assume you are talking about this version of qbsp? (http://user.tninet.se/~xir870k/)
The program (qbsp) tells me -group is not supported, I checked the readme file and it has no mention of it. Are you using a special version not listed on his homepage?
#11976 posted by necros on 2012/06/07 21:22:43
the file you want is the txqbspbjp.zip which contains his txqbsp. This one supports -group.
it's only his treeqbsp that does not support -group.
Options
#11977 posted by sock on 2012/06/07 21:43:00
Ok that was confusing, I looked at the website and saw qbsp to be newer and assumed it was the correct one to download.
The txqbsp does not support -oldaxis and -transwater switches, I assume this ok?
#11978 posted by necros on 2012/06/07 21:57:47
aguirre's txqbsp uses -altaxis and automatically builds transparent water (you can disable this with -nowatervis)
I Never Really Understood
#11979 posted by Kinn on 2012/06/08 08:42:37
why he maintained 2 slightly different forks of bsp in parallel. It's not as if there were any obvious reasons given regarding why we should use one over the other. I use Tx, for reasons that I can't actually remember now, but I'm sure were valid at the time.
#11980 posted by necros on 2012/06/08 08:47:20
tx supports everything tree does, but also supports floating point coordinates. unless there's anything else, there's really no reason to use treeqbsp.
I Thought
#11981 posted by Kinn on 2012/06/08 08:58:28
that Tree supported floating point in exactly the same way that Tx does. That's what it says in the readme files anyway.
#11982 posted by necros on 2012/06/08 09:00:04
oh maybe it's the 'etp' thing then? enhanced texture precision?
Again
#11983 posted by Kinn on 2012/06/08 09:08:47
supported in both, according to the readmes. In fact, going from the readmes, the main features list of both tools appear to be identical.
#11984 posted by necros on 2012/06/08 09:12:42
geez, maybe they are then? the only difference would be txqbsp supporting -group then and different switch name for old/alt axis...
Tx > Tree
#11985 posted by RickyT33 on 2012/06/08 10:34:49
More stable, from my experience.
Also
#11986 posted by SleepwalkR on 2012/06/08 10:48:34
Tx has better dynamic memory management, which of course is completely irrelevant with today's computers. I think that internally they use different data structures.
Mapper Switch
#11987 posted by sock on 2012/06/08 16:27:07
I did find it funny that there is a -kinn command line switch for the light compiler! :P
"Added new option "-kinn" which translates all delay 2 lights into delay 5."
Lol
#11988 posted by Kinn on 2012/06/08 17:56:42
yeah, the story behind that is this: originally the only inverse square falloff was "delay 2", which I didn't like because the light level went to infinity as you approached the light source. This of course just meant you got a big flat fullbright circle around your light all the time, no matter what the value of the light entity was. I ended up modifying the formula so that it was still inverse square but the light level at the source was equal to the light entity value, not infinity. Aguirre liked this formula, so he included it in his version as "delay 5", but in my own custom version it's still "delay 2".
#11989 posted by necros on 2012/06/08 18:49:09
thank goodness for that, i love delay 5! :)
Worldcraft Question
#11990 posted by nakasuhito on 2012/06/11 05:27:31
i'm using worldcraft 3.33 w/ quake adapter, and is there away to tell worldcraft not to use a specific color for the brushes? a lot of times they end up black, and its hard to see with the black background.
there is an option for white background, but with the grid being gray, its pretty useless.
Like When You Clip Them?
#11991 posted by Drew on 2012/06/11 06:33:20
Try 'grouping' the brush. Thats my mid level solution. Always hated that too.
#11992 posted by nakasuhito on 2012/06/11 07:21:26
pretty much whenever i edit a brush, like playing with the vertices or whatever, it changes color.
one thing i do is right click on a brush and go to properties, click ok and it changes color.
i'm guessing the answer is no then. :(
Monsterjump
#11993 posted by Mike Woodham on 2012/06/24 15:57:54
I have several flying monsters spawning in close proximity. Although they have some delay between them, occassionally one will spawn on top of the other and I get blood-n-guts all over the place. It seems that trigger_push and trigger_monsterjump do not work with flying monsters. Any ideas on how to avoid this kind of issue without resorting to qc, other than not to do it in the first place?
#11994 posted by digs on 2012/06/24 18:43:06
to say for sure, need to see this place. trigger_monsterjump does have tested. If the monster is already flying, it does not work. Maybe there is an opportunity to put between the trigger pad covered with textured skip? Then he landed on it and no longer flying
#11995 posted by necros on 2012/06/24 18:57:06
i don't think that will work as the fl_onground flag (which is what is needed to be on in order for monsterjump to worok) is never changed or explicitly set during teleport so if the monster didn't have it set, then it won't have it set after teleporting.
Necros
#11996 posted by Mike Woodham on 2012/06/27 13:34:31
Yes, now I've looked at the qc I can see why. I had promised myself no more messing with the devil. I seem to be endlessly 'tweaking' just to get one effect, so I will leave it alone now. If the player gets lucky, so be it.
You never know, I might even finish this map. It's four years and counting: architecture was finished not long after I released the first half of FMB-BDG, lighting about a year later, monsters went in end of last year, play-testing and looking for music this year, and I'm getting older by the minute...
Texture Rotation And Alignment
#11997 posted by ionous on 2012/07/04 17:26:34
I was fooling around in Worldcraft today trying to align textures on brushes aligned at 45 degree angles when it occurred to me that someone might have already figured out the correct ratio not only for this, but for most angles in general. Has anyone formulated a table to get proper alignment on textures, scale included?
|