Skip to content

Installation

JediKnightChan edited this page Jul 7, 2023 · 1 revision

Install and build

Notice that this project is only the code base, while Content folder is not available for public distribution.

  1. git clone https://github.com/JediKnightChan/EternalCrusadeResurrection.git
  2. cd EternalCrusadeResurrection
  3. Right click ECR.uproject, Switch Unreal Engine version to 5.1
  4. Acquire plugins not distributed with github:
  • FModStudio
  • MyOnlineSubsystemEOS: copy paste OnlineSubsystemEOS from Engine Plugins folder to project Plugins, add "Linux" to "PlatformAllowList" of "OnlineSubsystemEOS" and "OnlineSubsystemEOSPlus". Then add file Plugins\MyOnlineSubsystemEOS\Source\OnlineSubsystemEOS\Private\LinuxEOSHelpers.h with the same content as MacEOSHelpers.h (now you'll be able to compile ECR for Linux).
  1. Open ECR.sln, build the project
Clone this wiki locally