Skip to content

Installation

JediKnightChan edited this page Mar 14, 2025 · 3 revisions

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. In Source/ECR.Target.cs remove line BuildEnvironment = TargetBuildEnvironment.Unique;
  4. In ECR.uproject Plugins section, change MyOnlineSubsystemEOS to OnlineSubsystemEOS, for official plugin version to be used
  5. Disable or obtain other non-distributable plugins (e.g. SmoothSync, DragonIKPlugin, etc.), unless you have a secret archive from our private repo, from which you already extracted all these plugins
  6. Right click ECR.uproject, Switch Unreal Engine version to 5.1
  7. Right click ECR.uproject, Generate Visual Studio Files
  8. Open ECR.sln in Visual Studio, build the project for Development Editor

Clone this wiki locally