jkilada / lba2remake

A Little Big Adventure 2 / Twinsen's Odyssey reimplementation in JavaScript / Three.js / React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LBA2 Remake CircleCI

A Little Big Adventure 2 / Twinsen's Odyssey reimplementation in JavaScript / Three.js / React

Vision / goals

Phase 1: Reimplement the LBA2 game engine

  • Should look and play like the original
  • Full re-engineering instead of dissassembly-based approach
  • Focus on code quality, make it easy to read and modify
  • Milestones: Gameplay 1, Gameplay 2, Gameplay 3, Gameplay 4

Phase 2: Make a HD version of the game

Phase 3: Become a platform for modding and action/adventure game development

  • Progressively add tools to the editor to support mods
  • Have all tools grouped in a single integrated platform
  • Milestones: Modding 1, Modding 2, Modding 3

Status

Currently you can walk around every island and buildings of the original game. Most of the graphic elements are implemented and part of the gameplay. It is not however completable at this point. Check out the gameplay milestones to see what needs to be done before the game becomes playable from start to end.

Game screenshot

The editor mode allows navigating around the game scenes, inspecting scene content and variables, inspecting the game engine internal variables and debugging scripts (you can set breakpoints on actor scripts). Progress on the editor is tracked by the modding milestones.

Editor screenshot

For more information, check the FAQ.

Contributing

Any help is very much appreciated! Check the How to Contribute guide to know how to do that. A list of current and past contributors can be found here.

Getting started

(more details here)

  • 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 LTS (if you already have node.js installed, make sure it is a recent version: >= 8.x.x)
  • Run npm install
  • Run npm run dev
  • Fire up your browser at page http://localhost:8080
  • Enjoy!

Community

License

While the original Little Big Adventure 2 game executable, assets and intellectual property belong to Didier Chanfray SARL, the code within this project is released under the MIT License. That being said, if you do anything interesting with this code, please let us know, we'd love to see it!

About

A Little Big Adventure 2 / Twinsen's Odyssey reimplementation in JavaScript / Three.js / React

License:MIT License


Languages

Language:JavaScript 94.4%Language:GLSL 1.7%Language:C# 1.4%Language:Java 0.9%Language:Swift 0.8%Language:CSS 0.8%