Package Details: satisfactory-mod-manager 3.0.3-1

Git Clone URL: https://aur.archlinux.org/satisfactory-mod-manager.git (read-only, click to copy)
Package Base: satisfactory-mod-manager
Description: A mod manager for easy installation of mods and modloader for Satisfactory
Upstream URL: https://github.com/satisfactorymodding/SatisfactoryModManager
Keywords: satisfactory
Licenses: GPL3
Submitter: laurinneff
Maintainer: Prototik
Last Packager: Prototik
Votes: 5
Popularity: 0.28
First Submitted: 2020-12-23 12:13 (UTC)
Last Updated: 2024-10-21 20:50 (UTC)

Latest Comments

1 2 Next › Last »

Timothee commented on 2024-10-15 14:48 (UTC)

Hello, I have this error : ERROR exec: "pnpm": executable file not found in $PATH

After install pnpm package, I was able to install it without error :)

banditsan commented on 2024-10-15 12:51 (UTC) (edited on 2024-10-15 12:51 (UTC) by banditsan)

Desktop Entry file need to be updated with Exec=satisfactory-mod-manager %u to fix protocol URL issue in KDE Plasma 6

$ xdg-open smmanager://install?modID=PowerControlRoom
qt.qpa.wayland: Non-blocking swap buffers not supported. Subsurface rendering can be affected. It may also cause the event loop to freeze in some situations
kf.kio.core: "/usr/share/applications/satisfactory-mod-manager.desktop" contains supported protocols but doesn't use %u or %U in its Exec line! This is inconsistent.

SMM devs already have updated file version in repo

banditsan commented on 2024-10-15 03:36 (UTC)

webkit2gtk needed as dependency. Without it you cannot build or run standalone version of SMM.

$ diff PKGBUILD PKGBUILD.new 
9a10
> depends=('webkit2gtk')

FabioLolix commented on 2022-12-12 17:40 (UTC)

Hello,

  • would you like to specify makedepends on nodejs-lts-hydrogen (node 18)? Using 'nodejs>=16' 'nodejs<19' create some issue, for example when building in chroot
  • does happen to you that /usr/bin/satisfactory-mod-manager is 188kB while the appimage in src is 89,3MB? solved adding options=(!strip) to the pkgbuild

orlfman commented on 2021-04-20 21:12 (UTC) (edited on 2021-04-20 22:24 (UTC) by orlfman)

i just modified the pkgbuild too to build the new 2.4.1 version: https://pastebin.com/uuLvi0xJ

and it actually built just fine for me too. problem is that it doesn't "work." https://i.imgur.com/BK45huB.png

it loads up for me, but its all white. there's nothing in it lol.

edit: oddly enough the appimage version works. and they just put out version 2.4.3

laurinneff commented on 2021-04-14 04:50 (UTC)

@lifestronaut

I already figured this out myself, but I haven't had the time to test it yet. I'll update this package once I can see myself that mods install and run with v2.4.0.

@mateusauler

Lutris isn't missing as a dependency. This mod manager works with the Steam build of Satisfactory, and it might also work when the game is installed with legendary (an unofficial Epic Games Launcher)

mateusauler commented on 2021-04-13 23:56 (UTC)

I believe 'lutris' is missing as a dependency.

lifestronaut commented on 2021-04-13 20:37 (UTC)

I updated a local copy of this PKGBUILD to v2.40 and it appears to compile and run fine when the "electron9" dependency is changed to "electron", currently v12. You will probably want to confirm this yourself as you're likely more experienced at this stuff than I am.

orlfman commented on 2021-04-10 22:12 (UTC)

its failing to build due to electron9 and electron9 is orphan. but electron9-bin works and able to fill the requirement for electron9. so if you try to build this, make sure you install electron9-bin instead of building it yourself.

orlfman commented on 2021-01-21 23:31 (UTC)

thank you laurinneff for the notice! i was starting to pull my hair out trying to figure out why the mods where not being loaded even though they were being installed correctly. xinput did the trick.