/lba2remake

A LBA2 / Twinsen's Odyssey reimplementation in JavaScript / Three.js / React

Primary LanguageJavaScriptMIT LicenseMIT

LBA2 Remake

A LBA2 / Twinsen's Odyssey reimplementation in JavaScript / Three.js / React

Setup

  • Make sure you own a copy of the original game: GOG or Steam
  • Copy the *.HQR, *.OBL, *.ILE files and the VOX folder from the original game install folder to www/data
  • (TODO) Import the musics and videos as mp4 (no script available for that at this time)
  • Download Node.js
  • Run npm install
  • Run npm run dev-server
  • Fire up your browser at page http://localhost:8080
  • Enjoy!