72 lines
1.8 KiB
Lua
72 lines
1.8 KiB
Lua
-- Resource Metadata
|
|
fx_version 'cerulean'
|
|
games { 'gta5' }
|
|
|
|
author 'Nights Software'
|
|
description 'Emergency Response Simulator'
|
|
version '1.8.2'
|
|
lua54 'yes'
|
|
|
|
shared_scripts {
|
|
'config/config.lua',
|
|
'config/*.lua',
|
|
'config/translations/*.lua',
|
|
'callouts/plugins/*.lua'
|
|
}
|
|
|
|
server_scripts {
|
|
'@oxmysql/lib/MySQL.lua',
|
|
'server/*.lua',
|
|
'callouts/callouts_server.lua'
|
|
}
|
|
|
|
client_scripts {
|
|
'client/*.lua',
|
|
'callouts/callouts_client.lua'
|
|
}
|
|
|
|
ui_page "index.html"
|
|
files {
|
|
"index.html",
|
|
'NUI/fonts/*.ttf',
|
|
'NUI/images/*.jpg',
|
|
'NUI/images/*.png',
|
|
'NUI/sounds/generic-sounds/*.ogg',
|
|
'NUI/sounds/en/*.ogg',
|
|
'NUI/sounds/us/*.ogg',
|
|
'NUI/sounds/fr/*.ogg',
|
|
'NUI/sounds/de/*.ogg',
|
|
-- 'NUI/sounds/nl/*.ogg',
|
|
-- 'NUI/sounds/cs/*.ogg',
|
|
-- 'NUI/sounds/he/*.ogg',
|
|
'NUI/main.js',
|
|
'NUI/*.css',
|
|
'data/stretcher/*.meta',
|
|
'data/hose/*.meta',
|
|
'stream/*.ytyp'
|
|
}
|
|
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/neko_night_barrier_assets'
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/cages/v_storage_2.ytyp'
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/prop_alcotest.ytyp'
|
|
|
|
data_file 'HANDLING_FILE' 'data/stretcher/handling.meta'
|
|
data_file 'VEHICLE_METADATA_FILE' 'data/stretcher/vehicles.meta'
|
|
data_file 'VEHICLE_VARIATION_FILE' 'data/stretcher/carvariations.meta'
|
|
|
|
data_file 'WEAPONINFO_FILE' 'data/hose/weapons.meta'
|
|
data_file 'WEAPON_METADATA_FILE' 'data/hose/weaponarchetypes.meta'
|
|
data_file 'WEAPON_ANIMATIONS_FILE' 'data/hose/weaponanimations.meta'
|
|
data_file 'PED_PERSONALITY_FILE' 'data/hose/pedpersonality.meta'
|
|
|
|
escrow_ignore {
|
|
'config/*.lua',
|
|
'config/translations/*.lua',
|
|
'callouts/*.lua',
|
|
'callouts/plugins/*.lua',
|
|
'client/c_functions.lua',
|
|
'client/exports_client.lua',
|
|
'server/s_functions.lua',
|
|
'server/exports_server.lua'
|
|
}
|
|
dependency '/assetpacks' |