Skip to content

TrajansRow/marathon-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOS fork of AlephOne, the open source engine for Bungie's Marathon.

Prerequisite - install VCPKG

Prerequisite - Get scenario data

  • Make a folder called CompiledScenarios (has to be this name!)
  • Inside CompiledScenarios do any or all of the following: git clone [email protected]:Aleph-One-Marathon/data-marathon.git M1A1 git clone [email protected]:Aleph-One-Marathon/data-marathon-2.git M2A1 git clone [email protected]:Aleph-One-Marathon/data-marathon-infinity.git M3A1

Building

  • Clone the project marathon-ios project

  • Inside of marathon-ios, rename the file Secrets_dummy.h to Secrets.h (unless you own the real Secrets.h)

  • cd to vcpkg, and run ./install-arm-ios.sh to build dependencies

  • Finally go back to where the Marathon sources are, open AlephOne.xcodeproj and build whichever scenario you have in CompiledScenarios

Enjoy!