From b8d2ee0be7736bb92140696de6127a21737abfed Mon Sep 17 00:00:00 2001 From: Daniel Limberger Date: Sun, 7 Jul 2019 15:40:00 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6257e0d..bd3e0a0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PUBG & Fortnite | Terrain Maps -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. +PlayerUnknown's Battlegrounds currently features five maps: Erangel, Miramar, Range, 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). @@ -12,7 +12,7 @@ Please note that all preview images are downscaled to 8bit 512px × 512px a |--------------------|--------------------| | pubg_miramar_elevation_preview | pubg_miramar_normal_preview | -| 'Range' Height Map | 'Range' Normal Map | +| Range Height Map | Range Normal Map | |--------------------|--------------------| | pubg_range_elevation_preview | pubg_range_normal_preview | @@ -46,9 +46,9 @@ Please note that the following steps might change with respect to the PUBG versi ``` .\pubg-tga-slice.py -p .\UmodelExport\ -m erangel .\pubg-tga-slice.py -p .\UmodelExport\ -m miramar +.\pubg-tga-slice.py -p .\UmodelExport\ -m range .\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: ```