Skins Folder
-
- Forum Regular
- Posts: 294
- Joined: Sat Jun 16, 2012 7:42 pm
Skins Folder
From the topic in Zandro talk, I'm wondering what exactly can be put into a skins folder. What is classified as a "skin folder material"? I've seen people play with weapon sprite replacements, but how do those work? Isn't there a way to possibly exploit this feature?
RE: Skins Folder
Well I suppose they would work like the recoloured glove wads you can get. Put all the images into Slade as a WAD file then just save the wad into Skins they're all PNG's no coding has to be done if that's what you're asking?
[quote=Zero X Diamond ]Careful, you don't want to push that Pikachu dude to action. Who knows what unspeakable things lie in store for you? Maybe he'll... send you another nasty tweet![/quote]
[quote=Sonter_Man]Autism runs amok on zandaemon[/quote]
[quote=Sonter_Man]Autism runs amok on zandaemon[/quote]
RE: Skins Folder
He's asking what constitutes as a legitimate skins wad.
Skin folder exploits are generally not a worry in the least, or any type of advantage possible through sprite/sound/skin replacements is negligible. Expected player skin advantages (like making the sprite huge to be able to see him around corners, etc) are protected against: any player skins must be within general hitbox size or it will abort on startup.
What counts as "skin folder material" are free of "protected" lumps like DECORATE, ACS, and other gameplay modifying code. Generally the only things Zandronum allows are custom HUDs, player skins, sprite replacements, and sound replacements. Anything else, and it will give the user a level authentication error upon connecting to a server.
Skin folder exploits are generally not a worry in the least, or any type of advantage possible through sprite/sound/skin replacements is negligible. Expected player skin advantages (like making the sprite huge to be able to see him around corners, etc) are protected against: any player skins must be within general hitbox size or it will abort on startup.
What counts as "skin folder material" are free of "protected" lumps like DECORATE, ACS, and other gameplay modifying code. Generally the only things Zandronum allows are custom HUDs, player skins, sprite replacements, and sound replacements. Anything else, and it will give the user a level authentication error upon connecting to a server.
- Torr Samaho
- Lead Developer
- Posts: 1543
- Joined: Fri May 25, 2012 6:03 pm
- Location: Germany
RE: Skins Folder
Zandronum will print warnings to the console log if you put a wad in your skins folder that shouldn't be in there. So just make sure that you don't get such warnings and everything in your skins folder is fine.BloodyAcid wrote: From the topic in Zandro talk, I'm wondering what exactly can be put into a skins folder. What is classified as a "skin folder material"?