this post was submitted on 18 Aug 2023
147 points (96.2% liked)

Linux

45595 readers
793 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 10 months ago (2 children)

That seems very convoluted to me. Let's say I have a mod folder for a game, somewhat deep folder structure thanks to Wine and such, containing hundreds of mod folders and sub folders. I download updated mod files for one mod, how would you quickly reach the corresponding folder and copy the files into that? I typically have a shortcut to the mod folder in my gaming folder, so that's somewhat quickly to reach. I'd then go into / through the correct subfolders by typing out the letters contained in the folder names and then just copypasta the corresponding files. Is there a better way than that without losing track of things?

[–] [email protected] 1 points 10 months ago (2 children)

Hmm. This case comes up for me regularly. I usually have a hidden file on level lower than my home directory that is linked to the directory in question. I then launch nautilus, and drag and drop as needed.

If it happens often enough I create a bash script that automatically launches nautilus at that location.

Is it better? Prolly not, but it's how I do it 😅

[–] [email protected] 2 points 10 months ago (1 children)

That's similar to the shortcut I mentioned, but wouldn't really solve reaching the corresponding sub folders within the folder structure. It would only work if I'd threw all the mod files in the same folder, and pray that the mod authors never actually rename their mod files and that I never have to remove any specific mod. I tried that once, it wasn't a good idea. :)

[–] [email protected] 1 points 10 months ago (1 children)

Oh yeah, I usually mod games like WoW or w.e. so the file structure lends to it being easily modded.

[–] [email protected] 1 points 10 months ago

Yeah, that's as far as I know usually just graphical mods, mostly of the kinky kind.
It gets more complicated when you look at mods that add functionality through script mods, with various mod dependencies, update breakages, etc.
Games like the Sims, or Bethesda RPGs, which are highly moddable and where you install hundreds or even thousands of mods & assets.