From fff9d33cc16874afbecc439cc368a161c9425cc0 Mon Sep 17 00:00:00 2001 From: Heisenborgar Date: Sun, 3 Nov 2024 09:38:02 +0800 Subject: [PATCH 1/3] Added Arch Linux link --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f8057d..ddd6388 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,12 @@ longer active. Download on Flathub +### Arch Linux (via Arch User Repository) + + + Get on AUR + + ### Build from source #### Install the dependencies @@ -181,4 +187,4 @@ provide this functionality like *Thunderstore* and *Gamebanana*. **Deployers for other games** If a game requires more specialized actions, like the current *LOOT Deployer* for -Skyrim, in order to be modded, a deployer can be added if there is demand for it. \ No newline at end of file +Skyrim, in order to be modded, a deployer can be added if there is demand for it. From b7ce61b764d3617bfdc9479bcd73436b1ee23c1f Mon Sep 17 00:00:00 2001 From: Heisenborgar Date: Sun, 3 Nov 2024 11:32:26 +0800 Subject: [PATCH 2/3] Added info for Flatpak and AUR version of Limo. --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/README.md b/README.md index ddd6388..f25dff7 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,40 @@ tests/build/tests doxygen src/lmm_Doxyfile ``` +## Usage Notes + +### Flatpak version of Limo + +From version 1.0.7 onwards, Limo supports specialized deployer and auto tag imports for Steam games. Currently it only supports Bethesda Games on Steam such as Skyrim, Skyrim SE, and Skyrim VR. ***Flatpak users who want to mod these games using Limo are automatically configured, but it is still recommended to read Limo's [Wiki](https://github.com/limo-app/limo/wiki) even if you are modding these games or not.*** + +#### To add tools and run the executable directly to Limo, use: + +``` +--directory=/tool/directory/protontricks-launch --appid [steamappid i.e., 489830 for Skyrim SE] tool.exe +``` + +### AUR version of Limo + +The Flatpak version of Limo is the officially supported version. There is no reason to use the AUR version of Limo, unless you like the instant download initialization (not the download speed) when downloading via mod manager on NexusMods, and early access to new features such as Reverse Deployer (unreleased as of 1.0.7). If you decided to use the AUR version, please don't spam and harass the main developer. + +When you first use the AUR version of Limo, you'll notice that the UI is slightly different than the Flatpak version. ***Moreover, you'll notice that when importing games from steam such as Skyrim SE, the deployers are not pointing to the right directory, hence, one should read Limo's [Wiki](https://github.com/limo-app/limo/wiki) to properly configure them.*** + +#### Here's a quick glance of what deployer you should create and where it should point to. + +| Name | Deployer Type | Target Directory | Deployment Method | +| ---- | ---------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------- | +| Bin | Case Matching Deployer | ~/.local/share/Steam/steamapps/common/Skyrim Special Edition | Anything | +| Data | Case Matching Deployer | ~/.local/share/Steam/steamapps/common/Skyrim Special Edition/Data | Anything | +| Prefix | Loot Deployer | ~/.local/share/Steam/steamapps/compatdata/489830/pfx/drive_c/users/steamuser/AppData/Local/Skyrim Special Edition | Anything | + +For GOG users of these games, just find the game's folder. It should be almost similar, except the prefix folder. + +#### To add tools and run the executable directly to AUR version Limo, use: + +``` +cd "/tool/directory"; protontricks-launch --appid [steamappid i.e., 489830 for SkyrimSE] tool.exe +``` + ## Contributing configurations From version 1.0.7 onwards, Limo supports specialized deployer and auto tag imports for Steam games. Each configuration is stored in From ba400790a86c60278b55f08032aa59c375fb0a96 Mon Sep 17 00:00:00 2001 From: Heisenborgar Date: Mon, 4 Nov 2024 07:50:25 +0800 Subject: [PATCH 3/3] Quick typo fix from Prefix to Plugins --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f25dff7..dcb3189 100644 --- a/README.md +++ b/README.md @@ -156,11 +156,11 @@ When you first use the AUR version of Limo, you'll notice that the UI is slightl #### Here's a quick glance of what deployer you should create and where it should point to. -| Name | Deployer Type | Target Directory | Deployment Method | -| ---- | ---------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------- | -| Bin | Case Matching Deployer | ~/.local/share/Steam/steamapps/common/Skyrim Special Edition | Anything | -| Data | Case Matching Deployer | ~/.local/share/Steam/steamapps/common/Skyrim Special Edition/Data | Anything | -| Prefix | Loot Deployer | ~/.local/share/Steam/steamapps/compatdata/489830/pfx/drive_c/users/steamuser/AppData/Local/Skyrim Special Edition | Anything | +| Name | Deployer Type | Target Directory | Deployment Method | +| ------- | ---------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------- | +| Bin | Case Matching Deployer | ~/.local/share/Steam/steamapps/common/Skyrim Special Edition | Anything | +| Data | Case Matching Deployer | ~/.local/share/Steam/steamapps/common/Skyrim Special Edition/Data | Anything | +| Plugins | Loot Deployer | ~/.local/share/Steam/steamapps/compatdata/489830/pfx/drive_c/users/steamuser/AppData/Local/Skyrim Special Edition | Anything | For GOG users of these games, just find the game's folder. It should be almost similar, except the prefix folder.