Skip to content

Commit 8bc8429

Browse files
Merge pull request #81 from Underqualified-Gunman/main
Cheat sheet for armor names for mod authors
2 parents cf2c5ae + bd80f86 commit 8bc8429

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

ARMOR_RENAMES.txt

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
// hhx armor redirect cheat sheet
2+
// vannilla first
3+
4+
// note if you want armors to line up 1 to 1 with no seams you must have the same dimensions for all of your armors/shieldcore sprites
5+
6+
// green/garrison armor
7+
ARMOURG0
8+
ARMOURG1
9+
10+
// blue/combat armor
11+
ARMOURU0
12+
ARMOURU1
13+
14+
// radsuit
15+
RADSUTA0
16+
17+
// shield core
18+
// note doesn't override the helmet sprite. allows you to place in alternate parts of the hud.
19+
SHIELDA0 // seems to be entierly unused
20+
SHIELDB0 // starts at b for some reason as the lowest power shield core
21+
SHIELDC0 // middle charge
22+
SHIELDD0 // full charge
23+
24+
25+
26+
// modded armors
27+
28+
// Corprate armor
29+
ARMOURC0
30+
ARMOURC1
31+
32+
// HEV armor
33+
ARMOURH0
34+
ARMOURH1
35+
36+
// Sneaking Suit
37+
ARMOURS0
38+
ARMOURS1
39+
40+
// helmet
41+
HELMETA0
42+
HELMETA1
43+
44+
// spicy air gas mask
45+
GASMASKA
46+
GASMASKB
47+
GASMASKC
48+
GASMASKD
49+
50+
// leather jacket
51+
ARMOURL0
52+
ARMOURL1
53+
54+
// B&M armor plates
55+
ARMOURP0
56+
ARMOURP1
57+
58+
// radsuit boots
59+
RADBUTA0
60+
61+
// anti gravity boots
62+
AGRVA0
63+

0 commit comments

Comments
 (0)