Skip to content

Linux-BFME/Installers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATION NOTICE

Use the legendary 2.22 launcher via Wine instead: https://github.com/Ravo92/Patch-2.22-Launcher/


Lutris Install Scripts

Note: These installers are in development. Feel free to report bugs but don't attempt to use for actual playing.

Requirements:

Installation instructions:

  • Find the game you want to install
  • Open a terminal and paste the install command
  • Follow the Lutris prompts!

Battle for Middle-Earth I (Latest Update)

Run the following command:

(In testing)

tmp=$(mktemp) && curl https://raw.githubusercontent.com/Linux-BFME/Installers/master/bfme1.yml -o $tmp && lutris -i $tmp


Battle for Middle-Earth I - Legends of the Third Age (0.4.0)

Run the following command:

(In Development - Has 3 minute auto defeat)

tmp=$(mktemp) && curl https://raw.githubusercontent.com/Linux-BFME/Installers/master/lot3a.yml -o $tmp && lutris -i $tmp


Battle for Middle-Earth II

Run the following command:

tmp=$(mktemp) && curl https://raw.githubusercontent.com/Linux-BFME/Installers/master/bfme2.yml -o $tmp && lutris -i $tmp


Rise of the Witch King (2.02 v8.4)

Run the following command:

tmp=$(mktemp) && curl https://raw.githubusercontent.com/Linux-BFME/Installers/master/rotwk.yml -o $tmp && lutris -i $tmp


Age of the Ring (7.2.3)

Age of the Ring was voted the highest quality mod out of any game in 2020. It is effectively BFME III.

(In testing) Run the following command:

tmp=$(mktemp) && curl https://raw.githubusercontent.com/Linux-BFME/Installers/master/aotr.yml -o $tmp && lutris -i $tmp

About

The installers for all the games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages