Skip to content

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

License

Notifications You must be signed in to change notification settings

LBALab/lba2remake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 29, 2024
3c99b59 · Mar 29, 2024
Oct 25, 2022
Jul 29, 2023
Jun 29, 2021
Sep 3, 2017
May 24, 2021
Jul 29, 2023
Oct 25, 2022
Feb 28, 2024
Mar 29, 2024
Oct 6, 2023
Nov 15, 2019
Oct 25, 2022
Oct 25, 2022
Oct 29, 2020
Oct 24, 2020
Jan 15, 2022
Mar 29, 2024
Feb 26, 2018
Oct 25, 2022
Mar 1, 2018
Jul 30, 2023
Aug 5, 2023
Jul 29, 2023
Jul 29, 2023
Mar 29, 2024
Mar 29, 2024
Nov 16, 2019
Nov 16, 2019
Jul 30, 2023

Repository files navigation

LBA1 & LBA2 Remake

A Little Big Adventure 1 & 2 / Twinsen's Adveneture / Twinsen's Odyssey reimplementation in Typescript / Three.js / React

Support Original Game Series

Studio [2.21] is creating a Remastered version of Twinsen's Little Big Adventure. It is important for us to support them and you can do it so by buying the original games on itch.io, GOG or Steam and wishlist the Remastered version on Steam.

Videos

Vision / Goals

Phase 1: Reimplement the LBA1 and 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

Phase 2: Make a HD version of the game

  • Improve graphics and gameplay in a way that preserves the original look & feel
  • More of a remastered version than a remake
  • Support more platforms and ways of playing (ex: VR & Mobile)

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

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.

LBA1 Game Screenshot LBA2 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).

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. There is a compreensive list of things TODO so feel free to pick one you like and start working on it.

Getting started

(more details here)

  • Make sure you own a copy of the original game: itch.io, GOG or Steam
  • Download Node.js LTS (if you already have node.js installed, make sure it is a recent version: >= 9.x.x)
  • Clone the Git project and go to the root project folder in PowerShell on Windows or Terminal on Mac for the next commands.
  • Run npm install
  • Run npm run import:win "<original game folder>" on Windows or npm run import "<original game folder>" on Mac OS
    • Example Windows: npm run import:win "c:\Games\Little Big Adventure 2"
    • Example Mac OS: npm run import /Applications/Little\ Big\ Adventure\ 2\ \(Twinsen\'s\ Odyssey\).app/
  • 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 [2.21], 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!