Update
This commit is contained in:
parent
fe9ffe998c
commit
8ded1334cf
90 changed files with 113 additions and 0 deletions
32
resources/[defaultmaps]/trooper-mansion1/fxmanifest.lua
Normal file
32
resources/[defaultmaps]/trooper-mansion1/fxmanifest.lua
Normal file
|
@ -0,0 +1,32 @@
|
|||
fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
lua54 'yes'
|
||||
|
||||
this_is_a_map 'yes'
|
||||
|
||||
author 'Subham.gg'
|
||||
description 'Mansion 1 at Rockford Hills'
|
||||
version '1.0.0'
|
||||
|
||||
files {
|
||||
'audio/subham_mansion1_door_audio_game.dat151.rel',
|
||||
'interiorproxies.meta'
|
||||
}
|
||||
|
||||
data_file 'AUDIO_GAMEDATA' 'audio/subham_mansion1_door_audio_game.dat'
|
||||
data_file 'DLC_ITYP_REQUEST' 'stream/YTYP/subham_mansion1_int.ytyp'
|
||||
data_file 'DLC_ITYP_REQUEST' 'stream/YTYP/subham_mansion1_extras.ytyp'
|
||||
|
||||
client_script 'subham_mansion1_entitysets.lua'
|
||||
|
||||
dependencies {
|
||||
'trooper-mansion1', -- Do not edit this
|
||||
'trooper-mapdata'
|
||||
}
|
||||
|
||||
escrow_ignore {
|
||||
'subham_mansion1_entitysets.lua',
|
||||
'stream/YTD/subham_mansion1_frames_txd.ytd', -- Texture dictionary of all Photo Frames
|
||||
'stream/YTD/subham_mansion1_txd.ytd', -- Main Texture dictionary of the Interior and Props
|
||||
'ReadMe.md'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue