alandtse / CommonLibF4

A reverse-engineered resource for Fallout 4
MIT License
6 stars 4 forks source link

bug: Fix f4 vanilla #4

Closed nikitalita closed 1 year ago

nikitalita commented 1 year ago

Fix reading file from environment variable The filename size was off because of trailing '\0's. I've modified the function to safely remove them.

Fix address bin loader The address lib format for F4 is not the same as SSE's; I've reverted to the original loader and modified it to work with your changes.