Skip to content

Commit

Permalink
Update Weapon Names to 'Official Values'
Browse files Browse the repository at this point in the history
  • Loading branch information
dbalders authored Nov 30, 2023
1 parent 619ba71 commit 54c2f50
Showing 1 changed file with 43 additions and 43 deletions.
86 changes: 43 additions & 43 deletions src/parser/src/maps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,62 +253,62 @@ pub static AGENTSMAP: phf::Map<u32, &'static str> = phf_map! {

// Found in scripts/items/items_game.txt
pub static WEAPINDICIES: phf::Map<u32, &'static str> = phf_map! {
1_u32 => "deagle",
2_u32 => "elite",
3_u32 => "fiveseven",
4_u32 => "glock",
7_u32 => "ak47",
8_u32 => "aug",
9_u32 => "awp",
10_u32=> "famas",
11_u32 => "g3sg1",
13_u32 => "galilar",
14_u32 => "m249",
16_u32 => "m4a1",
17_u32 => "mac10",
19_u32 => "p90",
1_u32 => "Desert Eagle",
2_u32 => "Dual Berettas",
3_u32 => "Five-SeveN",
4_u32 => "Glock-18",
7_u32 => "AK-47",
8_u32 => "AUG",
9_u32 => "AWP",
10_u32 => "FAMAS",
11_u32 => "G3SG1",
13_u32 => "Galil AR",
14_u32 => "M249",
16_u32 => "M4A4",
17_u32 => "MAC-10",
19_u32 => "P90",
20_u32 => "zone_repulsor",
23_u32 => "mp5sd",
24_u32 => "ump45",
25_u32 => "xm1014",
26_u32 => "bizon",
27_u32 => "mag7",
28_u32 => "negev",
29_u32=> "sawedoff",
30_u32 => "tec9",
31_u32 => "taser",
32_u32 => "hkp2000",
33_u32 => "mp7",
34_u32 => "mp9",
35_u32 => "nova",
36_u32 => "p250",
23_u32 => "MP5-SD",
24_u32 => "UMP-45",
25_u32 => "XM1014",
26_u32 => "PP-Bizon",
27_u32 => "MAG-7",
28_u32 => "Negev",
29_u32 => "Sawed-Off",
30_u32 => "Tec-9",
31_u32 => "Zeus x27",
32_u32 => "P2000",
33_u32 => "MP7",
34_u32 => "MP9",
35_u32 => "Nova",
36_u32 => "P250",
37_u32 => "shield",
38_u32 => "scar20",
39_u32 => "sg556",
40_u32=> "ssg08",
38_u32 => "Scar-20",
39_u32 => "SG 553",
40_u32=> "SSG 08",
41_u32 => "knifegg",
42_u32 => "knife",
43_u32 => "flashbang",
44_u32=> "hegrenade",
45_u32 => "smokegrenade",
46_u32 => "molotov",
47_u32 => "decoy",
48_u32 => "incgrenade",
49_u32 => "c4",
43_u32 => "Flashbang",
44_u32 => "High Explosive Grenade",
45_u32 => "Smoke Grenade",
46_u32 => "Molotov",
47_u32 => "Decoy Grenade",
48_u32 => "Incendiary Grenade",
49_u32 => "C4",
50_u32 => "item_kevlar",
51_u32=> "item_assaultsuit",
51_u32 => "item_assaultsuit",
52_u32 => "item_heavyassaultsuit",
54_u32 => "item_nvg",
55_u32 => "item_defuser",
56_u32 => "item_cutters",
57_u32 => "healthshot",
58_u32 => "musickit_default",
59_u32 => "knife_t",
60_u32 => "m4a1_silencer",
61_u32 => "usp_silencer",
60_u32 => "M4A1-S",
61_u32 => "USP-S",
62_u32 => "Recipe Trade Up",
63_u32 => "cz75a",
64_u32 => "revolver",
63_u32 => "CZ75-Auto",
64_u32 => "R8 Revolver",
68_u32 => "tagrenade",
69_u32 => "fists",
70_u32 => "breachcharge",
Expand Down

0 comments on commit 54c2f50

Please sign in to comment.