Sourcemod Resources: Difference between revisions

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


==Empires Indexes==
==Empires Indexes==
===Vehicles===
===Vehicles===<pre>
<pre>
//These values are returned by the m_iChassis offset of the netclass CEmpTank
//These values are returned by the m_iChassis offset of the netclass CEmpTank
//Found By Theowningone
//Found By Theowningone

Revision as of 21:25, 13 January 2009

Home > Sourcemod Resources

Current Version: v2.21

Empires Indexes

===Vehicles===

//These values are returned by the m_iChassis offset of the netclass CEmpTank
//Found By Theowningone
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
//Found By Theowningone
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"

Research

//These values are returned by the Multiple Offsets of the netclass CResearchResource
//Found By Theowningone
1	"Physics"	
2		"Superheated Material Physics"		
3			"Plasma Cannon Projectile"			
4			"Plasma Bullet Projectile"			
5		"Projectile Physics"		
6			"Reflective Armor"			
7			"Extended Range Cannon"			
8			"Heavy Caliber Machine Gun"			
9		"Nuclear Fission"		
10			"Fission Reactor"			
11			"HIT Warhead"			
12	"Chemistry"	
13		"Improved Flagration Compounds"		
14			"Explosive Tipped Bullets"			
15		"Improved Detonation Compounds"		
16			"Upgraded Grenades"			
17			"Explosive Shells"			
18		"Improved Warhead Compounds"		
19			"Upgraded Missile Warhead"			
20			"Upgraded Grenadier RPG"			
21				"Advanced Grenadier RPG"				
22		"Improved Heat Transfer Fluids"		
23			"Advanced Coolant Engine"				
24			"Absorbant Armor"			
25	"Mechanical Engineering"	
26		"Advanced Personnel Deployment"		
27		"Upgraded Chassis"		
28			"Medium Tank Chassis"			
29			"Artillery Tank Chassis"			
30			"Advanced Chassis"			
31				"Heavy Tank Chassis"				
32		"Advanced Machining"		
33			"Composite Armor"			
34			"Gas Turbine Engine"			
35	"Electrical Engineering"	
36		"Advanced Magnet Research"		
37			"Rail Gun"			
38			"3 Phase Electric Motor"			
39		"Reactive Armor"		
40		"Tracking Systems"		
41			"Homing Missiles"			
42			"Guided Missiles"			
43		"Upgraded Turrets Lvl 2"		
44			"Upgraded Turrets Lvl 3"			
45		"Improved Detonators"		
46	"Biology"	
47		"Regenerative Armor"		
48		"Bio Diesel Engine"		
49		"Biological Weaponry"		
50			"Biological Warhead"			
51			"Biological Projectile"			

Vehicle Armor

//These values are found in Multiple Offsets of the netclass CEmpTank
//Found By Theowningone
offset+0	"Front"
offset+4	"Back"
offset+8	"Left"
offset+12	"Right"

Player Classes

//These values are found in m_iEmpClass of the netclass CSDKPlayer
//Found By Theowningone
0	"Scout"
1	"Rifleman"
2	"Grenadier"
3	"Engineer"
4	"Unknown(Never Appears)"
5	"None/Spectator"

Virtual Offsets

Coming soon in offsite link due to wiki limitations!

Dump files

Datamaps

Coming soon in offsite link due to wiki limitations!

Netprops

Coming soon in offsite link due to wiki limitations!


Tools

Comming Soon!