forked from Simnation/Main
e
This commit is contained in:
parent
f2de0674c7
commit
68eac894dd
261 changed files with 8231 additions and 1857 deletions
26
resources/[cars]/borneo/fxmanifest.lua
Normal file
26
resources/[cars]/borneo/fxmanifest.lua
Normal file
|
@ -0,0 +1,26 @@
|
|||
-- fxmanifest.lua
|
||||
|
||||
fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
|
||||
author 'Dein Name'
|
||||
description 'Addon Fahrzeug-Paket'
|
||||
version '1.0.0'
|
||||
|
||||
files {
|
||||
'data/vehicles.meta',
|
||||
'data/carvariations.meta',
|
||||
'data/carcols.meta',
|
||||
'data/handling.meta',
|
||||
'data/dlctext.meta'
|
||||
}
|
||||
|
||||
data_file 'HANDLING_FILE' 'data/handling.meta'
|
||||
data_file 'VEHICLE_METADATA_FILE' 'data/vehicles.meta'
|
||||
data_file 'CARCOLS_FILE' 'data/carcols.meta'
|
||||
data_file 'VEHICLE_VARIATION_FILE' 'data/carvariations.meta'
|
||||
data_file 'DLCTEXT_FILE' 'data/dlctext.meta'
|
||||
|
||||
-- Stream für Modelle & Texturen
|
||||
-- Modelle liegen im stream-Ordner (z.B. .yft, .ytd, .hi.yft)
|
||||
-- Der stream-Ordner muss nicht extra deklariert werden, wird automatisch erkannt
|
Loading…
Add table
Add a link
Reference in a new issue