Best Way To Clean Any Trace of Another Game?
- ReedtheStrange
- Posts: 226
- Joined: Sun Sep 11, 2011 3:27 pm
Best Way To Clean Any Trace of Another Game?
I've been working on a game for a few months and I just began with changing Doom 2 maps and replacing sprites. I now know how to script text lumps like DECORATE and KEYCONF and I'm about ready to erase all traces of Doom 2 and pretty much turn the WAD into an entirely different game with different graphics. I also used a lot of Doom 2 textures as training wheels while making my own, and I would like to know what's the most convenient way to replace all of the old Doom 2 textures with new textures as well. I'm not knowledgeable in anything other than text lumps, but I've learned as I've gone and I expect to continue learning. I have yet to learn how to change sequences between levels and beginning cinematics, but I'm sure I'll pick that up pretty soon. I just want some advice that I probably wouldn't learn from playing around with what I find on zdoom wiki because I'm making my first WAD right now.
Right now, I'm attempting to make my own font, rather than just replacing the sprites of the characters that already existed.
Right now, I'm attempting to make my own font, rather than just replacing the sprites of the characters that already existed.
- leileilol
- Posts: 4449
- Joined: Sun May 30, 2004 10:16 am
- Preferred Pronouns: She/Her
- Location: GNU/Hell
Re: Best Way To Clean Any Trace of Another Game?
Make a null lump of some sort like a smileyface sprite, smileyface patch, smileyface flat, empty sound, silent song
copy those placeholders over every lump
Do this for everything until you see only smilies and hear nothing
copy those placeholders over every lump
Do this for everything until you see only smilies and hear nothing
- ReedtheStrange
- Posts: 226
- Joined: Sun Sep 11, 2011 3:27 pm
Re: Best Way To Clean Any Trace of Another Game?
Here's one hell of a noob question. What's a null lump? I'm sorry, I know I'm not very knowledgeable.
- wildweasel
- Posts: 21706
- Joined: Tue Jul 15, 2003 7:33 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): A lot of them
- Graphics Processor: Not Listed
- Contact:
Re: Best Way To Clean Any Trace of Another Game?
Just a graphic, sound, texture, whatever that has no actual data in it - like a WAV file that consists of nothing but silence, a texture that bears a smiley face or some other throwaway graphic, etc.
Re: Best Way To Clean Any Trace of Another Game?
Look at Blasphemer.
- ReedtheStrange
- Posts: 226
- Joined: Sun Sep 11, 2011 3:27 pm
Re: Best Way To Clean Any Trace of Another Game?
Is there any way to delete what's hardcoded? A month ago, I created a new WAD in Slade without any resources and to my surprise, it used the HUD from my WAD and I was able to spawn an arachnotron from Doom 2 with sprites, sound behavior and all.
Re: Best Way To Clean Any Trace of Another Game?
That's because you also loaded the Doom II IWAD when testing your mod...
- ReedtheStrange
- Posts: 226
- Joined: Sun Sep 11, 2011 3:27 pm
Re: Best Way To Clean Any Trace of Another Game?
It was a WAD created from scratch with slade. I then added a few textures and created a map in Doom Builder, using that created WAD as the only resource and somehow it had the data from my other WAD.Gez wrote:That's because you also loaded the Doom II IWAD when testing your mod...
- wildweasel
- Posts: 21706
- Joined: Tue Jul 15, 2003 7:33 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): A lot of them
- Graphics Processor: Not Listed
- Contact:
Re: Best Way To Clean Any Trace of Another Game?
But are you loading your file with -iwad?
- ReedtheStrange
- Posts: 226
- Joined: Sun Sep 11, 2011 3:27 pm
Re: Best Way To Clean Any Trace of Another Game?
I'm not actually sure, to be honest.wildweasel wrote:But are you loading your file with -iwad?