-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e268445
commit eaec3c9
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# OpenJPOG | ||
Decompilation of the Toshi engine 1.0 and Jurassic Park: Operation Genesis (JPOG). | ||
|
||
# **SUPPORT THE DEVELOPERS OF THE TOSHI ENGINE** | ||
We do not own the Toshi Engine in any way, shape or form, and this project would not have been possible had they not developed TOSHI in the first place. The Toshi Engine is currently owned by [THQ Nordic](https://www.thqnordic.com); we highly urge you to follow & support their projects if you like this project! | ||
|
||
## **DO NOT USE THIS DECOMPILATION PROJECT AS A MEANS TO PIRATE JPOG OR ANY OTHER TOSHI GAMES.** | ||
We do not condone using this project as a means for piracy in any form. This project was made with love and care for the source material and was created for purely educational purposes. | ||
|
||
## Building | ||
|
||
### Windows | ||
|
||
Building on Windows requires | ||
|
||
- Visual Studio 2019/2022 | ||
|
||
Clone the repository with the following commands: | ||
|
||
git clone https://github.com/AdventureT/OpenJPOG.git | ||
cd OpenToshi | ||
git submodule update --init --recursive | ||
./GenerateProjects-VS2019.bat (if you use Visual Studio 2019) | ||
./GenerateProjects-VS2022.bat (if you use Visual Studio 2022) | ||
|
||
Then compile the generated solution and that's it | ||
|
||
## Thirdparty libraries | ||
- [catch2](https://github.com/catchorg/Catch2) | ||
- [fmod](https://fmod.com/) | ||
- [premake](https://github.com/premake/premake-core) | ||
- [spdlog](https://github.com/gabime/spdlog) | ||
- Fork of [theoraplay](https://github.com/InfiniteC0re/theoraplay) |