xavieran / BaKGL

Remake of Betrayal at Krondor using OpenGL
GNU General Public License v3.0
36 stars 2 forks source link

Closes #153 Display world objects that are not present in WLD files #176

Closed xavieran closed 4 months ago

xavieran commented 4 months ago

Some objects are not present in the WLD files, these need to be manually added to the map when this is detected. Additionally some only appear in certain chapters. e.g. Rift gate in ch7. The model information is part of the ContainerWorldLocation header so we have all the info we need to place these on the map.