Main/resources/[defaultmaps]/Ocean_Medical_Center/fxmanifest.lua

54 lines
1.5 KiB
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
fx_version 'cerulean'
game 'gta5'
lua54 'yes'
author 'Discord : Mxaizen'
description 'Ocean Medical Center Hospital OMC'
version '1.4.0'
this_is_a_map 'yes'
-- Declaration of SCALEFORM files for mini-map elements.
data_file 'SCALEFORM_DLC_FILE' 'stream/minimap/int164437691.gfx'
data_file 'SCALEFORM_DLC_FILE' 'stream/minimap/int1855188787.gfx'
data_file 'SCALEFORM_DLC_FILE' 'stream/minimap/int1975778630.gfx'
data_file 'SCALEFORM_DLC_FILE' 'stream/minimap/int2439777779.gfx'
data_file 'SCALEFORM_DLC_FILE' 'stream/minimap/int2574468285.gfx'
data_file 'SCALEFORM_DLC_FILE' 'stream/minimap/int3680022772.gfx'
-- Declaration of custom audio files for the mod.
data_file 'AUDIO_GAMEDATA' 'audio/doorsounds_game.dat'
data_file 'AUDIO_GAMEDATA' 'audio/mx_ocean_game.dat'
data_file 'AUDIO_DYNAMIXDATA' 'audio/v_oceanml_mix.dat'
files {
'audio/doorsounds_game.dat151.rel',
'audio/mx_ocean_game.dat151.rel',
'audio/v_oceanml_mix.dat15.rel',
}
client_script {
'omc_entitysets.lua',
}
-- List of files to be ignored by the escrow system (source code anti-theft protection).
escrow_ignore {
'stream/sm_01_ground2.ydr',
'stream/sm_rd_01_r1f.ydr',
'stream/sm_01_ground_decal6.ydr',
'stream/sm_01_tower_base.ydr',
'stream/sm_01_ground_decal001.ydr',
'stream/sm_01_tower1.ydr',
'stream/sm_01_emissive_sm_01b.ydr',
'stream/sm_01_emissive_sm_01.ydr',
'stream/sm_01_tower2.ydr',
'stream/sm_rd_01_r1e.ydr',
'stream/**/*.ytyp',
'stream/**/*.ytd',
'stream/**/*.ymap',
'stream/**/*.ydd',
'stream/**/*.ymf'
}
dependency '/assetpacks'