Sourcemod Resources: Difference between revisions

From Empires Wiki
Jump to navigation Jump to search
No edit summary
Line 20: Line 20:


===Vehicle Weapons===
===Vehicle Weapons===
  //These values are returned by the m_iChassis offset of the netclass CEmpTank0 "Standard Machine Gun"
  //These values are returned by the m_iWeapon offset of the netclass CEmpTankTurret
0 "Standard Machine Gun"
  1 "Bio Machine Gun"
  1 "Bio Machine Gun"
  2 ".50 Caliber Medium Machine Gun"
  2 ".50 Caliber Medium Machine Gun"

Revision as of 00:44, 9 November 2008

Home > Sourcemod Resources

Empires 2.12 Indexes

Vehicles

//These values are returned by the m_iChassis offset of the netclass CEmpTank
0	"NF Jeep"
1	"NF APC"
2	"NF Light Tank"
3	"NF Med Tank"
4	"NF Heavy Tank"
5	"NF Arty Tank"
6	"Imperial Jeep"
7	"Imperial APC"
8	"Imperial AFV"
9	"Imperial Med Tank"
10	"Imperial Heavy Tank"
11	"Imperial Arty Tank"
12	"Imperial Commander"
13	"NF Commander"

Vehicle Weapons

//These values are returned by the m_iWeapon offset of the netclass CEmpTankTurret
0	"Standard Machine Gun"
1	"Bio Machine Gun"
2	".50 Caliber Medium Machine Gun"
3	".50 Caliber Heavy Machine Gun"
4	"Anti-Tank Machine Gun"
5	"Anti-Tank Heavy Machine Gun"
6	"Chain Gun"
7	"Medium Chain Gun"
8	"Plasma Machine Gun"
9	"HE MG"
10	"Standard Cannon"
11	"Ranged Cannon"
12	"High Explosive Cannon"
13	"Plasma Cannon"
14	"Rail Gun"
15	"smallArtilleryCannon"
16	"medArtilleryCannon"
17	"High Explosive Artillery"
18	"Ranged Artillery Cannon"
19	"singleMissileLauncher"
20	"Upgraded Missile Launcher"
21	"Biological Warhead"
22	"Nuclear Warhead"
23	"salvoMissileLauncher"
24	"guidedMissileLauncher"
25	"Upgraded Guided ML"
26	"homingMissileLauncher"
27	"Upgraded Homing Missile Launcher"
28	"salvoHomingMissileLauncher"
29	"grenadeLauncher"
30	"Upgraded Grenade Launcher"
31	"smallBombBay"
32	"largeBombBay"