Geometri7 Posted September 23, 2023 (edited) Hello everyone, Recently me and my friends decided that we should make a .wad about our inside joke, so I decided to make it despite being new to the game. I installed Slade, everything went well, and I just changed some parts of Archviles' sprites. Eventually I made the .wad (in the .zip file attached here), but for some reason the game just uses the default sprites, not even some error missing sprites. I found out that it successfully reads the .wad, but I guess it just overrides it with default sprites. What is the problem? test.zip Edited September 24, 2023 by Geometri7 0 Quote Share this post Link to post
129thVisplane Posted September 23, 2023 looks like you're just missing S_START and S_END markers. sprite replacements/additions in Doom require to be set between those markers so the game knows where they are in the wad. in case you're not sure how to put markers in SLADE: make two new empty entries named S_START and S_END, and move the sprites between them. :) 2 Quote Share this post Link to post
Geometri7 Posted September 24, 2023 Thanks a lot, it works now! :D 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.