DDF code documentation for ZDoom ?

Requests go in THIS forum!
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.

Got a cool project idea but nothing else? Put it in the project ideas thread instead!

Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.

Please read the full rules for more details.
Ac!d
Posts: 351
Joined: Tue Apr 02, 2019 5:13 am

DDF code documentation for ZDoom ?

Post by Ac!d »

I'm converting a EDGE mod for (G/L)ZDoom and I need some documentation for that.

There's a lot of data that I don't know if it can be used with the parameters of some actions like A_FireProjectile() and A_SpawnItemEx().

Code: Select all

[REVOLVER_CASING]
ACCURACY_ANGLE=36;
ACCURACY_SLOPE=20;//40
ATTACK_HEIGHT=22;
BOUNCE_SPEED=0.4;
BOUNCE_UP=2.3;
FUSE=8540T;
SLOPE_OFFSET=38;
Y_OFFSET=18;
X_OFFSET=6;
ANGLE_OFFSET=-4;

Code: Select all

DLIGHT.TYPE=QUADRATIC;
DLIGHT.INTENSITY=0;//80;
DLIGHT.RADIUS=12;
DLIGHT.COLOUR=#FFFF40;

Return to “Requests”