List of era icon names?

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
SkinnyODST
Lieutenant Colonel
Lieutenant Colonel
Posts: 545
Joined: Mon Jul 04, 2016 10:56 pm
Location: My other account
Contact:

List of era icon names?

Post by SkinnyODST »

When you add a new era to your map, depending on what letter you give it`s script, will determine what icon it has in the instant action menu. Of course it can be changed in the addme with this code
Hidden/Spoiler:
era_* = { name="Name", icon2="The icon" },
I`m wondering if anyone has made a list of each of the different icon`s names?
And if no one has, then do any of you people know how I`d get an icon of a blaster rifle?
User avatar
AnthonyBF2
Sith
Sith
Posts: 1255
Joined: Wed Aug 21, 2013 3:55 pm
Projects :: PS2+PSP Overhaul

Re: List of era icon names?

Post by AnthonyBF2 »

You need to see about adding a custom shell.lvl to your mod and adding your new texture there, then reference the new texture in that bit of code.

Hint - a custom shell, not a complete stock one.

And the 4 original icons are rep_icon, cis_icon, imp_icon and all_icon
Post Reply