You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an information issue regarding this compiler error that may appear when trying to build mods depending on the Highlander.
The issue is that various HL releases starting from 1.20.0 have incorrect source files included. In particular, some files include local modifications made by a HL maintainer that didn't make it into the HL itself.
In concrete terms, XComPathingPawn has a simulated protected function bool CanUnitMeleeFromMove, but some subclasses (X2MeleePathingPawn) had the protected removed, triggering this error.
The intended change was actually made for 1.21.1, so this was thought to be fixed, but X2PathTargetPathingPawn was still left out. This was fixed one commit later, but the repo as of the 1.21.1 tag still causes this issue.
This is an information issue regarding this compiler error that may appear when trying to build mods depending on the Highlander.
The issue is that various HL releases starting from 1.20.0 have incorrect source files included. In particular, some files include local modifications made by a HL maintainer that didn't make it into the HL itself.
In concrete terms,
XComPathingPawn
has asimulated protected function bool CanUnitMeleeFromMove
, but some subclasses (X2MeleePathingPawn
) had theprotected
removed, triggering this error.The intended change was actually made for 1.21.1, so this was thought to be fixed, but
X2PathTargetPathingPawn
was still left out. This was fixed one commit later, but the repo as of the 1.21.1 tag still causes this issue.The current
master
branch should work. Please download this archive and find the sources in<zip root>/X2WOTCCommunityHighlander/Src/*
: https://github.com/X2CommunityCore/X2WOTCCommunityHighlander/archive/master.zipI will investigate how feasible it is to backport the change to older releases.
The text was updated successfully, but these errors were encountered: