Skip to content

Commit

Permalink
Update to 9.30
Browse files Browse the repository at this point in the history
  • Loading branch information
nevecex committed Jul 7, 2019
1 parent e830028 commit f21c259
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
Binary file modified athena/fortnite_athena_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 modified athena/fortnite_athena_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 modified athena/fortnite_athena_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 modified athena/fortnite_athena_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.
12 changes: 5 additions & 7 deletions fortnite-tga-slice.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
args = parser.parse_args()

tslHeightmapPathsByMap = {
'athena' : r'Athena\Maps\Landscape',
'athena' : r'Game\Athena\Maps\Landscape',
}


Expand Down Expand Up @@ -167,17 +167,15 @@ def extract_tiles(asset_path, offsets, height_target, normal_target):

0: (4, 7), 8: (3, 8), 21: (2, 6), 23: (3, 7), 24: (3, 6), 26: (5, 7),
27: (4, 8), 32: (4, 9), 36: (6, 7), 39: (5, 6), 42: (4, 6), 45: (2, 5),
49: (3, 5), 52: (4, 5),
49: (3, 5), 52: (4, 5), 10: (6, 8), 11: (6, 9), 12: (5, 8), 13: (5, 9),

},
5: {

142: (11, 8), 139: (10, 8), 136: (10, 7), 129: (11, 7), 131:(11, 6),
133: (6, 8), 126: (8, 8), 123: (7, 9), 117: (8, 9),
190: (5, 9), 187: (10, 5), 184: (9, 6), 181: (10, 6),
172: (8, 7), 169: (8, 6), 163: (6, 9),
160: (7, 7), 157: (7, 8), 154: (9, 7), 151: (9, 8), 149: (9, 9),
147: (10, 9), 144: (5, 8),
126: (8, 8), 123: (7, 9), 117: (8, 9), 187: (10, 5), 184: (9, 6),
181: (10, 6), 172: (8, 7), 169: (8, 6), 160: (7, 7), 157: (7, 8),
154: (9, 7), 151: (9, 8), 149: (9, 9), 147: (10, 9),

}
}
Expand Down

0 comments on commit f21c259

Please sign in to comment.