Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cgcostume authored Jul 7, 2019
1 parent e830028 commit 23f2bc1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PUBG & Fortnite | Terrain Maps

PlayerUnknown's Battlegrounds currently features four maps: Erangel, Miramar, Sanhok and Vikendi. This repository provides information and scripts for extracting elevation and normal maps from the game's sources.
PlayerUnknown's Battlegrounds currently features four maps: Erangel, Miramar, 'Range' (code name for now), Sanhok and Vikendi. This repository provides information and scripts for extracting elevation and normal maps from the game's sources.

Please note that all preview images are downscaled to 8bit 512px × 512px and should not be used for rendering (normal data is downsampled using bicubic resampling).

Expand All @@ -12,6 +12,10 @@ Please note that all preview images are downscaled to 8bit 512px × 512px a
|--------------------|--------------------|
| <img src="https://github.com/cgcostume/pubg-maps/blob/master/miramar/pubg_miramar_height_l16_preview.png" width="100%" alt="pubg_miramar_elevation_preview"> | <img src="https://github.com/cgcostume/pubg-maps/blob/master/miramar/pubg_miramar_normal_rg8_preview.png" width="100%" alt="pubg_miramar_normal_preview"> |

| 'Range' Height Map | 'Range' Normal Map |
|--------------------|--------------------|
| <img src="https://github.com/cgcostume/pubg-maps/blob/master/range/pubg_range_height_l16_preview.png" width="100%" alt="pubg_range_elevation_preview"> | <img src="https://github.com/cgcostume/pubg-maps/blob/master/range/pubg_range_normal_rg8_preview.png" width="100%" alt="pubg_range_normal_preview"> |

| Sanhok Height Map | Sanhok Normal Map |
|--------------------|--------------------|
| <img src="https://github.com/cgcostume/pubg-maps/blob/master/sanhok/pubg_sanhok_height_l16_preview.png" width="100%" alt="pubg_sanhok_elevation_preview"> | <img src="https://github.com/cgcostume/pubg-maps/blob/master/sanhok/pubg_sanhok_normal_rg8_preview.png" width="100%" alt="pubg_sanhok_normal_preview"> |
Expand Down Expand Up @@ -44,6 +48,7 @@ Please note that the following steps might change with respect to the PUBG versi
.\pubg-tga-slice.py -p .\UmodelExport\ -m miramar
.\pubg-tga-slice.py -p .\UmodelExport\ -m sanhok
.\pubg-tga-slice.py -p .\UmodelExport\ -m vikendi
.\pubg-tga-slice.py -p .\UmodelExport\ -m range
```
... or experimental fortnite extract:
```
Expand Down

0 comments on commit 23f2bc1

Please sign in to comment.