-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
32c4f4d
commit 486b937
Showing
17 changed files
with
3,248 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"EventId": [ "weapon_40mm_fire_1p" ], | ||
"AudioSelectionStrategy": "random" | ||
} |
Binary file added
BIN
+743 KB
Chilli.Havoc/audio/weapon_40mm_fire_1p/Wpn_EPG_1P_Core_LR_2ch_v1_01.wav
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
}, | ||
] | ||
} |
Oops, something went wrong.