From ee943a3ae78d7bbd1b4c89acf2d91002a036ad84 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sat, 31 Oct 2020 15:00:14 +0100 Subject: [PATCH] Added the Lutris system as a placeholder for Windows and macOS. --- USERGUIDE.md | 2 +- resources/templates/es_systems.cfg_macos | 9 +++++++++ resources/templates/es_systems.cfg_windows | 9 +++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/USERGUIDE.md b/USERGUIDE.md index 0b4bb8c1c..2961d3bc4 100644 --- a/USERGUIDE.md +++ b/USERGUIDE.md @@ -316,7 +316,7 @@ You don't need to set execution permissions for these scripts, ES will run them #### Lutris -Lutris runs only on Unix so it's not present in the es_systems.cfg templates for macOS or Windows. +Lutris runs only on Unix so it's only present as a placeholder in the es_systems.cfg templates for macOS and Windows. These games are executed via the Lutris binary (well it's actually a Python script), and you simply create a shell script per game with the following contents: diff --git a/resources/templates/es_systems.cfg_macos b/resources/templates/es_systems.cfg_macos index 0ecfef36e..0c9e71fef 100644 --- a/resources/templates/es_systems.cfg_macos +++ b/resources/templates/es_systems.cfg_macos @@ -442,6 +442,15 @@ pc kodi + + lutris + Lutris open gaming platform + %ROMPATH%/lutris + .7z .7Z .zip .ZIP + PLACEHOLDER %ROM% + pc + lutris + lutro Lutro game engine diff --git a/resources/templates/es_systems.cfg_windows b/resources/templates/es_systems.cfg_windows index 9485c52d9..270353453 100644 --- a/resources/templates/es_systems.cfg_windows +++ b/resources/templates/es_systems.cfg_windows @@ -442,6 +442,15 @@ pc kodi + + lutris + Lutris open gaming platform + %ROMPATH%\lutris + .7z .7Z .zip .ZIP + PLACEHOLDER %ROM% + pc + lutris + lutro Lutro game engine