• 20 Posts
  • 13 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle













  • In the future, the easiest way will probably to be Nexus Mod’s new native app. But that’s still in alpha.

    I’ve found it simplest to just manually copy the mods into my install folder and add all the .esp’s to my Plugins.txt.

    To make the game start with SKSE on Steam, I would rename SkyrimSELauncher.exe to SkyrimSELauncher.exe.backup and rename skse64_loader.exe to SkyrimSELauncher.exe. But I rebought the game on GOG and use the Heroic Games, which let’s me change which exe to run so I don’t have to rename things.

    Another thing to keep in mind when installing mods is that Linux uses case-sensitive filesystems. That means the folder skse is different from SKSE. Some mods use lowercase, other mods use uppercase. But Skyrim will only recognize one of these folders, so you would have to rename the folder before merging it into your skyrim install folder.

    I’ll also say that I never did any major modding. I’ve used maybe at most 2 dozen quality of life mods.








  • I just listed the changes since GIMP 3 RC1.

    Over GIMP 2.10.38, there’s a lot of changes. Better color management, GTK 3, non-destructive editing, and other stuff I can’t remember.

    That last one is a major boon. It means you could perform an action on a layer, say raise the exposure, but revert it later on without affecting the quality or losing information. Unfortunately this doesn’t apply to all actions (such as resizing), but the list of non-destructive actions will grow later on.




  • Yup. Or at the very least, a distro package’s listed dependencies don’t show you the true dependencies a program needs to function. There are a lot of dependencies that are needed but not listed because they are installed through transitively by other packages.

    Rust shows you the true scale because it’s statically linked. That being said, Rust really may use more dependencies, but directly comparing the number of dependencies can be misleading without considering the scope and focus of each dependency.