All Projects → KobaltBlu → KotOR.js

KobaltBlu / KotOR.js

Licence: GPL-3.0 license
A remake of the Odyssey Game Engine that powered KotOR I & II written in JavaScript

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
Handlebars
879 projects
Less
1899 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to KotOR.js

dftools
Tools for Star Wars: Dark Forces assets.
Stars: ✭ 18 (-58.14%)
Mutual labels:  modding, starwars
Xoreos Tools
Tools to help the development of xoreos
Stars: ✭ 38 (-11.63%)
Mutual labels:  rpg, modding
K1 Community Patch
K1 Community Patch
Stars: ✭ 44 (+2.33%)
Mutual labels:  knights-of-the-old-republic, kotor
Open-Terraria-API
Open Terraria API - Mac, Linux & Windows
Stars: ✭ 65 (+51.16%)
Mutual labels:  modding
rpg-dice-roller
📱 RPG Dice Roller, Number Generator, Coin Flip - Available on Google Play Store - Made with React Native | Styled-Components
Stars: ✭ 15 (-65.12%)
Mutual labels:  rpg
PolyDiceGenerator
A customizable Polyhedral Dice Generator for OpenSCAD.
Stars: ✭ 63 (+46.51%)
Mutual labels:  rpg
200wordrpg.github.io
Homepage for the 200 Word RPG Challenge
Stars: ✭ 31 (-27.91%)
Mutual labels:  rpg
rpgdice
A generic RPG dice roller syntax and library.
Stars: ✭ 24 (-44.19%)
Mutual labels:  rpg
vscode-ibmi-languages
Syntax highlighting for IBM i languages such as RPG, CL, DDS, MI, and RPGLE fixed/free.
Stars: ✭ 28 (-34.88%)
Mutual labels:  rpg
CTR-tools
Crash Team Racing (PS1) tools - a C# framework by DCxDemo and a set of tools to parse files found in the original kart racing game by Naughty Dog.
Stars: ✭ 93 (+116.28%)
Mutual labels:  modding
FtexTool
Fox Engine Texture (.ftex) to DDS converter
Stars: ✭ 27 (-37.21%)
Mutual labels:  modding
ModdingDiablo2Resurrected
This repository contains some tools and guides on modding Diablo 2 Resurrected.
Stars: ✭ 75 (+74.42%)
Mutual labels:  modding
F4MP-Archive
Fallout 4 Multiplayer Mod
Stars: ✭ 45 (+4.65%)
Mutual labels:  modding
GzsTool
Fox Engine/MGSV/MGS dat, fpk, fpkd, pftxs and sbp unpacker/repacker
Stars: ✭ 58 (+34.88%)
Mutual labels:  modding
vanilla-hammers
Introduces 3x3 mining tools for fast digging! Available on 1.14, 1.15, 1.16, and 1.17.
Stars: ✭ 22 (-48.84%)
Mutual labels:  modding
TacticTurnBased
Prototipo inicial de un juego tactico. Este proyecto solo alberga unos pocos assets con licencia free y el core de un sistema de combate tactico por turnos.
Stars: ✭ 28 (-34.88%)
Mutual labels:  rpg
games-wabot
Games-wabot is RPG Bot Whatsapp. Now support Multi-device!!, check branch multi-device
Stars: ✭ 165 (+283.72%)
Mutual labels:  rpg
ThunderKit
Mod Project Development Environment for Unity and Unity Games
Stars: ✭ 64 (+48.84%)
Mutual labels:  modding
Blender2NieR
Import/Export WMB/WTP/WTA/DAT/DTT/LAY/COL files for NieR:Automata
Stars: ✭ 115 (+167.44%)
Mutual labels:  modding
GCFT
GameCube File Tools, a GUI tool for modifying some common file formats used by GameCube games
Stars: ✭ 49 (+13.95%)
Mutual labels:  modding

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)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].