32 lines
		
	
	
		
			No EOL
		
	
	
		
			843 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			No EOL
		
	
	
		
			843 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
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'
 | 
						|
} |