forked from Simnation/Main
ed
This commit is contained in:
parent
d6225ef198
commit
c6a65284c3
117 changed files with 3856 additions and 0 deletions
30
resources/[defaultmaps]/tstudio_doortuning/fxmanifest.lua
Normal file
30
resources/[defaultmaps]/tstudio_doortuning/fxmanifest.lua
Normal file
|
@ -0,0 +1,30 @@
|
|||
fx_version 'cerulean'
|
||||
lua54 'yes'
|
||||
game "gta5"
|
||||
replace_level_meta 'gta5'
|
||||
|
||||
author 'TStudio'
|
||||
description 'Overrides GTA Vanilla doortuning to adapt with TStudio MLOs'
|
||||
version '1.0.0'
|
||||
|
||||
dependencies {
|
||||
'/gameBuild:2545', -- ⚠️PLEASE READ⚠️; Requires at least GAME build 2545.
|
||||
-- 'tstudio_zmapdata', -- ⚠️PLEASE READ⚠️; Requires to be started before this resource.
|
||||
}
|
||||
|
||||
data_file 'AUDIO_GAMEDATA' 'audio/tstudio_door_game.dat'
|
||||
|
||||
files {
|
||||
'gta5.meta',
|
||||
'doortuning.ymt',
|
||||
'heightmap.dat',
|
||||
'audio/tstudio_door_game.dat151.rel'
|
||||
}
|
||||
|
||||
escrow_ignore {
|
||||
'gta5.meta',
|
||||
'doortuning.ymt',
|
||||
'heightmap.dat',
|
||||
'audio/*.*'
|
||||
}
|
||||
dependency '/assetpacks'
|
Loading…
Add table
Add a link
Reference in a new issue