Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AdventureT authored Nov 9, 2023
1 parent e268445 commit eaec3c9
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
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)

0 comments on commit eaec3c9

Please sign in to comment.