• 0 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: July 7th, 2023

help-circle







  • While Gnome can be shaped into something Windowslike with extensions ‘Arcmenu’ and ‘Dash to Panel’, for another user I’d suggest just using a DE that already works like that. Best choices IMO are Cinnamon or KDE.

    Since you already want to use a Ubuntu desktop, I’ll stick to suggesting Ubuntu flavours. KDE on Ubuntu, you’ll want Kubuntu. For Cinnamon, there is a Ubuntu Cinnamon flavour.

    KDE is somewhat more modern-feeling than Cinnamon but also uses more resources. If your GF’s system is a bit weak, maybe go for Cinnamon. Cinnamon is also a bit retro in it’s design, so it might be more comfortable for people used to older Windows versions.

    I recommend downloading a live installer for both, showing her them and letting her pick the one she likes the most. (On that note, I hope you got her permission to do this…)





  • I mostly agree. Games of all types can co-exist and knowing this doesn’t ruin enjoyment of the games that I do play.

    Like Skyrim modding for example, there’s so many mods that display fanservice, nudity and even intercourse. Does that ruin the game for me? Not at all. In fact, I still play it despite that knowledge. I simply choose not to use mods that I don’t want to use.

    Or a certain magicky wizarding game, that game can exist too without wishing death on people who want to play it. Doesn’t mean I have to play it, nor does it ruin gaming for me.

    Instead, the logical thing to do would be to pass on this game and find another. I fully understand that BG3 is one of the games of our lifetime, but it’s not the game for me. (Of which there are many)

    As someone who grew up watching my father crawl through dungeons (I think he enjoyed IWD more than BG), it’s great to see Baldur’s Gate at the forefront. Hopefully more of my childhood favourite RPGs will come back. I’d love to see Dungeon Siege and Neverwinter Nights brought back.


  • Sorry if there’s a lot of technical terms.

    My anecdotal experience is that Skyrim modding under Linux worked surprisingly well. Despite that I think I would still say “YMMV”. I have it running under Lutris-GE-Proton8-13.

    I used the GOG release because having local access to the installer is a major win. Note that even if you don’t install the AE upgrade it’s the same version number, 1.6.659 so bear this in mind when installing SKSE64 and mods. I think there’s a specific release of SKSE64 for GOG. Many mods label that version as AE only, which isn’t true of the GOG release.

    I chose to install in Lutris because of how easy it is to manipulate prefixes. I had issues with the automated scripts, which I expected. So I did it myself.

    I downloaded Skyrim from GOG and installed Skyrim using the “Install a Windows game from media” option, then run once from the launcher to ensure everything was initialised before modding.

    Inside this prefix I installed MO2 using “Run EXE inside WINE prefix”.

    I chose that mod manager because I used it on Windows and it worked just fine. I don’t know a lot about Vortex. There’s a DLL to add support for Epic and GOG installs of Skyrim. I duplicated the Skyrim SE runner and changed the target to ModOrganizer dot exe. There’s a UI bug that makes reordering mods act weird, just click another mod entry if it gets stuck.

    The Nemesis issue I had, which appears to be a Linux/WINE problem - the solution given (Extract it to the Data folder then run the executable from MO2 with VFS) worked for me.

    TBH my modlist is pretty tame compared to most that I’ve come across so I didn’t expect many problems. LOOT worked as expected so I just let LOOT handle my load order.

    There’s probably more to it but this is what I remember. Happy modding!

    Modlist

    Nemesis issue

    Mod Organizer 2

    Super useful tool to help manage proton versions





  • There’s this aptly-named utility that I’m currently using:

    https://github.com/nvbn/thefuck

    I do think GUI is the way to go for “typical” usage, but if you wanted to set up a faster way to run a command you use often, you would create an alias to handle a complex command or something you do often.

    For example, I have ‘updateall’ as my command to run ‘sudo apt update && sudo apt upgrade && flatpak update’. Why not GUI for this? I like to see what’s going on during my updates. It’s also kind of satisfying for some reason.

    Anyway, I suspect your problem then would end up being not running a syntax, assuming it even exists, but the correct syntax, which I often encounter, but that’s what ‘history | grep’ is for.