Page 1 of 1

Doom Builder Resources

Posted: Sun Nov 13, 2005 3:51
by justin023
A zip file with the following for Doom Builder:

1. Gzdoom.cfg - the old one didn't link 3d floor line specials and tagged sectors
2. ACS.cfg + zspecial.acs - Updated for thing_move(int tid, int dest, opt bool nofog);
3. zdefs.acs - Definitions for common angles (ang_ne, ang_sw, etc.)

Posted: Sun Nov 13, 2005 4:10
by Shinjanji
As far as the new GZDoom.cfg goes...

I think that the lack of linkage between 3D-floor line specials and thier tags was intentional. As it stands, the configuration fails to link sectors with tags of higher than 255 (which is what hibyte is used for) and improperly links to sectors that have the lower tags.

Excuse the wording, I'm too lazy to revise that to an order other than what I was thinking at the time. Same with this line, too :P

In short: It doesn't support the High Byte.

Posted: Sun Nov 13, 2005 4:27
by justin023
How many people go over 255 sector tags regularly?

Posted: Sun Nov 13, 2005 4:44
by Shinjanji
Just mentioning that it causes confusion when dealing with high bytes.

Posted: Sun Nov 13, 2005 4:54
by justin023
I wasn't aware of that, but it is helpful for me