Skip to content

Installation

JediKnightChan edited this page Nov 9, 2024 · 2 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.)
  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