aliens

Author Topic: Question about rank images  (Read 2310 times)

Offline Dotcore Jetkill

  • Squaddie
  • *
  • Posts: 8
    • View Profile
Question about rank images
« 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?

Offline Hobbes

  • Commander
  • *****
  • Posts: 2101
  • Infiltration subroutine in progress
    • View Profile
Re: Question about rank images
« Reply #1 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.

Offline Dotcore Jetkill

  • Squaddie
  • *
  • Posts: 8
    • View Profile
Re: Question about rank images
« Reply #2 on: March 14, 2019, 08:31:06 am »
Awesome, thank you!