LBALab / lba2remake

A Little Big Adventure 2 / Twinsen's Odyssey reimplementation in JavaScript / Three.js / React
MIT License
255 stars 38 forks source link

Scene 94 is not correctly mapped #239

Open agrande opened 6 years ago

agrande commented 6 years ago

Scene 94 is mapped to Otringal's Baldino landing zone, but it's an empty scene, and the harbour scene actually links to scene 138 (which is marked as [DEMO] Baldino landing zone), but is probably actually not demo. Not sure what scene 94 actually is (need to check what links to it).

agrande commented 6 years ago

(originally reported by @SendellX)

xesf commented 6 years ago

This seem to be correct, based on some info we have: http://lbafileinfo.kazekr.net/index.php?title=LBA2:Scene.hqr

agrande commented 6 years ago

Could it be that we're not reading that particular scene correctly, missing some header somehow which causes offsets to be wrong, and actor/zone/point arrays being empty as a result?

xesf commented 6 years ago

Could be indeed something like that, the scene does appear to be correct, although in the editor scene details are not shown properly.