satisfactorymodding / SatisfactoryModManager

A mod manager for easy installation of mods and modloader for Satisfactory
GNU General Public License v3.0
324 stars 77 forks source link

[Request for Info] #108

Closed Krutonium closed 2 years ago

Krutonium commented 3 years ago

Hi, I'm working on a ModLoader Installer for an entirely different game (My Summer Car), and I can't figure out how you guys are editing the arguments for the game in Steam. Could you point me at that part of the code, or tell me how you're doing it?

Thanks for your time, and also thanks for a great modloader. :+1:

mircearoata commented 3 years ago

Hi! This is the part of the code that adds DLLOVERRIDES to the launch arguments on linux: https://github.com/mircearoata/SatisfactoryModManagerAPI/blob/ffeb94928bb0aa89529cff12230e5a08ab3a3fcb/src/installfinders/linux/steam.ts#L59-L108

Krutonium commented 3 years ago

Thanks a ton!

mircearoata commented 2 years ago

Closing this as I'm cleaning up issues