Installer the-lord-of-the-rings-the-bat-1-06-t3aonline-multi
This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.
files: - installer_aio: https://server.cnc-online.net/downloads/patch/T3AOnlineBFME1_Patch1.06_AIO.exe game: arch: win64 exe: $GAMEDIR/drive_c/Program Files (x86)/Revora/T3AOnline/t3aonline.exe prefix: $GAMEDIR installer: - task: arch: win64 name: create_prefix prefix: $GAMEDIR - input_menu: description: Choose the language for the Game (The same you choose for the main game) id: APPDATA options: - Meine Die Schlacht um Mittelerde-Dateien: Deutsch/German - My Battle for Middle-earth Files: English - Mis archivos de La Batalla por la Tierra Media: "Espa\xF1ol/Spanish" - La Bataille pour la Terre du Milieu: "Fran\xE7ias/French" - File de La Battaglia per la Terra di Mezzo: Italiano/Italian - Mijn Battle for Middle-earth bestanden: Nederlands/Dutch - Mine Kampen om Midgard-filer: Norsk/Norwegian - "Moje pliki zapisu Bitwy o Sr\xF3dziemie": Polski/Polish - "Mina Slaget om Midg\xE5rd-filer": Svenska/Swedish preselect: My Battle for Middle-earth Files - insert-disc: requires: AutoRun.exe - task: description: Running game installer (Select "Quit" after the installation has finished) executable: $DISC/AutoRun.exe name: wineexec prefix: $GAMEDIR - task: arch: win64 description: Installs patches 1.03, 1.05 and 1.06 and T3A:Online in your language. Please select Wide-Screen and T3A:Online while installation. Make sure to click through the T3A:Online Launcher installer before finishing the whole installation. executable: installer_aio name: wineexec prefix: $GAMEDIR - write_config: data: General: AllHealthBars: true AlternateMouseSetup: false AmbientVolume: 70 AudioLOD: High Brightness: 50 FixedStaticGameLOD: Medium FlashTutorial: 0 HasGotOnline: true HasSeenLogoMovies: true HeatEffects: true IdealStaticGameLOD: UltraHigh IsThreadedLoad: true MovieVolume: 80 MusicVolume: 60 Resolution: $RESOLUTION_WIDTH $RESOLUTION_HEIGHT SFXVolume: 100 ScrollFactor: 50 StaticGameLOD: Medium TimesInGame: 1 UnitDecals: true UseEAX3: false VoiceVolume: 80 file: $GAMEDIR/drive_c/users/$USER/Application Data/$INPUT_APPDATA/Options.ini wine: dxvk: false esync: true
{ "files": [ { "installer_aio": "https://server.cnc-online.net/downloads/patch/T3AOnlineBFME1_Patch1.06_AIO.exe" } ], "game": { "arch": "win64", "exe": "$GAMEDIR/drive_c/Program Files (x86)/Revora/T3AOnline/t3aonline.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win64", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "input_menu": { "description": "Choose the language for the Game (The same you choose for the main game)", "id": "APPDATA", "options": [ { "Meine Die Schlacht um Mittelerde-Dateien": "Deutsch/German" }, { "My Battle for Middle-earth Files": "English" }, { "Mis archivos de La Batalla por la Tierra Media": "Espa\u00f1ol/Spanish" }, { "La Bataille pour la Terre du Milieu": "Fran\u00e7ias/French" }, { "File de La Battaglia per la Terra di Mezzo": "Italiano/Italian" }, { "Mijn Battle for Middle-earth bestanden": "Nederlands/Dutch" }, { "Mine Kampen om Midgard-filer": "Norsk/Norwegian" }, { "Moje pliki zapisu Bitwy o Sr\u00f3dziemie": "Polski/Polish" }, { "Mina Slaget om Midg\u00e5rd-filer": "Svenska/Swedish" } ], "preselect": "My Battle for Middle-earth Files" } }, { "insert-disc": { "requires": "AutoRun.exe" } }, { "task": { "description": "Running game installer (Select \"Quit\" after the installation has finished)", "executable": "$DISC/AutoRun.exe", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win64", "description": "Installs patches 1.03, 1.05 and 1.06 and T3A:Online in your language. Please select Wide-Screen and T3A:Online while installation. Make sure to click through the T3A:Online Launcher installer before finishing the whole installation.", "executable": "installer_aio", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "write_config": { "data": { "General": { "AllHealthBars": true, "AlternateMouseSetup": false, "AmbientVolume": 70, "AudioLOD": "High", "Brightness": 50, "FixedStaticGameLOD": "Medium", "FlashTutorial": 0, "HasGotOnline": true, "HasSeenLogoMovies": true, "HeatEffects": true, "IdealStaticGameLOD": "UltraHigh", "IsThreadedLoad": true, "MovieVolume": 80, "MusicVolume": 60, "Resolution": "$RESOLUTION_WIDTH $RESOLUTION_HEIGHT", "SFXVolume": 100, "ScrollFactor": 50, "StaticGameLOD": "Medium", "TimesInGame": 1, "UnitDecals": true, "UseEAX3": false, "VoiceVolume": 80 } }, "file": "$GAMEDIR/drive_c/users/$USER/Application Data/$INPUT_APPDATA/Options.ini" } } ], "wine": { "dxvk": false, "esync": true } }