diff --git a/resources/[inventory]/cs_shops/config/config.lua b/resources/[inventory]/cs_shops/config/config.lua
index 9004786f8..b73809278 100644
--- a/resources/[inventory]/cs_shops/config/config.lua
+++ b/resources/[inventory]/cs_shops/config/config.lua
@@ -1517,7 +1517,7 @@ CodeStudio.Products = {
itemPrice = 0,
itemInfo = "",
},
- ['weapon_winchester'] = {
+ ['weapon_combatshotgun'] = {
itemName = "Shrewsbury Frontier Repeater",
itemStock = 50,
itemPrice = 0,
diff --git a/resources/[inventory]/cs_shops/ui/image/weapon_combatshotgun.png b/resources/[inventory]/cs_shops/ui/image/weapon_combatshotgun.png
index 3e58dcf75..cf92f90fb 100644
Binary files a/resources/[inventory]/cs_shops/ui/image/weapon_combatshotgun.png and b/resources/[inventory]/cs_shops/ui/image/weapon_combatshotgun.png differ
diff --git a/resources/[inventory]/cs_shops/ui/image/weapon_pumpshotgun_mk2.png b/resources/[inventory]/cs_shops/ui/image/weapon_pumpshotgun_mk2.png
index 7ec179f95..3e58dcf75 100644
Binary files a/resources/[inventory]/cs_shops/ui/image/weapon_pumpshotgun_mk2.png and b/resources/[inventory]/cs_shops/ui/image/weapon_pumpshotgun_mk2.png differ
diff --git a/resources/[inventory]/cs_shops/ui/image/weapon_winchester.png b/resources/[inventory]/inventory_images/images/weapon_combatshotgun.png.png
similarity index 100%
rename from resources/[inventory]/cs_shops/ui/image/weapon_winchester.png
rename to resources/[inventory]/inventory_images/images/weapon_combatshotgun.png.png
diff --git a/resources/[inventory]/inventory_images/images/weapon_winchester.png b/resources/[inventory]/inventory_images/images/weapon_winchester.png
deleted file mode 100644
index cf92f90fb..000000000
Binary files a/resources/[inventory]/inventory_images/images/weapon_winchester.png and /dev/null differ
diff --git a/resources/[inventory]/tgiann-inventory/items/items.lua b/resources/[inventory]/tgiann-inventory/items/items.lua
index 5814caebc..afd84783b 100644
--- a/resources/[inventory]/tgiann-inventory/items/items.lua
+++ b/resources/[inventory]/tgiann-inventory/items/items.lua
@@ -639,10 +639,9 @@ itemsData = {
weight = 1000,
type = 'weapon',
unique = true,
- description = 'Weapon Combatshotgun',
+ description = '',
image = 'weapon_combatshotgun.png',
- label = 'Beanbag Shotgun',
- ammotype = 'AMMO_BEANBAG',
+ label = 'Shrewsbury Frontier Repeater',
name = 'weapon_combatshotgun',
},
xtcbaggy = {
@@ -10764,17 +10763,6 @@ itemsData = {
image = 'line_coke.png',
name = 'line_coke',
},
- weapon_winchester = {
- shouldClose = true,
- type = 'weapon',
- description = '',
- weight = 1000,
- label = 'Shrewsbury Frontier Repeater',
- unique = true,
- useable = true,
- image = 'weapon_winchester.png',
- name = 'weapon_winchester',
- },
}
diff --git a/resources/[inventory]/tgiann-inventory/items/weapons.lua b/resources/[inventory]/tgiann-inventory/items/weapons.lua
index 149bc00a4..6e16d7fe0 100644
--- a/resources/[inventory]/tgiann-inventory/items/weapons.lua
+++ b/resources/[inventory]/tgiann-inventory/items/weapons.lua
@@ -67,7 +67,7 @@ local weaponsList = {
weapon_dbshotgun = { name = 'weapon_dbshotgun', label = 'Double-barrel Shotgun', weight = 1000, ammotype = 'AMMO_SHOTGUN', image = 'weapon_dbshotgun.png', description = 'A shotgun with two parallel barrels, allowing two single shots to be fired in quick succession' },
weapon_autoshotgun = { name = 'weapon_autoshotgun', label = 'Auto Shotgun', weight = 1000, ammotype = 'AMMO_SHOTGUN', image = 'weapon_autoshotgun.png', description = 'A shotgun capable of rapid continous fire' },
weapon_pumpshotgun_mk2 = { name = 'weapon_pumpshotgun_mk2', label = 'Beanbag Shotgun', weight = 1000, ammotype = 'AMMO_BEANBAG', image = 'weapon_pumpshotgun_mk2.png', description = 'Weniger Tödlich...' },
- weapon_combatshotgun = { name = 'weapon_combatshotgun', label = 'Combat Shotgun', weight = 1000, ammotype = 'AMMO_SHOTGUN', image = 'weapon_combatshotgun.png', description = 'Weapon Combatshotgun' },
+ weapon_combatshotgun = { name = 'weapon_combatshotgun', label = 'Shrewsbury Frontier Repeater', weight = 1000, ammotype = 'AMMO_RIFLE', image = 'weapon_combatshotgun.png', description = '' },
-- Assault Rifles
weapon_assaultrifle = { name = 'weapon_assaultrifle', label = 'AK 75', weight = 1000, ammotype = 'AMMO_RIFLE', image = 'weapon_assaultrifle.png', description = 'A rapid-fire, magazine-fed automatic rifle designed for infantry use' },
@@ -137,8 +137,7 @@ local weaponsList = {
weapon_airsoftak74 = { name = 'weapon_airsoftak74', label = 'Softair AK75', weight = 1000, ammotype = 'AMMO_AIRSOFT', image = 'weapon_airsoftak74.png', description = '' },
-- Addon
- weapon_winchester = { name = 'weapon_winchester', label = 'Shrewsbury Frontier Repeater', weight = 1000, ammotype = 'AMMO_SNIPER', image = 'weapon_airsoftak74.png', description = 'Wenn der Staub sich legt, zählt nur, wer noch nachlädt.' },
-
+
}
local ammoTypeToPolice = {
AMMO_SMG = "AMMO_POLICE_SMG",
diff --git a/resources/[jobs]/[weapons]/Shrewsbury_Frontier_Repeater/cl_weaponNames.lua b/resources/[jobs]/[weapons]/Shrewsbury_Frontier_Repeater/cl_weaponNames.lua
deleted file mode 100644
index 541b5e428..000000000
--- a/resources/[jobs]/[weapons]/Shrewsbury_Frontier_Repeater/cl_weaponNames.lua
+++ /dev/null
@@ -1 +0,0 @@
-AddTextEntry("WEAPON_WINCHESTER", "Shrewsbury Frontier Repeater")
diff --git a/resources/[jobs]/[weapons]/Shrewsbury_Frontier_Repeater/fxmanifest.lua b/resources/[jobs]/[weapons]/Shrewsbury_Frontier_Repeater/fxmanifest.lua
deleted file mode 100644
index 989db165b..000000000
--- a/resources/[jobs]/[weapons]/Shrewsbury_Frontier_Repeater/fxmanifest.lua
+++ /dev/null
@@ -1,19 +0,0 @@
-fx_version 'cerulean'
-games {'gta5'}
-description 'Add-on weapon generated using vWeaponsToolkit'
-
-files{
- '**/weaponcomponents.meta',
- '**/weaponarchetypes.meta',
- '**/weaponanimations.meta',
- '**/pedpersonality.meta',
- '**/weapons.meta',
-}
-
-data_file 'WEAPONCOMPONENTSINFO_FILE' '**/weaponcomponents.meta'
-data_file 'WEAPON_METADATA_FILE' '**/weaponarchetypes.meta'
-data_file 'WEAPON_ANIMATIONS_FILE' '**/weaponanimations.meta'
-data_file 'PED_PERSONALITY_FILE' '**/pedpersonality.meta'
-data_file 'WEAPONINFO_FILE' '**/weapons.meta'
-
-client_script 'cl_weaponNames.lua'
diff --git a/resources/[jobs]/[weapons]/Shrewsbury_Frontier_Repeater/meta/pedpersonality.meta b/resources/[jobs]/[weapons]/Shrewsbury_Frontier_Repeater/meta/pedpersonality.meta
deleted file mode 100644
index 68f78b188..000000000
--- a/resources/[jobs]/[weapons]/Shrewsbury_Frontier_Repeater/meta/pedpersonality.meta
+++ /dev/null
@@ -1,214 +0,0 @@
-
-
-
-
- -
- UNHOLSTER_UNARMED
-
-
-
-
-
- WEAPON_WINCHESTER
-
- unarmed_holster_2h
-
-
-
- -
- UNHOLSTER_2H_MELEE
-
-
-
-
-
- WEAPON_WINCHESTER
-
- 2h_melee_holster_2h
-
-
-
- -
- UNHOLSTER_1H
-
-
-
-
-
- WEAPON_WINCHESTER
-
- 1h_holster_2h
-
-
-
- -
- UNHOLSTER_2H
-
-
-
-
-
- WEAPON_WINCHESTER
-
- 2h_holster_2h
-
-
-
- -
- UNHOLSTER_MINIGUN
-
-
-
-
-
- WEAPON_WINCHESTER
-
- mini_holster_2h
-
-
-
- -
- UNHOLSTER_UNARMED_STEALTH
-
-
-
-
-
- WEAPON_WINCHESTER
-
- unarmed_holster_2h
-
-
-
- -
- UNHOLSTER_2H_MELEE_STEALTH
-
-
-
-
-
- WEAPON_WINCHESTER
-
- unarmed_holster_2h
-
-
-
- -
- UNHOLSTER_1H_STEALTH
-
-
-
-
-
- WEAPON_WINCHESTER
-
- 1h_holster_2h
-
-
-
- -
- UNHOLSTER_2H_STEALTH
-
-
-
-
-
- WEAPON_WINCHESTER
-
- 2h_holster_2h
-
-
-
-
-
- -
- DEFAULT_ACTION
-
-
-
-
-
-
-
- WEAPON_WINCHESTER
-
-
- -
- move_action@p_m_zero@armed@core
- move_action@p_m_zero@armed@2H@upper
- UpperbodyAndIk_filter
-
-
-
-
-
-
- MOVE_ACTION@GENERIC@TRANS@2H
-
-
- MOVE_ACTION@P_M_ZERO@HOLSTER
-
-
-
-
-
- -
-
-
-
-
- WEAPON_WINCHESTER
-
-
- -
- move_stealth@p_m_zero@unarmed@core
- move_stealth@p_m_zero@2h@upper
- UpperbodyAndIk_filter
-
-
-
-
-
-
- move_stealth@generic@trans@2h
-
-
- move_stealth@p_m_zero@holster
-
-
-
-
-
-
-
- -
- MP_FEMALE_ACTION
-
-
-
-
-
-
-
- WEAPON_WINCHESTER
-
-
- -
- move_action@p_m_zero@armed@core
- move_action@mp_female@armed@2H@upper
- UpperbodyAndIk_filter
-
-
-
-
-
-
- MOVE_ACTION@MP_FEMALE@ARMED@2H@TRANS
-
-
- MOVE_ACTION@P_M_ZERO@HOLSTER
-
-
-
-
-
- -
-
-
-
-
- WEAPON_WINCHESTER
-
-
- -
- move_stealth@p_m_zero@unarmed@core
- move_stealth@p_m_zero@2h@upper
- UpperbodyAndIk_filter
-
-
-
-
-
-
- MOVE_STEALTH@MP_FEMALE@2H@TRANS
-
-
- move_stealth@p_m_zero@holster
-
-
-
-
-
-
-
-
-
-
diff --git a/resources/[jobs]/[weapons]/Shrewsbury_Frontier_Repeater/meta/weaponanimations.meta b/resources/[jobs]/[weapons]/Shrewsbury_Frontier_Repeater/meta/weaponanimations.meta
deleted file mode 100644
index 204f58518..000000000
--- a/resources/[jobs]/[weapons]/Shrewsbury_Frontier_Repeater/meta/weaponanimations.meta
+++ /dev/null
@@ -1,389 +0,0 @@
-
-
-
-
- -
- Default
-
-
-
-
-
-
-
- move_ballistic_2h
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
- cover@move@base@2h
- cover@move@extra@2h
- cover@move@ai@base@2h
- Cover_Wpn_RifleSniper
- weapons@rifle@hi@sniper_rifle
- BothArms_filter
-
-
-
-
- weapons@rifle@hi@sniper_rifle
- weapons@rifle@hi@sniper_rifle_str
-
- weapons@rifle@hi@sniper_rifle@stealth
-
-
-
-
-
-
-
- combat_aim_turns_rifle
-
- melee@rifle@streamed_core
-
-
-
-
- reaction@shellshock@2h
- MOVE_JUMP@WEAPONS@RIFLE
- MOVE_FALL@WEAPONS@RIFLE
- weapons@rifle@
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
- Gang
-
-
-
-
-
-
-
- weapons@rifle@f
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
- Default
-
-
-
- move_m@generic
- cover@first_person@move@base@2h
- cover@first_person@move@extra@2h
- cover@move@ai@base@2h
- Cover_FirstPerson_Wpn_RifleSniper
- weapons@first_person@aim_rng@generic@assault_rifle@shared@core
- BothArms_filter
-
-
- move_ped_strafing_stealth
-
- weapons@first_person@aim_idle@generic@sniper_rifle@shared@core
- weapons@first_person@aim_rng@generic@sniper_rifle@sniper_rifle_str
-
- weapons@first_person@aim_stealth@generic@sniper_rifle@shared@core
-
-
-
-
-
-
-
- combat_aim_turns_rifle
-
- melee@rifle@streamed_core
-
-
-
-
- reaction@shellshock@2h
- MOVE_JUMP@WEAPONS@RIFLE
- MOVE_FALL@WEAPONS@RIFLE
- weapons@rifle@
-
-
-
-
-
-
-
-
-
-
- weapons@first_person@aim_rng@p_m_zero@assault_rifle@shared@aim_trans@rng_to_idle
- weapons@first_person@aim_lt@p_m_zero@assault_rifle@shared@aim_trans@lt_to_idle
- weapons@first_person@aim_scope@p_m_zero@sniper_rifle@shared@aim_trans@scope_to_idle
- weapons@first_person@aim_idle@p_m_zero@assault_rifle@shared@aim_trans@unholster_to_idle
- weapons@first_person@aim_stealth@p_m_zero@assault_rifle@shared@aim_trans@stealth_to_idle
- weapons@first_person@aim_idle@p_m_zero@assault_rifle@shared@aim_trans@idle_to_stealth
- weapons@first_person@aim_stealth@p_m_zero@assault_rifle@shared@aim_trans@unholster_to_stealth
- weapons@first_person@aim_idle@remote_clone@assault_rifle@shared@core
-
-
- weapons@first_person@aim_idle@p_m_zero@sniper_rifle@shared@fidgets@a
- - weapons@first_person@aim_idle@p_m_zero@sniper_rifle@shared@fidgets@b
- - weapons@first_person@aim_idle@p_m_zero@sniper_rifle@shared@fidgets@c
-
-
-
-
- -
- Default
-
-
-
- cover@first_person@move@base@2h
- cover@first_person@move@extra@2h
- cover@move@ai@base@2h
- Cover_FirstPerson_Wpn_RifleSniper
- weapons@first_person@aim_rng@generic@assault_rifle@shared@core
- BothArms_filter
-
-
- move_ped_strafing_stealth
-
- weapons@first_person@aim_lt@generic@sniper_rifle@shared@core@w_fire
- weapons@first_person@aim_rng@generic@sniper_rifle@sniper_rifle_str
-
- weapons@first_person@aim_lt@generic@sniper_rifle@shared@core@w_fire
-
-
-
-
-
-
-
- combat_aim_turns_rifle
-
- melee@rifle@streamed_core
-
-
-
-
- reaction@shellshock@2h
- MOVE_JUMP@WEAPONS@RIFLE
- MOVE_FALL@WEAPONS@RIFLE
- weapons@rifle@
-
-
-
-
-
-
-
-
-
-
- weapons@first_person@aim_idle@p_m_zero@assault_rifle@shared@aim_trans@idle_to_lt
- weapons@first_person@aim_rng@p_m_zero@assault_rifle@shared@aim_trans@rng_to_lt
-
- weapons@first_person@aim_scope@p_m_zero@assault_rifle@shared@aim_trans@scope_to_lt
- weapons@first_person@aim_lt@p_m_zero@assault_rifle@shared@aim_trans@unholster_to_lt
- weapons@first_person@aim_stealth@p_m_zero@assault_rifle@shared@aim_trans@stealth_to_lt
- weapons@first_person@aim_lt@p_m_zero@assault_rifle@shared@aim_trans@lt_to_stealth
-
-
-
- -
- Default
-
-
-
- cover@first_person@move@base@2h
- cover@first_person@move@extra@2h
- cover@move@ai@base@2h
- Cover_FirstPerson_Wpn_RifleSniper
- weapons@first_person@aim_rng@generic@assault_rifle@shared@core
- BothArms_filter
-
-
- move_ped_strafing_stealth
-
- weapons@first_person@aim_rng@generic@sniper_rifle@shared@core@w_fire
- weapons@first_person@aim_rng@generic@sniper_rifle@sniper_rifle_str
-
- weapons@first_person@aim_rng@generic@sniper_rifle@shared@core@w_fire
-
-
-
-
-
-
-
- combat_aim_turns_rifle
-
- melee@rifle@streamed_core
-
-
-
-
- reaction@shellshock@2h
- MOVE_JUMP@WEAPONS@RIFLE
- MOVE_FALL@WEAPONS@RIFLE
- weapons@rifle@
-
-
-
-
-
-
-
-
-
-
- weapons@first_person@aim_idle@p_m_zero@assault_rifle@shared@aim_trans@idle_to_rng
-
- weapons@first_person@aim_lt@p_m_zero@assault_rifle@shared@aim_trans@lt_to_rng
- weapons@first_person@aim_scope@p_m_zero@sniper_rifle@shared@aim_trans@scope_to_rng
- weapons@first_person@aim_rng@p_m_zero@assault_rifle@shared@aim_trans@unholster_to_rng
- weapons@first_person@aim_stealth@p_m_zero@assault_rifle@shared@aim_trans@stealth_to_rng
- weapons@first_person@aim_rng@p_m_zero@assault_rifle@shared@aim_trans@rng_to_stealth
-
-
- weapons@first_person@aim_rng@p_m_zero@sniper_rifle@shared@fidgets@a
- - weapons@first_person@aim_rng@p_m_zero@sniper_rifle@shared@fidgets@b
- - weapons@first_person@aim_rng@p_m_zero@sniper_rifle@shared@fidgets@c
-
-
-
-
- -
- Default
-
-
-
- cover@first_person@move@base@2h
- cover@first_person@move@extra@2h
- cover@move@ai@base@2h
- Cover_FirstPerson_Wpn_RifleSniper
- weapons@first_person@aim_rng@generic@assault_rifle@shared@core
- BothArms_filter
-
-
- move_ped_strafing_stealth
-
- weapons@first_person@aim_scope@generic@sniper_rifle@shared@core@w_fire
- weapons@first_person@aim_rng@generic@sniper_rifle@sniper_rifle_str
-
- weapons@first_person@aim_scope@generic@sniper_rifle@shared@core@w_fire
-
-
-
-
-
-
-
- combat_aim_turns_rifle
-
- melee@rifle@streamed_core
-
-
-
-
- reaction@shellshock@2h
- MOVE_JUMP@WEAPONS@RIFLE
- MOVE_FALL@WEAPONS@RIFLE
- weapons@rifle@
-
-
-
-
-
-
-
-
-
-
- weapons@first_person@aim_idle@p_m_zero@sniper_rifle@shared@aim_trans@idle_to_scope
- weapons@first_person@aim_rng@p_m_zero@sniper_rifle@shared@aim_trans@rng_to_scope
- weapons@first_person@aim_lt@p_m_zero@assault_rifle@shared@aim_trans@lt_to_scope
-
- weapons@first_person@aim_scope@p_m_zero@sniper_rifle@shared@aim_trans@unholster_to_scope
- weapons@first_person@aim_stealth@p_m_zero@assault_rifle@shared@aim_trans@stealth_to_scope
- weapons@first_person@aim_scope@p_m_zero@assault_rifle@shared@aim_trans@scope_to_stealth
-
-
-
-
-
-
diff --git a/resources/[jobs]/[weapons]/Shrewsbury_Frontier_Repeater/meta/weaponarchetypes.meta b/resources/[jobs]/[weapons]/Shrewsbury_Frontier_Repeater/meta/weaponarchetypes.meta
deleted file mode 100644
index 91afc344e..000000000
--- a/resources/[jobs]/[weapons]/Shrewsbury_Frontier_Repeater/meta/weaponarchetypes.meta
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
- -
- w_sg_winchester
- w_sg_winchester
- NULL
-
-
-
-
-
diff --git a/resources/[jobs]/[weapons]/Shrewsbury_Frontier_Repeater/meta/weapons.meta b/resources/[jobs]/[weapons]/Shrewsbury_Frontier_Repeater/meta/weapons.meta
deleted file mode 100644
index f6f20c165..000000000
--- a/resources/[jobs]/[weapons]/Shrewsbury_Frontier_Repeater/meta/weapons.meta
+++ /dev/null
@@ -1,247 +0,0 @@
-
-
-
-
- -
-
-
-
-
- SLOT_WEAPON_WINCHESTER
-
-
-
-
-
- -
-
-
-
- WEAPON_WINCHESTER
- w_sg_winchester
-
- SLOT_WEAPON_WINCHESTER
- BULLET
-
- DONTCARE
- DONTCARE
- DONTCARE
- DONTCARE
- DONTCARE
- DONTCARE
-
- DELAYED_HIT
- WHEEL_SNIPER
- GROUP_SNIPER
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- BONETAG_HEAD
-
-
-
- -
- BONETAG_NECK
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- WEAPON_EFFECT_GROUP_RIFLE_SNIPER
- muz_alternate_star
- muz_alternate_star
-
-
-
-
- eject_sniper
- bullet_tracer
- BulletLarge
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- SNIPER_LOW_ZOOM_AIM_CAMERA
- MELEE_AIM_IN_COVER_CAMERA
- SNIPER_LOW_ZOOM_AIM_CAMERA
- DEFAULT_THIRD_PERSON_PED_RUN_AND_GUN_CAMERA
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DEFAULT_FIRST_PERSON_RECOIL_SHAKE
- DEFAULT_FIRST_PERSON_RECOIL_SHAKE
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- WEAPONTYPE_RIFLE
- SNIPER_LARGE
- PICKUP_WEAPON_SNIPERRIFLE
- PICKUP_AMMO_BULLET_MP
- WEAPON_WINCHESTER
- MMI_2Handed
- SNIPERRFL
-
-
- Sniper
-
-
-
- CarriedInHand FirstPersonScope Gun CanFreeAim TwoHanded AnimReload AnimCrouchFire UsableOnFoot UsableInCover HasLowCoverReloads HasLowCoverSwaps UseFPSAimIK UseFPSSecondaryMotion UseFPSAnimatedRecoil DisableFPSAimForScope
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- AR
-
-
diff --git a/resources/[jobs]/[weapons]/Shrewsbury_Frontier_Repeater/stream/w_sg_winchester.ydr b/resources/[jobs]/[weapons]/Shrewsbury_Frontier_Repeater/stream/w_sg_winchester.ydr
deleted file mode 100644
index f49d3b854..000000000
Binary files a/resources/[jobs]/[weapons]/Shrewsbury_Frontier_Repeater/stream/w_sg_winchester.ydr and /dev/null differ
diff --git a/resources/[jobs]/[weapons]/Shrewsbury_Frontier_Repeater/stream/w_sg_winchester.ytd b/resources/[jobs]/[weapons]/Shrewsbury_Frontier_Repeater/stream/w_sg_winchester.ytd
deleted file mode 100644
index 3e93c8496..000000000
Binary files a/resources/[jobs]/[weapons]/Shrewsbury_Frontier_Repeater/stream/w_sg_winchester.ytd and /dev/null differ
diff --git a/resources/[jobs]/[weapons]/Winchester_1873/__resource.lua b/resources/[jobs]/[weapons]/Winchester_1873/__resource.lua
new file mode 100644
index 000000000..567e450fd
--- /dev/null
+++ b/resources/[jobs]/[weapons]/Winchester_1873/__resource.lua
@@ -0,0 +1,7 @@
+resource_manifest_version "44febabe-d386-4d18-afbe-5e627f4af937"
+
+files {
+ 'audio/sfx/weapons_player/snp_rifle.awc',
+}
+
+data_file 'AUDIO_WAVEPACK' 'audio/sfx/weapons_player'
\ No newline at end of file
diff --git a/resources/[jobs]/[weapons]/Winchester_1873/audio/sfx/weapons_player/snp_rifle.awc b/resources/[jobs]/[weapons]/Winchester_1873/audio/sfx/weapons_player/snp_rifle.awc
new file mode 100644
index 000000000..1edc861a8
Binary files /dev/null and b/resources/[jobs]/[weapons]/Winchester_1873/audio/sfx/weapons_player/snp_rifle.awc differ
diff --git a/resources/[jobs]/[weapons]/Winchester_1873/stream/w_sg_pumpshotgunmk2_hi.ydr b/resources/[jobs]/[weapons]/Winchester_1873/stream/w_sg_pumpshotgunmk2_hi.ydr
new file mode 100644
index 000000000..991527afb
Binary files /dev/null and b/resources/[jobs]/[weapons]/Winchester_1873/stream/w_sg_pumpshotgunmk2_hi.ydr differ
diff --git a/resources/[jobs]/[weapons]/Winchester_1873/stream/w_sg_pumpshotgunmk4+hi.ytd b/resources/[jobs]/[weapons]/Winchester_1873/stream/w_sg_pumpshotgunmk4+hi.ytd
new file mode 100644
index 000000000..b360a03ef
Binary files /dev/null and b/resources/[jobs]/[weapons]/Winchester_1873/stream/w_sg_pumpshotgunmk4+hi.ytd differ
diff --git a/resources/[jobs]/[weapons]/Winchester_1873/stream/w_sg_pumpshotgunmk4.ydr b/resources/[jobs]/[weapons]/Winchester_1873/stream/w_sg_pumpshotgunmk4.ydr
new file mode 100644
index 000000000..cda62607d
Binary files /dev/null and b/resources/[jobs]/[weapons]/Winchester_1873/stream/w_sg_pumpshotgunmk4.ydr differ
diff --git a/resources/[jobs]/[weapons]/Winchester_1873/stream/w_sg_pumpshotgunmk4.ytd b/resources/[jobs]/[weapons]/Winchester_1873/stream/w_sg_pumpshotgunmk4.ytd
new file mode 100644
index 000000000..d84fa56a1
Binary files /dev/null and b/resources/[jobs]/[weapons]/Winchester_1873/stream/w_sg_pumpshotgunmk4.ytd differ