Skip to content

Commit

Permalink
add: hose addon weapon (finally)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus committed Jan 23, 2021
1 parent 18b89aa commit 70917de
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
Binary file modified resource/Client.net.dll
Binary file not shown.
23 changes: 22 additions & 1 deletion resource/fxmanifest.lua
Expand Up @@ -13,4 +13,25 @@ server_scripts {
'Server.net.dll',
}

-- Join the London Studios Discord here: https://discord.gg/F2zmUTD
files {
'hose/contentunlocks.meta',
'hose/loadouts.meta',
'hose/pedpersonality.meta',
'hose/shop_weapon.meta',
'hose/weaponanimations.meta',
'hose/weaponarchetypes.meta',
'hose/weapons.meta',
}

data_file 'WEAPONINFO_FILE' 'hose/weapons.meta'
data_file 'WEAPON_METADATA_FILE' 'hose/weaponarchetypes.meta'
data_file 'WEAPON_SHOP_INFO' 'hose/shop_weapon.meta'
data_file 'WEAPON_ANIMATIONS_FILE' 'hose/weaponanimations.meta'
data_file 'CONTENT_UNLOCKING_META_FILE' 'hose/contentunlocks.meta'
data_file 'LOADOUTS_FILE' 'hose/loadouts.meta'
data_file 'PED_PERSONALITY_FILE' 'hose/pedpersonality.meta'

-- Join the London Studios Discord here: https://discord.gg/F2zmUTD

-- Purchase the new Supply Line to integrate in with HoseLS here: https://store.londonstudios.net/category/1704957
-- The Supply Line resource removes the infinite water supply, requiring you to setup supply lines with fire vehicles
Binary file removed resource/stream/w_am_fire_exting.ydr
Binary file not shown.
Binary file removed resource/stream/w_am_fire_exting.ytd
Binary file not shown.

0 comments on commit 70917de

Please sign in to comment.