Main/resources/[test]/custom_gunsounds/fxmanifest.lua

39 lines
1.3 KiB
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
fx_version 'cerulean'
game 'gta5'
author 'Pyrion.Jr'
description 'Custom Waffen Sounds Replace & Sync für alle Spieler'
version '1.0.0'
files {
'sfx/resident/weapons.awc',
'sfx/weapons_player/weapons_player.awc',
'sfx/weapons_player/lmg_combat.awc',
'sfx/weapons_player/lmg_mg_player.awc',
'sfx/weapons_player/mgn_sml_am83_vera.awc',
'sfx/weapons_player/mgn_sml_am83_verb.awc',
'sfx/weapons_player/mgn_sml_sc__l.awc',
'sfx/weapons_player/ptl_50cal.awc',
'sfx/weapons_player/ptl_combat.awc',
'sfx/weapons_player/ptl_pistol.awc',
'sfx/weapons_player/ptl_px4.awc',
'sfx/weapons_player/ptl_rubber.awc',
'sfx/weapons_player/sht_bullpup.awc',
'sfx/weapons_player/sht_pump.awc',
'sfx/weapons_player/smg_micro.awc',
'sfx/weapons_player/smg_smg.awc',
'sfx/weapons_player/snp_heavy.awc',
'sfx/weapons_player/snp_rifle.awc',
'sfx/weapons_player/spl_grenade_player.awc',
'sfx/weapons_player/spl_minigun_player.awc',
'sfx/weapons_player/spl_prog_ar_player.awc',
'sfx/weapons_player/spl_railgun.awc',
'sfx/weapons_player/spl_rpg_player.awc',
'sfx/weapons_player/spl_tank_player.awc'
}
data_file 'AUDIO_WAVEPACK' 'sfx/resident'
data_file 'AUDIO_WAVEPACK' 'sfx/weapons_player'
client_script 'client.lua'