alandtse / CommonLibF4

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

Fix RTTIDump for VR #5

Closed nikitalita closed 1 year ago

nikitalita commented 1 year ago

The class is REL::Offset in F4, not REL::OFFSET

There are other compile errors, but I'm not sure what you want to do about them:

alandtse commented 1 year ago

Thanks. For the ID_VR namespace, that is a bug caused by the maintenance script pulling in random files into fallout.h. My local fix is to remove all files that start with OFFSET from fallout.h. I need to fix the script though to ignore those files.

alandtse commented 1 year ago

For reference I mentioned it here. https://github.com/alandtse/Buffout4/issues/7#issue-1602612922