Skip to content

FASTBuild v1.11 support UnrealEngine 4.27 - 5.3

Latest
Compare
Choose a tag to compare
@disenone disenone released this 29 Nov 08:22
· 0 commits to 1.11 since this release

Base on FASTBuild v1.11 version.

Adjusted to support UnreadEngine 4.27 - 5.3.

FBuild.exe new options:

  • -coordinator=<ip address>: Set FBuildCoordinator ip address.
  • -brokerage=<path>: Set Brokerage path.
  • -nocache: force not use cache

FBuildWorkers.exe new options:

  • -coordinator=<ip address>: Set FBuildCoordinator ip address.
  • -brokerage=<path>: Set Brokerage path.

FBuildCoordinator.exe: a worker collector, each worker can register itself to Coordinator, FBuild can query workers list from Coordinator.
currently no options.