Skip to content

A remake of the Odyssey Game Engine that powered KotOR I & II written in JavaScript

License

Notifications You must be signed in to change notification settings

sste9512/KotOR.js

 
 

Repository files navigation

KotOR.js

A remake of the Odyssey Game Engine that powered KotOR I & II written in JavaScript

This project is still in it's early stages. Things like displaying Ingame Menus, Models, Sound, Particle Effects, and Scripting are all in various stages of working. While some parts of the game are playable to some extent, there is still a long ways to go before it can play either game from beginning to end. My hope is that this project will eventually be able to play KotOR and TSL in full.

There is also very early attempt at a Modding Suite called KotOR Forge packaged inside.

The code is written in Javascript. It uses THREE.js for the rendering engine, and Electron to package and run the code as an app.

If you plan on trying to run either game you will have to already have them, or purchase them from an official retailer like GoG or Steam. Once you attempt to launch either game from the KotOR.js launcher for the first time you will be asked to locate the install directory of said game.

Discussion Thread
KotOR.js Youtube Channel

Supported Games

Getting Started

You will need to have installed npm (Node Package Manager), then download the KotOR.js repository. You can then follow the steps below to run the project.

Console/Shell

# Install dependencies
npm install
# Rebuild compiled dependencies
npm run rebuild
# Run the app
npm start

Windows

  • Navigate to the KotOR.js root directory
  • Run install.bat (You only need to do this before the first run)
  • Run start.bat to launch the program

Screenshots

KotOR.js Launcher KotOR - Taris: Undercity KotOR - Dantooine
KotOR.js Launcher KotOR - Taris: Undercity KotOR - Dantooine
KotOR II - TSL: Awaken Scene KotOR II - TSL: Awaken Scene 2
KotOR II - TSL: Awaken Scene KotOR II - TSL: Awaken Scene 2

Videos

KotOR JS - Combat Animations Progress Jan 2021 KotOR Forge - WIP: Lip Sync Editor Jan 2019 KotOR JS - Lighting & Lipsync Progress Nov 2018
KotOR JS - Combat Animations Progress Jan 2021 KotOR Forge - WIP: Lip Sync Editor Jan 2019 KotOR JS - Lighting & Lipsync Progress Nov 2018
KotOR JS : TSL - Gameplay Compilation Sep 2018 KotOR JS: The Endar Spire Sep 2018
KotOR JS : TSL - Gameplay Compilation Sep 2018 KotOR JS: The Endar Spire

Influences & Credits

Without these people below I couldn't have gotten this far.
xoreos
The KotOR Modding Community

And many many more!

License

GPL 3.0 (GNU General Public License)

About

A remake of the Odyssey Game Engine that powered KotOR I & II written in JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.6%
  • CSS 2.5%
  • HTML 1.5%
  • Handlebars 0.3%
  • Less 0.1%
  • Python 0.0%