MemeMind Posted August 2, 2023 I need some some technical help. I am coming back to an old project and everything seems to be working as intended. The only problem is that all the my custom things are not showing up in the editor. T hey all have editor numbers, spawnids, and menu categories. Yet they dont show up. Im pretty stumped about this. heres the files right here: https://drive.google.com/file/d/130kTuPSwVI7FJyrl8LdPZz-gF8AVJI32/view?usp=sharing 0 Quote Share this post Link to post
Kappes Buur Posted August 3, 2023 (edited) I just quickly had a look at the pk3. You cannot have multiple DECORATE lumps. In one DECORATE use #include "actor" to include all actors by name. Check out Using ZIPs as WAD replacement for the proper directory structure. To see how it is done in a project have a look at Enjay's Waterlab or Gene-Tech: Before the Storm Edited August 3, 2023 by Kappes Buur 0 Quote Share this post Link to post
SMG_Man Posted August 3, 2023 57 minutes ago, Kappes Buur said: You cannot have multiple DECORATE lumps. In one DECORATE use #include "actor" to include all actors by name. Here's an example of what that could look like Spoiler Basically, just change all of your current "DECORATE" lumps into named .txt files (I use a directory named "Actors" for this, but you can put them somewhere else) and reference them in one single "DECORATE" lump in the top-level directory of your PK3. 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.