mirror of
https://github.com/Omni-guides/Jackify.git
synced 2026-06-17 15:57:44 +02:00
Updated Skyrim Septimus 4 (markdown)
@@ -227,9 +227,13 @@ To enable the use of protontricks via the command line, open Konsole if it isn't
|
|||||||
echo "alias protontricks='flatpak run com.github.Matoking.protontricks'" >> ~/.bashrc
|
echo "alias protontricks='flatpak run com.github.Matoking.protontricks'" >> ~/.bashrc
|
||||||
```
|
```
|
||||||
|
|
||||||
then close and reopen Konsole. We can now invoke protontricks from the command line.
|
then close and reopen Konsole. We can now invoke protontricks from the command line. Next, we need to allow protontricks access to the filesystem location (adjust as needed if you used a different path):
|
||||||
|
|
||||||
Adding the required packages can be done via the ProtonTricks gui, but perhaps the easiest way is via command line. You can run the following one-liner to do it for you, or if you prefer, you can manually run the individual steps noted below (replace "Septimus" with the name of your Non-steam game entry, if you called it something else):
|
```
|
||||||
|
sudo flatpak override com.github.Matoking.protontricks --filesystem=/home/deck/Games
|
||||||
|
```
|
||||||
|
|
||||||
|
Adding some of the required packages can be done via the ProtonTricks gui, but perhaps the easiest way is via command line. You can run the following one-liner to do it for you, or if you prefer, you can manually run the individual steps noted below (replace "Septimus" with the name of your Non-steam game entry, if you called it something else):
|
||||||
|
|
||||||
```
|
```
|
||||||
APPID=`protontricks -l | grep "Septimus" | awk {'print $NF'} | sed 's:^.\(.*\).$:\1:'` ; protontricks $APPID xact xact_x64
|
APPID=`protontricks -l | grep "Septimus" | awk {'print $NF'} | sed 's:^.\(.*\).$:\1:'` ; protontricks $APPID xact xact_x64
|
||||||
@@ -255,10 +259,6 @@ protontricks 3595949753 xact xact_x64
|
|||||||
|
|
||||||
This may take a little time to complete, but just let it run the course.
|
This may take a little time to complete, but just let it run the course.
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### Step 7 - Modlist Specific Steps - Septimus 4
|
|
||||||
|
|
||||||
At this stage, the steps required may differ depending on the Modlist you have chosen, and the mods that the Modlist includes. For Septimus 4, we should only need to install vcredist2022. Unfortunately this isn't available directly through protontricks, so we will have to install it manually. The following one-liner should do everything you need (replace "Septimus" with the name of your Non-steam game entry, if you called it something else):
|
At this stage, the steps required may differ depending on the Modlist you have chosen, and the mods that the Modlist includes. For Septimus 4, we should only need to install vcredist2022. Unfortunately this isn't available directly through protontricks, so we will have to install it manually. The following one-liner should do everything you need (replace "Septimus" with the name of your Non-steam game entry, if you called it something else):
|
||||||
|
|
||||||
```
|
```
|
||||||
@@ -295,7 +295,7 @@ Check the box to agree, and then click install. It should complete quickly.
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Step 8 - Optional but Recommended
|
### Step 7 - Optional but Recommended
|
||||||
|
|
||||||
Increase SteamDeck Swap Space, Swappiness and adjust SteamDeck VRAM
|
Increase SteamDeck Swap Space, Swappiness and adjust SteamDeck VRAM
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user