Skip to content

CS:GO weapons update #169

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Dec 10, 2016
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added parent_class to CS:GO weapons that are not members of dumpentit…
…yfactories.

Fixed name of one CS:GO weapon.
  • Loading branch information
satoon101 committed Oct 20, 2016
commit b7a0b649c0a2f20ef2d1994eba36e194721aa97d
17 changes: 16 additions & 1 deletion addons/source-python/data/source-python/weapons/csgo.ini
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
clip = 20
cost = 3100
item_definition_index = 60
parent_class = "weapon_m4a1"
tags = "all,secondary,rifle"

[[sg556]]
Expand Down Expand Up @@ -249,6 +250,7 @@
clip = 12
cost = 500
item_definition_index = 63
parent_class = "weapon_p250"
tags = "all,secondary,pistol"

[[deagle]]
Expand Down Expand Up @@ -312,6 +314,7 @@
clip = 8
cost = 850
item_definition_index = 64
parent_class = "weapon_deagle"
tags = "all,secondary,pistol"

[[tec9]]
Expand All @@ -330,6 +333,7 @@
clip = 12
cost = 200
item_definition_index = 61
parent_class = "weapon_hkp2000"
tags = "all,secondary,pistol"

# =========================================================================
Expand All @@ -340,59 +344,70 @@
item_definition_index = 42
tags = "all,knife,melee"

[[knife_boyonet]]
[[knife_bayonet]]
slot = 3
item_definition_index = 500
parent_class = "weapon_knife"
tags = "all,knife,melee"

[[knife_butterfly]]
slot = 3
item_definition_index = 515
parent_class = "weapon_knife"
tags = "all,knife,melee"

[[knife_falchion]]
slot = 3
item_definition_index = 512
parent_class = "weapon_knife"
tags = "all,knife,melee"

[[knife_flip]]
slot = 3
item_definition_index = 505
parent_class = "weapon_knife"
tags = "all,knife,melee"

[[knife_gut]]
slot = 3
item_definition_index = 506
parent_class = "weapon_knife"
tags = "all,knife,melee"

[[knife_karambit]]
slot = 3
item_definition_index = 507
parent_class = "weapon_knife"
tags = "all,knife,melee"

[[knife_m9_bayonet]]
slot = 3
item_definition_index = 508
parent_class = "weapon_knife"
tags = "all,knife,melee"

[[knife_push]]
slot = 3
item_definition_index = 516
parent_class = "weapon_knife"
tags = "all,knife,melee"

[[knife_survival_bowie]]
slot = 3
item_definition_index = 514
parent_class = "weapon_knife"
tags = "all,knife,melee"

[[knife_t]]
slot = 3
item_definition_index = 59
parent_class = "weapon_knife"
tags = "all,knife,melee"

[[knife_tactical]]
slot = 3
item_definition_index = 509
parent_class = "weapon_knife"
tags = "all,knife,melee"

[[knifegg]]
Expand Down