Page 1 of 1
MiniMe Skins not working correctly
Posted: Fri Feb 28, 2014 4:59 pm
by DevilHunter
In the RBCSkins pack released by Voltlock back in the Skulltag days, there is a Skin.. Well, not really one, but its the Doom Marine, only scaled down.
However, I just now noticed that it does not work anymore. Instead, a Pixalated Shotgun Raise Sprite plays in a loop when "MiniMe" is selected. It works correctly in Skulltag, but in Zandronum, it don't.
All it is for Minime is...
This is in the SKININFO lump in RBCSkins11-qf. And has been in every version of RBCSkins that I remember. So if anyone can figure out why this happens, let me know.
Here is the link to the
Wad
I can't remember if Voltlock made RBCSkin12 with the ST Skins in there. It was either I, or Him that did it. But in
RBCSkin12, this still happens.
And before you ask, Yes I tried reinstalling Zandronum. I tried removing all my Announcers, Skins, Configs, and whatever else from the Zandronum Folder. Yes I tried loading Skulltag_Data/Actors with it.
This is only a minor problem however, I can just remove the entry from Skininfo if I want.
RE: MiniMe Skins not working correctly
Posted: Fri Feb 28, 2014 8:18 pm
by -Jes-
Something did indeed change in Zandro - enough to make skins that do not define a sprite name not actually default to PLAY.
But the really odd part about it is, that it's not consistent about it.
+lol brane
RE: MiniMe Skins not working correctly
Posted: Sun Mar 02, 2014 6:52 am
by DevilHunter
So.. Nobody else knows whats going on? Perhaps Torr might chime in here.. Idunno. I know I said its no biggie, but it still is somewhat an issue...
RE: MiniMe Skins not working correctly
Posted: Sun Mar 02, 2014 8:08 am
by CloudFlash
I suggest copying Doomguy's states set and pasting it into Minime.
RE: MiniMe Skins not working correctly
Posted: Sun Mar 02, 2014 4:29 pm
by DevilHunter
If only I knew how to do that.. I tried using the Stock PLAYA sprite, but it don't scale down as it should.
Here is what its suppose to look like.. (taken in Skulltag)
Spoiler: WARNING: 1680x1050 Res here (Open)
yes, those are stock settings. I haven't bothered to fix Skulltag back up since reinstalling it.
RE: MiniMe Skins not working correctly
Posted: Sun Mar 02, 2014 8:13 pm
by Ænima
Meepy has the same problem. Apparently you can't make skins that use the stock PLAY sprite unless you actually include the full PLAY set with it. It didn't use to be this way (as evidence by the fact that Meepy worked fine in Skulltag, now he's invisible ingame).
RE: MiniMe Skins not working correctly
Posted: Sun Mar 02, 2014 8:46 pm
by CloudFlash
Okay, here is what you do:
1: Open the RBCskins with XWE / whatever you want to use.
2: Paste this below 'scale 0.7':
Code: Select all
States
{
Spawn:
PLAY A -1
Loop
See:
PLAY ABCD 4
Loop
Missile:
PLAY E 12
Goto Spawn
Melee:
PLAY F 6 BRIGHT
Goto Missile
Pain:
PLAY G 4
PLAY G 4 A_Pain
Goto Spawn
Death:
PLAY H 0 A_PlayerSkinCheck("AltSkinDeath")
Death1:
PLAY H 10
PLAY I 10 A_PlayerScream
PLAY J 10 A_NoBlocking
PLAY KLM 10
PLAY N -1
Stop
XDeath:
PLAY O 0 A_PlayerSkinCheck("AltSkinXDeath")
XDeath1:
PLAY O 5
PLAY P 5 A_XScream
PLAY Q 5 A_NoBlocking
PLAY RSTUV 5
PLAY W -1
Stop
}
3: Save and enjoy.
(or just put 'sprite = PLAY' somewhere in Minime's properties. Not sure if will work, tho.)
RE: MiniMe Skins not working correctly
Posted: Sun Mar 02, 2014 10:41 pm
by Ænima
WAT
Why would you paste DECORATE into SKININFO?
RE: MiniMe Skins not working correctly
Posted: Mon Mar 03, 2014 12:12 am
by Slim
CloudFlash wrote:
Okay, here is what you do:
1: Open the RBCskins with XWE / whatever you want to use.
2: Paste this below 'scale 0.7':
Code: Select all
States
{
Spawn:
PLAY A -1
Loop
See:
PLAY ABCD 4
Loop
Missile:
PLAY E 12
Goto Spawn
Melee:
PLAY F 6 BRIGHT
Goto Missile
Pain:
PLAY G 4
PLAY G 4 A_Pain
Goto Spawn
Death:
PLAY H 0 A_PlayerSkinCheck("AltSkinDeath")
Death1:
PLAY H 10
PLAY I 10 A_PlayerScream
PLAY J 10 A_NoBlocking
PLAY KLM 10
PLAY N -1
Stop
XDeath:
PLAY O 0 A_PlayerSkinCheck("AltSkinXDeath")
XDeath1:
PLAY O 5
PLAY P 5 A_XScream
PLAY Q 5 A_NoBlocking
PLAY RSTUV 5
PLAY W -1
Stop
}
3: Save and enjoy.
(or just put 'sprite = PLAY' somewhere in Minime's properties. Not sure if will work, tho.)
It's a skin, not a monster. :P
RE: MiniMe Skins not working correctly
Posted: Mon Mar 03, 2014 1:57 am
by Ivan
And this is why we don't trust him about his suggestions about 99% of the time.
On topic, check how I did the Arnold skin. It had the exact same issue you described and it was solved by simplying providing the player sprites from the IWAD itself.
RE: MiniMe Skins not working correctly
Posted: Mon Mar 03, 2014 9:00 am
by DevilHunter
Welp.. I took the sprites from Arnoldskin, and put "sprite = PLAY" into MiniMe's Spot in Skininfo, loaded it up, and it works..
I still don't see why this happens. Something in Zandro is fucked.. Perhaps I will make a ticket but.. idunno. If any of you want to, go ahead, because I will probably forget to.
Anyhow.. if anyone cares to get the Hotfix Version, I can upload it no prob.
As for now.. Case Closed.. somewhat
RE: MiniMe Skins not working correctly
Posted: Thu Mar 06, 2014 5:50 pm
by Torr Samaho
DevilHunter wrote:
Perhaps I will make a ticket but..
If something that worked in Skulltag doesn't work anymore in Zandronum please open a ticket. I will look into it eventually.
RE: MiniMe Skins not working correctly
Posted: Thu Mar 06, 2014 10:15 pm
by DevilHunter
Torr Samaho wrote:
DevilHunter wrote:
Perhaps I will make a ticket but..
If something that worked in Skulltag doesn't work anymore in Zandronum please open a ticket. I will look into it eventually.
http://zandronum.com/tracker/view.php?id=1734
Done.