Skip to content

Commit b6ed444

Browse files
committed
Merge branch 'master' into cached_property
2 parents 3785faa + a2a89c9 commit b6ed444

2 files changed

Lines changed: 58 additions & 1 deletion

File tree

addons/source-python/data/source-python/weapons/csgo.ini

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,16 @@
190190
item_definition_index = 24
191191
tags = "all,primary,smg"
192192

193+
[[mp5sd]]
194+
slot = 0
195+
maxammo = 120
196+
ammoprop = 7
197+
clip = 30
198+
cost = 1500
199+
item_definition_index = 23
200+
parent_class = "weapon_mp7"
201+
tags = "all,primary,smg"
202+
193203
# Shotguns
194204
[[mag7]]
195205
slot = 0
@@ -367,7 +377,7 @@
367377
item_definition_index = 42
368378
tags = "all,knife,melee"
369379

370-
[[knife_bayonet]]
380+
[[bayonet]]
371381
slot = 2
372382
item_definition_index = 500
373383
parent_class = "weapon_knife"
@@ -466,6 +476,36 @@
466476
slot = 2
467477
tags = "all,knife,melee"
468478

479+
[[knife_css]]
480+
slot = 2
481+
item_definition_index = 503
482+
parent_class = "weapon_knife"
483+
tags = "all,knife,melee,earned"
484+
485+
[[knife_cord]]
486+
slot = 2
487+
item_definition_index = 517
488+
parent_class = "weapon_knife"
489+
tags = "all,knife,melee,earned"
490+
491+
[[knife_canis]]
492+
slot = 2
493+
item_definition_index = 518
494+
parent_class = "weapon_knife"
495+
tags = "all,knife,melee,earned"
496+
497+
[[knife_outdoor]]
498+
slot = 2
499+
item_definition_index = 521
500+
parent_class = "weapon_knife"
501+
tags = "all,knife,melee,earned"
502+
503+
[[knife_skeleton]]
504+
slot = 2
505+
item_definition_index = 525
506+
parent_class = "weapon_knife"
507+
tags = "all,knife,melee,earned"
508+
469509
[[melee]]
470510
slot = 2
471511
tags = "all,melee"
@@ -590,13 +630,24 @@
590630
item_definition_index = 49
591631
tags = "all,objective"
592632

633+
[[bumpmine]]
634+
slot = 4
635+
item_definition_index = 85
636+
maxammo = "ammo_grenade_limit_bumpmine"
637+
tags = "all,tool"
638+
593639
[[healthshot]]
594640
slot = 11
595641
item_definition_index = 57
596642
maxammo = "ammo_item_limit_healthshot"
597643
ammoprop = 21
598644
tags = "all,tool,coop"
599645

646+
[[shield]]
647+
slot = 11
648+
item_definition_index = 37
649+
tags = "all,tool"
650+
600651
[[tablet]]
601652
slot = 12
602653
item_definition_index = 72

addons/source-python/docs/source-python/source/general/known-issues.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ same time on a Linux server. There are some issues with the symbols of the
99
shared Python libraries (``libpython2.5.so.1.0`` and ``libpython3.4m.so.1.0``),
1010
which causes either EventScripts to be loaded with Source.Python's Python
1111
version or vice versa. This doesn't work well and results in a crash on startup.
12+
13+
SourceMod's Accelerator incompatibility
14+
---------------------------------------------------
15+
If you are running `SourceMod's Accelerator <https://forums.alliedmods.net/showthread.php?t=277703&>`_
16+
with Source.Python, you may experience random crashes that would normally be caught since this extension
17+
prevents us from catching and preventing them.

0 commit comments

Comments
 (0)