read desc

New Map, Party Crasher (WIP)
New Map, Overflow
Unused atlas removed from olympus for reducing the size
This commit is contained in:
kralrindo 2025-02-09 12:43:18 +03:00
parent 4aff1fcf4a
commit 9f6d360455
7 changed files with 12790 additions and 4580 deletions

1
.gitignore vendored
View File

@ -20,3 +20,4 @@ R5SDK-Asset-Rpaks.7z.tmp
map_depot/repak.exe map_depot/repak.exe
/map_depot/assets_common/mdl /map_depot/assets_common/mdl
*.starpak *.starpak
/map_depot/assetss9pc

11171
map_depot/mp_rr_aqueduct.json Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,29 @@
{
"$mapversion": 1,
"version": 8,
"assetsDir": "map_depot/assets_common",
"outputDir": ".\\build\\",
"compressLevel": 0,
"compressWorkers": 16,
"name": "mp_rr_aqueduct_loadscreen",
"files": [
{
"_type": "uimg",
"_path": "ui_image_atlas/loadscreens/mp_rr_aqueduct_widescreen",
"atlas": "texture/ui_atlas/loadscreens/mp_rr_aqueduct_widescreen.rpak",
"images": [
{
"path": "loadscreens/mp_rr_aqueduct_widescreen",
"width": 1920,
"height": 1080,
"posX": 0,
"posY": 0
}
]
}
]
}

View File

@ -2,7 +2,7 @@
"$mapversion": 1, "$mapversion": 1,
"version": 8, "version": 8,
"assetsDir": "map_depot/assetss5", "assetsDir": "map_depot/assets_common",
"outputDir": ".\\build\\", "outputDir": ".\\build\\",
"name": "mp_rr_canyonlands_mu2_mv_loadscreen", "name": "mp_rr_canyonlands_mu2_mv_loadscreen",

View File

@ -12834,7 +12834,6 @@
"_path": "texture/0x61CEE763E44EAAA.rpak", "_path": "texture/0x61CEE763E44EAAA.rpak",
"$guid": "0x61CEE763E44EAAA" "$guid": "0x61CEE763E44EAAA"
}, },
{ {
"_type": "txtr", "_type": "txtr",
"_path": "texture/0x621A6238AAA10C74.rpak", "_path": "texture/0x621A6238AAA10C74.rpak",
@ -41929,20 +41928,6 @@
"posY": 0 "posY": 0
} }
] ]
},
{
"_type": "uimg",
"_path": "ui_image_atlas/overviews/mp_rr_olympus_tt",
"atlas": "texture/ui_atlas/overviews/mp_rr_olympus_tt.rpak",
"images": [
{
"path": "overviews/mp_rr_olympus_tt",
"width": 4100,
"height": 4100,
"posX": 0,
"posY": 0
}
]
} }
] ]
} }

File diff suppressed because it is too large Load Diff