Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Move (cut/paste) the mods folder to the SD then create a symbolic link to that location in the terminal. Example command:
ln -sf /run/media/SD/MODS/DIRECTORY /PATH/TO/CURRENT/MODS/DIRECTORY
This still a great start, so thank you so much!!!
ln -sf are the command elements the terminal understands.
Type a single space after the command elements
then enter the file path to your SD card where you want the mods to run from.
then a single space
then the path where the mods currently are:
home/deck/.local/share/Steam/steamapps/compatdata/1222670/pfx/drive_c/users/steamuser/Documents/Electronic Arts/The Sims 4/Mods
In -sf /run/media/deck/sim_4_drive/Mods /home/deck/.steam/steam/steamapps/compatdata/1222670/pfx/drive_c/users/steamuser/Documents/Electronic Arts/The Sims 4/Mods
I am met with ``bash: In: command not found``
i was thinking it could have something to do with the sd drive name having space, so i was told to put an _ where the spaces are.
am i stupid?
$ ln -sf <path to new directory> (space) <path to old directory>
the dollar sign is a 'convention' that tells the linux system the command should be run as a non-admin.
# <command> <input that command requires>
the pound sign tells the linux system to run the command elevated with admin privileges.
If your file path has a spaces in it like C:\Program Files (x86)\My Crap\the junk I have\
wrap it in double quotes: "C:\Program Files (x86)\My Crap\the junk I have\"
It's been a while since I played around with linux commands, I'm rusty with it, and I don't own or have access to a Steam Deck.
Doing what I can.
1) Thank you so much, what you said the first time technically worked. Just know that none of this sarcastic anger is directed at you, but instead myself
B) I did a stupid and thought you had typed "in" instead of "Ln" because a capital "i" looks exactly like a lower case "L"
三) it was way more simple, because all I had to do was drag the folder to the SD card, and click move. And then drag it back. Every time you drag something to another file, it ask you a prompt to either:
Move.
Copy.
OR LINK
Which I've seen at least 15 times (no exaggeration) while trying this
Thank you so much for all of your help though! I seriously mean it❤️
I've been coding for decades. It's impossible to count how many times I've done things like that.
Here's the answer in a separate text box
On a steam deck, go to desktop mode, then go to your files (dolphin), in your files, go to the file you want to move, and you need to drag it to the SD card. You can open a new window with the SD card open, or just drag it to the folder on the quick menu. Every time you drag a file to another location it should ask you three prompts: "Move here," "copy here," or "Link here." (I promise this is important) Once you drag it to the SD card, click "move here." Then drag it back to the original location, but this time, click Link here." Once you do that, everything is done. Any mods you put in this folder in your SD card should show up in the game upon launching it, but it will stay in the SD card. You can do this to just your mods folder, or the entire Sims 4 folder that they are located in.
The quoted post also works if you are willing to go into the terminal
(Mod folder location: home/deck/.local/share/Steam/steamapps/compatdata/1222670/pfx/drive_c/users/steamuser/Documents/Electronic Arts/The Sims 4/Mods