eldomtom2 Posted April 16, 2022 I want to replace the animated mugshot with a single static image. How do I do this? I'm using GZDoom and zScript. 0 Quote Share this post Link to post
Stabbey Posted April 17, 2022 (edited) Easy enough to do. Each face graphic is stored separately in DOOM2.WAD, the STF* series of images. Just take your desired image, and replace all of the faces in your own WAD with that image in Slade (use the same name as the ones from DOOM2.WAD so they get overwritten). Edited April 17, 2022 by Stabbey 0 Quote Share this post Link to post
eldomtom2 Posted April 17, 2022 So there isn't a way to just use code to set my image to be used in all instances, I have to make a bunch of duplicates? 0 Quote Share this post Link to post
Btyb88 Posted April 18, 2022 1 hour ago, eldomtom2 said: So there isn't a way to just use code to set my image to be used in all instances, I have to make a bunch of duplicates? If you wanted to have things be vanilla compatible, yes. But otherwise, yeah you can use code in GZDoom to do it. You would have to make a custom player class and use the Player.Face property. I'm not to familiar with it unfortunately so that's the best I can give you. 1 Quote Share this post Link to post
eldomtom2 Posted April 19, 2022 Is there someone out there who is? I've tried doing that (I want a custom player class for other reasons anyway) but the end result is just a blank mugshot. 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.