Skip to content

Commit

Permalink
Fortnite Chapter 2
Browse files Browse the repository at this point in the history
New map is called apollo and is in higher res than athena. There are now two scripts since athena is removed and there is no reason to fill the script with its indices.
  • Loading branch information
nevecex committed Oct 19, 2019
1 parent dc662a2 commit 7ad5c5a
Show file tree
Hide file tree
Showing 7 changed files with 424 additions and 104 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Please note that all preview images are downscaled to 8bit 512px × 512px a

#### Fortnite | Experimental

| Athena Height Map | Athena Normal Map |
| Apollo Height Map | Apollo Normal Map |
|--------------------|--------------------|
| <img src="https://github.com/cgcostume/pubg-maps/blob/master/athena/fortnite_athena_height_l16_preview.png" width="100%" alt="fortnite_athena_elevation_preview"> | <img src="https://github.com/cgcostume/pubg-maps/blob/master/athena/fortnite_athena_normal_rg8_preview.png" width="100%" alt="fortnite_athena_normal_preview"> |
| <img src="https://github.com/cgcostume/pubg-maps/blob/master/apollo/fortnite_apollo_height_l16_preview.png" width="100%" alt="fortnite_apollo_elevation_preview"> | <img src="https://github.com/cgcostume/pubg-maps/blob/master/apollo/fortnite_athena_apollo_rg8_preview.png" width="100%" alt="fortnite_apollo_normal_preview"> |

Please note that the Fortnite map should be rotated by 90° counter clockwise (and the normals converted accordingly).

Expand All @@ -50,11 +50,12 @@ Please note that the following steps might change with respect to the PUBG versi
.\pubg-tga-slice.py -p .\UmodelExport\ -m sanhok
.\pubg-tga-slice.py -p .\UmodelExport\ -m vikendi
```
... or experimental fortnite extract:
... or fortnite extract:
```
.\fortnite-tga-slice.py -p .\UmodelExport\ -m athena
.\fortnite-tga-slice.py -p .\UmodelExport\ -m apollo
.\fortnite-tga-slice-athena.py -p .\UmodelExport\ -m athena
```
That's it. If the script exits without errors there shoud be 8192px &times; 8192px losless height and normal maps.
That's it. If the script exits without errors there should be 8192px &times; 8192px losless height and normal maps.


## How-To/DIY | DEPRECATED (ubulk approach)
Expand Down
Binary file added apollo/fortnite_apollo_height_l16_lod0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apollo/fortnite_apollo_height_l16_preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apollo/fortnite_apollo_normal_rg8_lod0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apollo/fortnite_apollo_normal_rg8_preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7ad5c5a

Please sign in to comment.