Burgish Posted April 23, 2023 Been working on a weapon/monster mod for a while now, and its starting to get pretty... well, big. I've got a Slade file with hundreds of graphics entries, over a dozen DECOs, and only a few sounds at the moment with plans to add plenty more. I've been trying to keep things organized with marker entries, but its a big of a dogs breakfast. Decided to actually put things in order, and discovered that folders aren't available in .wad files. Anyone have any suggestions? Are there "best practices" that everyone follows? How do you keep your projects organized in Slade? Or do I just embrace chaos and take a 'long as it works' approach? 0 Quote Share this post Link to post
SMG_Man Posted April 23, 2023 (edited) Use the PK3 file structure instead of a WAD for your project. It's going to be a pain in the ass getting things set up initially, but the organized file structure will make your life a hell of a lot easier in the long run. image: Spoiler Being able to store things in folders does wonders for organization. Note: While your project is in development, SLADE/UDB/GZDoom can simply load an ACTUAL FOLDER (using the pk3 structure) on your computer, instead of having to compile and re-compile a PK3 in Slade any time you make changes (because a PK3 is just a ZIP file, and a ZIP is just a compressed directory). You can read more on PK3s/ZDoom-supported directories here: https://zdoom.org/wiki/Using_ZIPs_as_WAD_replacement Edited April 23, 2023 by SMG_Man 2 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.