One Of My More Reasonable Ideas - From ST Forums
Moderator: GZDoom Developers
Yeah, but that just plain sounds like someone made a bad wad that people shouldn't play. IOW, it's a wad issue that shouldn't be dealt with by code. I think it's usually annoying when DM wads and such replace things like the status bar, the regular Doom font, etc., but does that mean I should forcibly ban it with code? I don't think so. That sounds like an inappropriate solution, and I think this skin "solution" is inappropriate as well.randy wrote:Bio Hazard wins. A lot of the skins created after Doom Legacy added the feature replaced resources that had absolutely nothing to do with the skins, such as intermission screens and music. It was stupid and annoying, so I decided to prevent it and simplify the code at the same time.
Plus, like I said in an earlier post, this makes it so that non-annoying, properly done projects can't include custom skins (or it makes it so they have to be included with another PWAD, which is just plain annoying), and even if you can get around it, the skin that potentially uses sounds and such from the project would then be able to used independently, thus screwing up the skin.
It just seems to be a poor solution that causes more trouble that it's worth. Oh well. Sadly, I don't think I'm going to change anyone's mind, no matter how many good arguments I make.
- BouncyTEM
- Posts: 3822
- Joined: Sun Aug 24, 2003 5:42 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: 2280 Lol Street: The Calamitous Carnival (formerly Senators Prison)
Because skulltag.wad is a base wad that skulltag.exe runs and is designed to run. as such all material in that wad WILL BE LOADED automatically.StrikerMan780 wrote:No, YOU are wrong! I HAVE THE DAMN WAD TO PROVE IT! Ask Some of the People in The Skulltag Community! HOW DO YOU THINK SKULLTAG HAS SKINS EMBEDDED INTO IT'S WAD? You Know, such as massmouth, crash, base 2, phobos, and such. Right in SKULLTAG.WAD, and That Wad Has The Levels Included in it!Cutmanmike wrote:Wrong again, you can't embed skins in to wads.
Advice: I hate to be rude, but grow a flexing brain before you start screaming at everyone.
- Bio Hazard
- Posts: 4019
- Joined: Fri Aug 15, 2003 8:15 pm
- Location: ferret ~/C/ZDL $
- Contact:
I'm sure someone could write a quick program to strip out all the lumps not used by the skins from a wad and then ZDoom could do the logical thing and load all the lumps. Both problems solved. Modders could include skins and when you find a skin wad with other funky stuff in it, just drop it on this EXE and it will be "purified".
Heck, I could write such a program in a jiffy if I had a couple of offending WADs and the SKINS lump format specs.
Heck, I could write such a program in a jiffy if I had a couple of offending WADs and the SKINS lump format specs.
- Cutmanmike
- Posts: 11354
- Joined: Mon Oct 06, 2003 3:41 pm
- Operating System Version (Optional): Windows 10
- Location: United Kingdom
- Contact:
The answer to this problem is custom classes. They're alot more flexable too. Anyway it's in ST isn't it? What's the point of trying to get it in this too?Carnevil wrote:Plus, like I said in an earlier post, this makes it so that non-annoying, properly done projects can't include custom skins (or it makes it so they have to be included with another PWAD, which is just plain annoying), and even if you can get around it, the skin that potentially uses sounds and such from the project would then be able to used independently, thus screwing up the skin.
- Project Shadowcat
- Posts: 9369
- Joined: Thu Jul 14, 2005 8:33 pm
- Preferred Pronouns: They/Them
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia with Vulkan support
- Location: Blacksburg, SC USA
- Contact:
- BouncyTEM
- Posts: 3822
- Joined: Sun Aug 24, 2003 5:42 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: 2280 Lol Street: The Calamitous Carnival (formerly Senators Prison)
Indeed, it has.prdarkfox wrote:I thought they were.DoomerX wrote:It would probably go so much farther if the arguments you made were good.Carnevil wrote:Sadly, I don't think I'm going to change anyone's mind, no matter how many good arguments I make.
Is it just me, or did this topic just heat up a bit?
And thus why I back off a bit. I don't need flamebait.

- Cutmanmike
- Posts: 11354
- Joined: Mon Oct 06, 2003 3:41 pm
- Operating System Version (Optional): Windows 10
- Location: United Kingdom
- Contact:
I think one reason why this makes sense is that it's very easy for a user to go on a skin downloading spree and throw stuff in their skins folder, and then run into extra crap loading into ZDoom and having no idea why it's there. The average person probably won't even realize the problem is sitting in their skins folder buried under dozens/hundreds of WADs, and even if they do, they've got that many WADs to search through to find the problem.Carnevil wrote:Yeah, but that just plain sounds like someone made a bad wad that people shouldn't play. IOW, it's a wad issue that shouldn't be dealt with by code. I think it's usually annoying when DM wads and such replace things like the status bar, the regular Doom font, etc., but does that mean I should forcibly ban it with code? I don't think so. That sounds like an inappropriate solution, and I think this skin "solution" is inappropriate as well.
Plus, like I said in an earlier post, this makes it so that non-annoying, properly done projects can't include custom skins (or it makes it so they have to be included with another PWAD, which is just plain annoying), and even if you can get around it, the skin that potentially uses sounds and such from the project would then be able to used independently, thus screwing up the skin.
It just seems to be a poor solution that causes more trouble that it's worth. Oh well. Sadly, I don't think I'm going to change anyone's mind, no matter how many good arguments I make.
I could see the usefulness of a CVAR that would control whether the loading of non-skin-related resources is allowed in skin PWADs, but I doubt Randy will bother coding it.
- Cutmanmike
- Posts: 11354
- Joined: Mon Oct 06, 2003 3:41 pm
- Operating System Version (Optional): Windows 10
- Location: United Kingdom
- Contact:
Attempting to switch topics. Poor form indeed.
I'm not a big fan on skins, personally, but it seems to me that a limit like this in a ZDoom feature ought to be fixed by ZDoom. Also, what's annoying with wads that change elements of itself when you switch skins? It seems that it would mainly be used in a joke wad. If it's annoying, who's seriously going to use it?
I'm not a big fan on skins, personally, but it seems to me that a limit like this in a ZDoom feature ought to be fixed by ZDoom. Also, what's annoying with wads that change elements of itself when you switch skins? It seems that it would mainly be used in a joke wad. If it's annoying, who's seriously going to use it?
- Bio Hazard
- Posts: 4019
- Joined: Fri Aug 15, 2003 8:15 pm
- Location: ferret ~/C/ZDL $
- Contact:
Yuck, I wouldn't want ST's netcode in ZDoom anyway. All that lag. Blech. The current system is very fast and simple, which is far more important to me.
If Carn were to someday swallow his pride and release the netcode (or at least the bots like he said he would), I'd hope it would be optional. (except the bots, zcajun seriously needs to take a hike!)
If Carn were to someday swallow his pride and release the netcode (or at least the bots like he said he would), I'd hope it would be optional. (except the bots, zcajun seriously needs to take a hike!)