iOS fork of AlephOne, the open source engine for Bungie's Marathon.
- git clone https://github.com/microsoft/vcpkg
- ./vcpkg/bootstrap-vcpkg.sh
- ./vcpkg/vcpkg integrate install
- Make a folder called
CompiledScenarios(has to be this name!) - Inside
CompiledScenariosdo any or all of the following:git clone git@github.com:Aleph-One-Marathon/data-marathon.git M1A1git clone git@github.com:Aleph-One-Marathon/data-marathon-2.git M2A1git clone git@github.com:Aleph-One-Marathon/data-marathon-infinity.git M3A1
-
Clone the project
marathon-iosproject -
Inside of marathon-ios, rename the file
Secrets_dummy.htoSecrets.h(unless you own the realSecrets.h) -
cd to vcpkg, and run ./install-arm-ios.sh to build dependencies
-
Finally go back to where the Marathon sources are, open
AlephOne.xcodeprojand build whichever scenario you have inCompiledScenarios
Enjoy!