aliens

Author Topic: Incorrect corpses.  (Read 1259 times)

wcho035

  • Guest
Incorrect corpses.
« on: September 30, 2019, 05:07:17 pm »
Another problem I also seen in my mod, sometimes the corpses from soldier died are incorrect. I understand that from the armour.rul, the corpse png from corpseBattle are declared within  FLOOROB.PCK.

If I have a spriteSheet with     

spriteFaceGroup: 6

spriteHairGroup: 9

For example, I can have soldier of different skin color and gender.

Yet when a soldier dies, it is always the blonde guy. Is there a similar coding in the ruleset like

spriteFaceGroup: 6

spriteHairGroup: 9

that can change the skin colour of the corpse or even the gender?


Offline Meridian

  • Global Moderator
  • Commander
  • *****
  • Posts: 8644
    • View Profile
Re: Incorrect corpses.
« Reply #1 on: September 30, 2019, 05:16:05 pm »
There is no ruleset for this.

(As far as I know) it is doable via scripts.

wcho035

  • Guest
Re: Incorrect corpses.
« Reply #2 on: September 30, 2019, 05:19:57 pm »
Thanks Meridian, appreciate the reply.