bluray Posted March 17, 2023 hello I'm new to doom editing, been messing with GZDoom / Slade / UDB for a week and I'd like to get started with customizing weapons,their animations,properties etc. For example, when using Fists or pistol, how do I go about adding extra actions such as alternate fire with right click? I have some sprites but no idea how to implement them. Do I need ACS or something similar? if so, what should I edit? I'm testing in a temp map in UDB. Thanks! 0 Quote Share this post Link to post
Kappes Buur Posted March 18, 2023 (edited) New or custom weapons for GZDoom are done now with ZCRIPT, formerly with DECORATE. If you want to use DECORATE then have a look at the tutorials at Gunlabs. Check out the many example custom weapons at the Realm667 Armory which may contain scripts either in ZCRIPT or DECORATE or both (see the lump OLDSCRIPT). Keep in mind that each new actor (weapon, monster, etc) needs to have a unique DoomED number, which with DECORATE is part of the classname and with ZSCRIPT is part of a DoomEDNums block in MAPINFO. Edited March 18, 2023 by Kappes Buur 0 Quote Share this post Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.