BlackDragonN001 / FERemastered

11 stars 5 forks source link

Battlezone Combat Commander - Forgotten Enemies: Remastered

GitHub commit GitHub repo size GitHub top language GitHub language count

Getting Started:

  1. Download and install Git here.
    Note: After installing Git, run Git CMD and put in the following command git config --global core.autocrlf true

Battlezone Redux Mod Manager Installation Instructions:

  1. Download and extract the latest realease of the Battlezone Redux Mod Manager:

    https://github.com/Nielk1/Battlezone-Redux-Mod-Manager/releases

  2. Battlezone Redux Mod Manager Setup:

    1. Followthe setup instructions for BZRMM.
    2. Open BZRModManager.exe and select the Settings tab.
      Note: Make sure to set the install location for BZCC (either GOG or Steam) and set the My Docs/My Games folder location.
    3. Click the BZCC tab and paste the github url for Forgotten Enemies Remastered (https://github.com/BlackDragonN001/FERemastered.git) into the Mod URL field.
    4. Click the download dowload button.
      Note: If a Branch Select window pops up, select "master". (This will take a long time to download, See the Tasks tab to watch the current progress)
    5. Once 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
    6. Start Battlezone Combat Commander and activate Forgotten Enemies: Remastered from the mods menu
    7. Have fun!

Powershell Install Instructions

  1. Open an administrator powershell window (type 'powershell' into windows search and right click and select 'Run as administrator')

  2. Run the following command Set-ExecutionPolicy -Scope Process Unrestricted and then enter 'y' for yes.

  3. 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.

  4. 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

  5. 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

Get Involved:

Interested in contributing to Forgotten Enemies Remastered?

  1. Request to contribute to the repository.
  2. Join the Battlezone Community Server below:
    Discord

References:

  1. How to install Git.
  2. Neilk1's Battlezone Redux Mod Manager repository.
  3. Steam download link.
  4. GOG download link.
  5. Battlezone Combat Commander on Steam.
  6. Battlezone Commbat Commander on GOG.