OpenXcom Forum

OpenXcom => Open Feedback => Topic started by: Dotcore Jetkill on March 13, 2019, 12:09:42 pm

Title: Question about rank images
Post by: Dotcore Jetkill on March 13, 2019, 12:09:42 pm
Hi everybody!

I couldn't find a mod that does this, but a saw that XPiratez uses custom rank insignia. Is there a mod/way to customize the rank graphics?
Title: Re: Question about rank images
Post by: Hobbes on March 14, 2019, 05:27:49 am
Code: [Select]
extraSprites:
  - type: SMOKE.PCK
    files:
      20: Resources/Rank_0_B.png
      21: Resources/Rank_1_B.png
      22: Resources/Rank_2_B.png
      23: Resources/Rank_3_B.png
      24: Resources/Rank_4_B.png
      25: Resources/Rank_5_B.png

The rank images are located on SMOKE.PCK vanilla file, index numbers 20-25, all you need to do is to assign new ones to replace them, code above shown as an example.
Title: Re: Question about rank images
Post by: Dotcore Jetkill on March 14, 2019, 08:31:06 am
Awesome, thank you!