UNKNOWN_97
might be RTL lightmap data
#122
snake-biscuits
started this conversation in
Active
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The Apex Legends change to
.bsp_lump
-only lumps means some of RTL's data is lost (RTL-C)LIGHTMAP_DATA_UNKNOWN
might be some of the extra texelsIT IS NOT
RTL.C
, they co-exist before the switch to.bsp_lump
onlyLIGHTMAP_DATA_UNKNOWN
is always 4/13ths ofRTL.length
& 1/3 ofRTL.filesize
LIGHTMAP_DATA_UNKNOWN.length
+RTL.filesize
!=RTL.length
Related
Beta Was this translation helpful? Give feedback.
All reactions