mirror of
https://github.com/kralrindo/R5Reloaded-AssetRpaks.git
synced 2025-02-09 13:14:52 +01:00
Phase Runner
This commit is contained in:
parent
fc00c87f3a
commit
4aff1fcf4a
2
.gitignore
vendored
2
.gitignore
vendored
@ -18,3 +18,5 @@ R5SDK-Asset-Rpaks.7z.tmp
|
|||||||
/map_depot/assetss9
|
/map_depot/assetss9
|
||||||
/map_depot/cache
|
/map_depot/cache
|
||||||
map_depot/repak.exe
|
map_depot/repak.exe
|
||||||
|
/map_depot/assets_common/mdl
|
||||||
|
*.starpak
|
||||||
|
@ -16,11 +16,12 @@
|
|||||||
"paks": [
|
"paks": [
|
||||||
"sdk_depot/common_sdk.json",
|
"sdk_depot/common_sdk.json",
|
||||||
"map_depot/mp_lobby.json",
|
"map_depot/mp_lobby.json",
|
||||||
//"map_depot/mp_rr_desertlands_64k_x_64k_tt.json",
|
"map_depot/mp_rr_desertlands_64k_x_64k_tt.json",
|
||||||
//"map_depot/mp_rr_desertlands_64k_x_64k_nx.json",
|
"map_depot/mp_rr_desertlands_64k_x_64k_nx.json",
|
||||||
//"map_depot/mp_rr_desertlands_holiday.json",
|
"map_depot/mp_rr_desertlands_holiday.json",
|
||||||
"map_depot/mp_rr_desertlands_mu1.json"/*,
|
"map_depot/mp_rr_desertlands_mu1.json",
|
||||||
"map_depot/mp_rr_desertlands_mu1_tt.json",
|
"map_depot/mp_rr_desertlands_mu1_tt.json",
|
||||||
|
"map_depot/mp_rr_arena_phase_runner.json"/*,
|
||||||
"map_depot/mp_rr_canyonlands_mu2_mv.json",
|
"map_depot/mp_rr_canyonlands_mu2_mv.json",
|
||||||
"map_depot/mp_rr_canyonlands_mu2_ufo.json",
|
"map_depot/mp_rr_canyonlands_mu2_ufo.json",
|
||||||
"map_depot/mp_rr_canyonlands_mu2_tt.json",
|
"map_depot/mp_rr_canyonlands_mu2_tt.json",
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
//"map_depot/mp_rr_canyonlands_mu2_mv_loadscreen.json",
|
//"map_depot/mp_rr_canyonlands_mu2_mv_loadscreen.json",
|
||||||
//"map_depot/mp_rr_canyonlands_mu2_tt_loadscreen.json",
|
//"map_depot/mp_rr_canyonlands_mu2_tt_loadscreen.json",
|
||||||
//"map_depot/mp_rr_canyonlands_mu2_ufo_loadscreen.json",
|
//"map_depot/mp_rr_canyonlands_mu2_ufo_loadscreen.json",
|
||||||
|
"map_depot/mp_rr_arena_phase_runner_loadscreen.json",
|
||||||
"map_depot/mp_rr_desertlands_64k_x_64k_nx_loadscreen.json",
|
"map_depot/mp_rr_desertlands_64k_x_64k_nx_loadscreen.json",
|
||||||
"map_depot/mp_rr_desertlands_64k_x_64k_tt_loadscreen.json",
|
"map_depot/mp_rr_desertlands_64k_x_64k_tt_loadscreen.json",
|
||||||
"map_depot/mp_rr_desertlands_mu1_tt_loadscreen.json"//,
|
"map_depot/mp_rr_desertlands_mu1_tt_loadscreen.json"//,
|
||||||
|
Binary file not shown.
14587
map_depot/mp_rr_arena_phase_runner.json
Normal file
14587
map_depot/mp_rr_arena_phase_runner.json
Normal file
File diff suppressed because it is too large
Load Diff
29
map_depot/mp_rr_arena_phase_runner_loadscreen.json
Normal file
29
map_depot/mp_rr_arena_phase_runner_loadscreen.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"$mapversion": 1,
|
||||||
|
"version": 8,
|
||||||
|
|
||||||
|
"assetsDir": "map_depot/assets_common",
|
||||||
|
"outputDir": ".\\build\\",
|
||||||
|
|
||||||
|
"compressLevel": 0,
|
||||||
|
"compressWorkers": 16,
|
||||||
|
|
||||||
|
"name": "mp_rr_arena_phase_runner_loadscreen",
|
||||||
|
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"_type": "uimg",
|
||||||
|
"_path": "ui_image_atlas/loadscreens/mp_rr_arena_phase_runner_widescreen",
|
||||||
|
"atlas": "texture/ui_atlas/loadscreens/mp_rr_arena_phase_runner_widescreen.rpak",
|
||||||
|
"images": [
|
||||||
|
{
|
||||||
|
"path": "loadscreens/mp_rr_arena_phase_runner_widescreen",
|
||||||
|
"width": 1920,
|
||||||
|
"height": 1080,
|
||||||
|
"posX": 0,
|
||||||
|
"posY": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user