Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
GalacticMoblin authored Apr 3, 2022
1 parent 32c4f4d commit 486b937
Show file tree
Hide file tree
Showing 17 changed files with 3,248 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Chilli.Havoc/audio/weapon_40mm_fire_1p.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"EventId": [ "weapon_40mm_fire_1p" ],
"AudioSelectionStrategy": "random"
}
Binary file not shown.
39 changes: 39 additions & 0 deletions Chilli.Havoc/mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"Name": "Chilli.Havoc",
"Description": "Implements the Havoc Titan based off of cut content. (Special Thanks to 2009 Memes, Dinorush, Peepeepoopoo and EXRILL)",
"LoadPriority": 1,
"RequiredOnClient": true,
"Version": "0.2.4",

"Scripts": [
{
"Path": "weapons/mp_titanweapon_havoc_launcher.nut",
"RunOn": "( CLIENT || SERVER ) && MP",
},
{
"Path": "weapons/mp_titanweapon_supercharge.nut",
"RunOn": "( CLIENT || SERVER ) && MP",
},
{
"Path": "weapons/mp_titanweapon_smoke_bomb.nut",
"RunOn": "( CLIENT || SERVER ) && MP",
},
{
"Path": "sh_Havoc_util.nut",
"RunOn": "( CLIENT || SERVER ) && MP",
"ClientCallback": {
"After": "HavocPrecache"
},
"ServerCallback": {
"After": "HavocPrecache"
}
},
{
"Path": "PrimeTitanPlusHavoc.gnut",
"RunOn": "SERVER || CLIENT",
"ServerCallback": {
"After": "PrimeTitanPlus_Init"
}
},
]
}
Loading

0 comments on commit 486b937

Please sign in to comment.