adding Roxwood County
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<animConvRoofName>null</animConvRoofName>
|
||||
<animConvRoofWindowsAffected />
|
||||
<ptfxAssetName>null</ptfxAssetName>
|
||||
<audioNameHash>SPEEDO</audioNameHash>
|
||||
<audioNameHash>VC_EMERGENCY</audioNameHash>
|
||||
<layout>LAYOUT_VAN</layout>
|
||||
<coverBoundOffsets>SPEEDO_COVER_OFFSET_INFO</coverBoundOffsets>
|
||||
<explosionInfo>EXPLOSION_INFO_DEFAULT</explosionInfo>
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1,23 @@
|
||||
fx_version 'cerulean'
|
||||
games {'gta5'}
|
||||
|
||||
author 'The Ambitioneers'
|
||||
description 'Roxwood County NPC spawn Package'
|
||||
version '2.0.0'
|
||||
|
||||
files {
|
||||
'popgroups.ymt',
|
||||
'popcycle.dat',
|
||||
}
|
||||
|
||||
escrow_ignore {
|
||||
'popcycle.dat',
|
||||
'popgroups.ymt',
|
||||
}
|
||||
|
||||
data_file 'FIVEM_LOVES_YOU_341B23A2F0E0F131' 'popgroups.ymt'
|
||||
data_file 'POPSCHED_FILE' 'popcycle.dat'
|
||||
|
||||
lua54 'yes'
|
||||
|
||||
dependency '/assetpacks'
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
Files may subject to change after an update in this Folder. Make sure to make your mods compatible with each update if broken.
|
||||
|
||||
Stage 1: Chunk 1-5
|
||||
Stage 2: Chunk 6-12
|
||||
Stage 3: Chunk 13-20
|
||||
BIN
Binary file not shown.
|
After Width: | Height: | Size: 2.1 MiB |
@@ -0,0 +1,19 @@
|
||||
fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
|
||||
lua54 'yes'
|
||||
|
||||
author 'Ambitioneers'
|
||||
description 'unlocked map'
|
||||
version '1.0.0'
|
||||
|
||||
escrow_ignore {
|
||||
'ReadMe.txt',
|
||||
'chunks_map_overview.png',
|
||||
'stream/**/*.ytd',
|
||||
'stream/**/*.ydr',
|
||||
}
|
||||
|
||||
this_is_a_map 'yes'
|
||||
|
||||
dependency '/assetpacks'
|
||||
BIN
Binary file not shown.
LFS
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,20 @@
|
||||
--Roxwood Bird height script
|
||||
|
||||
Citizen.CreateThread(function()
|
||||
while true do
|
||||
Citizen.Wait(0)
|
||||
local ped = PlayerPedId()
|
||||
local PlayerInRoxwood = false
|
||||
if IsEntityInAngledArea(ped, -1393.7, 6955.44, 49.73, -348.747, 6781.35, 49.73, 410, 0, 0, 0)
|
||||
or IsEntityInAngledArea(ped, -1164.63, 6532.6, 49.73, -421.063, 7418.74, 49.73, 724, 0, 0, 0)
|
||||
then
|
||||
PlayerInRoxwood = true
|
||||
end
|
||||
|
||||
if PlayerInRoxwood then
|
||||
SetGlobalMinBirdFlightHeight(130)
|
||||
else
|
||||
Citizen.Wait(0)
|
||||
end
|
||||
end
|
||||
end)
|
||||
Binary file not shown.
@@ -0,0 +1,44 @@
|
||||
fx_version 'cerulean'
|
||||
games {'gta5'}
|
||||
|
||||
this_is_a_map 'yes'
|
||||
|
||||
lua54 'yes'
|
||||
|
||||
before_level_meta 'roxpop.meta'
|
||||
|
||||
after_level_meta 'roxheight.meta'
|
||||
|
||||
client_scripts
|
||||
{
|
||||
'water.lua',
|
||||
'streetnames.lua',
|
||||
'birdheight.lua'
|
||||
}
|
||||
|
||||
|
||||
escrow_ignore {
|
||||
'birdheight.lua',
|
||||
'streetnames.lua',
|
||||
'doortuning.ymt',
|
||||
'water.xml',
|
||||
'heightmap.dat',
|
||||
}
|
||||
|
||||
file 'roxheight.meta'
|
||||
file 'roxpop.meta'
|
||||
file 'roxwood_game.dat151.rel'
|
||||
file 'water.xml'
|
||||
file 'heightmap.dat'
|
||||
file 'popzonerox.ipl'
|
||||
file 'zonebind.ymt'
|
||||
file 'doortuning.ymt'
|
||||
file 'vfxfogvolumeinfo.ymt'
|
||||
|
||||
data_file 'AUDIO_GAMEDATA' 'roxwood_game.dat'
|
||||
data_file 'ZONEBIND_FILE' 'zonebind.ymt'
|
||||
|
||||
dependency '/assetpacks'
|
||||
dependency '/assetpacks'
|
||||
|
||||
dependency '/assetpacks'
|
||||
Binary file not shown.
@@ -0,0 +1,46 @@
|
||||
zone
|
||||
RoxFrmA, -1872.02, 6914.98, -100, -1743.46, 7100.09, 1050, RoxCFar, 0
|
||||
RoxPWRA, -1937.75, 6320.43, -10, -1486.45, 6718.47, 292, RoxPWRa, 0
|
||||
RxWPrkA, -384.86, 7583.92, -100, -164.01, 7880.50, 1050, RoxWatP, 0
|
||||
RxRPrkA, -224.16, 6806.67, -100, -111.65, 7001.0, 1050, RoxRocP, 0
|
||||
RxDockA, -1148.00, 6557.63, -100, -840.40, 6740.31, 1050, RoxDock, 0
|
||||
RxDockB, -941.97, 6488.29, -100, -916.83, 6557.55, 1050, RoxDock, 0
|
||||
RoxMarA, -656.31, 6554.92, -100, -365.16, 6915.93, 1050, RoxMarB, 0
|
||||
RoxMarB, -840.39, 6740.31, -100, -656.31, 6915.93, 1050, RoxMarB, 0
|
||||
RoxMarC, -840.39, 6915.93, -100, -224.16, 7120.58, 1050, RoxMarB, 0
|
||||
RoxMarD, -896.86, 7120.58, -100, -164.01, 7391.01, 1050, RoxMarB, 0
|
||||
RoxMarE, -691.43, 7391.01, -100, -164.01, 7583.92, 1050, RoxMarB, 0
|
||||
RoxMarF, -691.43, 7583.92, -100, -384.86, 7880.50, 1050, RoxMarB, 0
|
||||
RxStPaA, -896.86, 7391.01, -100, -691.43, 7880.50, 1050, RoxPark, 0
|
||||
RxStPaB, -1827.91, 7100.09, -100, -896.86, 7880.50, 1050, RoxPark, 0
|
||||
RxStPaC, -1964.12, 7880.50, -100, -691.43, 7957.61, 1050, RoxPark, 0
|
||||
RxStPaD, -1964.12, 7172.03, -100, -1827.91, 7880.50, 1050, RoxPark, 0
|
||||
RxStPaE, -1964.12, 7880.50, -100, -860.63, 7984.86, 1050, RoxPark, 0
|
||||
RxStPaF, -1964.12, 7984.86, -100, -910.07, 7997.59, 1050, RoxPark, 0
|
||||
RxStPaG, -1964.12, 7997.59, -100, -923.15, 8006.67, 1050, RoxPark, 0
|
||||
RxStPaH, -1964.12, 8006.67, -100, -936.47, 8012.78, 1050, RoxPark, 0
|
||||
RxStPaI, -1964.12, 8012.78, -100, -948.26, 8020.82, 1050, RoxPark, 0
|
||||
RxStPaJ, -1964.12, 8020.82, -100, -957.9, 8026.14, 1050, RoxPark, 0
|
||||
RxStPaK, -1964.12, 8026.14, -100, -968.34, 8032.16, 1050, RoxPark, 0
|
||||
RxStPaL, -1964.12, 8032.16, -100, -978.38, 8038.5, 1050, RoxPark, 0
|
||||
RxStPaM, -1964.12, 8038.5, -100, -987.11, 8043.9, 1050, RoxPark, 0
|
||||
RxStPaN, -1964.12, 8043.9, -100, -995.55, 8049.63, 1050, RoxPark, 0
|
||||
RxStPaO, -1964.12, 8049.63, -100, -1005.19, 8055.84, 1050, RoxPark, 0
|
||||
RxStPaP, -1964.12, 8055.84, -100, -1015.53, 8062.32, 1050, RoxPark, 0
|
||||
RxStPaQ, -1964.12, 8062.32, -100, -1024.3, 8068.31, 1050, RoxPark, 0
|
||||
RxStPaR, -1945.93, 8068.31, -100, -1034.22, 8074.44, 1050, RoxPark, 0
|
||||
RxStPaS, -1945.93, 8074.44, -100, -1041.02, 8080.82, 1050, RoxPark, 0
|
||||
RoxFrmB, -2710.43, 7072.42, -100.0, -2033.58, 7563.66, 1050.0, RxFrmWN, 0
|
||||
RoxAirA, -3529.88, 6910.89, -100.0, -2710.43, 7751.37, 1050.0, RoxAirp, 0
|
||||
RoxConA, -3354.87, 6702.61, -100.0, -3020.22, 6874.94, 1050.0, RoxCont, 0
|
||||
RoxJunA, -3805.06, 6004.29, -100.0, -2533.22, 6702.61, 1050.0, RoxJuni, 0
|
||||
roxlag0, -3383.19, 7995.30, -70.0, -2390.84, 8948.30, 200.0, roxlagc, 0
|
||||
roxlag1, -2390.84, 7995.30, -70.0, -2352.16, 9174.77, 200.0, roxlagc, 0
|
||||
roxlag2, -2352.16, 8425.11, -70.0, -2168.47, 9174.77, 200.0, roxlagc, 0
|
||||
roxaho0, -2313.79, 7952.66, -100.0, -2101.25, 8184.35, 200.0, roxahou, 0
|
||||
roxaho1, -2416.35, 7738.77, -100.0, -2101.25, 7952.66, 200.0, roxahou, 0
|
||||
roxlom0, -154.85, 7397.32, -100.0, 188.13, 8103.40, 1050.0, roxlomb, 0
|
||||
roxlom1, 189.05, 7216.69, -100.0, 811.23, 7959.74, 1050.0, roxlomb, 0
|
||||
roxlom2, 329.95, 7001.43, -100.0, 1141.57, 7249.34, 1050.0, roxlomb, 0
|
||||
roxlom3, 569.03, 6751.81, -100.0, 1141.57, 7001.43, 1050.0, roxlomb, 0
|
||||
end
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CDataFileMgr__ContentsOfDataFileXml>
|
||||
<disabledFiles/>
|
||||
<includedXmlFiles/>
|
||||
<includedDataFiles/>
|
||||
<dataFiles>
|
||||
<Item>
|
||||
<filename>resources:/amb-roxwood-map/heightmap.dat</filename>
|
||||
<fileType>WORLD_HEIGHTMAP_FILE</fileType>
|
||||
</Item>
|
||||
<Item>
|
||||
<filename>resources:/amb-roxwood-map/doortuning</filename>
|
||||
<fileType>DOOR_TUNING_FILE</fileType>
|
||||
</Item>
|
||||
<Item>
|
||||
<filename>resources:/amb-roxwood-map/vfxfogvolumeinfo</filename>
|
||||
<fileType>VFXFOGVOLUMEINFO_FILE</fileType>
|
||||
</Item>
|
||||
</dataFiles>
|
||||
</CDataFileMgr__ContentsOfDataFileXml>
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CDataFileMgr__ContentsOfDataFileXml>
|
||||
<disabledFiles/>
|
||||
<includedXmlFiles/>
|
||||
<includedDataFiles/>
|
||||
<dataFiles>
|
||||
<Item>
|
||||
<filename>resources:/amb-roxwood-map/popzonerox.ipl</filename>
|
||||
<fileType>IPL_FILE</fileType>
|
||||
</Item>
|
||||
</dataFiles>
|
||||
</CDataFileMgr__ContentsOfDataFileXml>
|
||||
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
LFS
BIN
Binary file not shown.
LFS
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user