53 lines
1.1 KiB
Lua
53 lines
1.1 KiB
Lua
fx_version 'bodacious'
|
|
game 'gta5'
|
|
|
|
name "BigDaddy-Fishing"
|
|
description "Go Fishing"
|
|
author "Big Daddy"
|
|
version "1.0.2"
|
|
|
|
client_scripts {
|
|
'@PolyZone/client.lua',
|
|
'@PolyZone/BoxZone.lua',
|
|
'@PolyZone/EntityZone.lua',
|
|
'@PolyZone/CircleZone.lua',
|
|
'@PolyZone/ComboZone.lua',
|
|
'polyzones.lua',
|
|
'*.Client.net.dll',
|
|
'Newtonsoft.Json.dll',
|
|
}
|
|
|
|
server_scripts {
|
|
'*.Server.net.dll',
|
|
'BigDaddy*.js',
|
|
'server.lua',
|
|
'Newtonsoft.Json.dll'
|
|
}
|
|
|
|
ui_page 'html/index.html'
|
|
|
|
files {
|
|
'html/index.html',
|
|
'html/assets/BigDaddy-RadialMenu.css',
|
|
'html/assets/BADABB_.TTF',
|
|
'html/assets/img/*.png',
|
|
'html/assets/thumbs/*.png',
|
|
'html/map.jpg',
|
|
'html/assets/sounds/*.ogg',
|
|
'settings.ini',
|
|
'zones.json',
|
|
'peds.meta',
|
|
'menu.json',
|
|
'menu.ini',
|
|
'stream/dl_big_fishing_pack_01.ytyp',
|
|
'stream/bzzz_prop_wooden_market.ytyp',
|
|
'stream/bigdaddy_fishing_rod.ytyp'
|
|
}
|
|
|
|
data_file 'PED_METADATA_FILE' 'peds.meta'
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/dl_big_fishing_pack_01.ytyp'
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_prop_wooden_market.ytyp'
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/bigdaddy_fishing_rod.ytyp'
|
|
dependencies {
|
|
'PolyZone'
|
|
} |