Download and extract the latest realease of the Battlezone Redux Mod Manager:
https://github.com/Nielk1/Battlezone-Redux-Mod-Manager/releases
Battlezone Redux Mod Manager Setup:
BZRModManager.exe
and select the Settings
tab.My Docs/My Games
folder location.
BZCC tab
and paste the github url for Forgotten Enemies Remastered (https://github.com/BlackDragonN001/FERemastered.git) into the Mod URL
field.Tasks
tab to watch the current progress)
Busy Tasks
is 0 at the bottom of BZRMM, select all Forgotten Enemies Remastered Mods and choose either Install GOG
or Install Steam
in the right-click menu
Forgotten Enemies: Remastered
from the mods menuOpen an administrator powershell window (type 'powershell' into windows search and right click and select 'Run as administrator')
Run the following command Set-ExecutionPolicy -Scope Process Unrestricted
and then enter 'y' for yes.
Navigate to the FERemastered repo in powershell. This can be done by running Set-Location -Path "C:\Users\User\FERemastered"
if the FERemastered repo was cloned into C:\Users\User\FERemastered
.
Run .\install.ps1
. This will create an install of FERemastered in your user home directory.
The install directory can be customised by running
./install.ps1 -FeInstallDirectory C:\Games\FE
If the install directory of Battlezone Combat Commander is different to default you can run the following
./install.ps1 -FeInstallDirectory C:\Games\FE -BzInstallDirectory G:\Steam\steamapps\common\BZ2R
Interested in contributing to Forgotten Enemies Remastered?