Stalker_GAMMA icon indicating copy to clipboard operation
Stalker_GAMMA copied to clipboard

Native Linux installer

Open aclist opened this issue 3 years ago • 4 comments

Hello, I would like to make a Linux-compatible script that will natively fetch the mods and apply the patches. From what I can see, you fetch the ModDB files and install them in a discrete order and apply some custom patches like the UI etc. Unfortunately, the installer is obfuscated and requires a VM to run in Linux (and then copy the files, etc.), which introduces a lot of unnecessary overhead. A Linux script will follow the same logic but do so without leaving Linux userspace.

You could include this Linux installer and ship it with your project. If you agree, I will make a private repository and invite you, and you can enumerate the order of steps being taken by the PowerShell binary. I will implement these natively in Linux and test it and you can then include it as an alternative installer under your project.

Thanks and best wishes

aclist avatar Dec 13 '22 14:12 aclist

the installer being obfuscated and requiring discord to even get access are red-flags. i'm sure everyone's had a great time with it but i'll pass until its open.

africalimedrop avatar May 07 '23 03:05 africalimedrop

Here is a native linux installer made by Mord3rca:

  • https://github.com/Mord3rca/gamma-launcher/

But you still need Anomaly 1.5.2 (you can download it using torrent) And GAMMA RC3.7z file.

Grok, for some reason, regarding his work is based on GSC (proprietary content), Anomaly Community, modsdb community, decided to shade his using discord invite.

At the same time mods list are open and present in this repository:

https://github.com/Grokitach/Stalker_GAMMA/blob/main/G.A.M.M.A/modpack_data/modlist.txt

axet avatar May 19 '23 03:05 axet

But still this python script doesn't support full installation. Original Mod Organizer is still needed to set Anomaly Path(can it be set by hand?). So it's not a good solution. A working cross-platform installer is badly needed. Thanks

sobkas avatar Aug 06 '23 12:08 sobkas

@sobkas full install is supported, just use usvfs-workaround to get rid of Mod Organizer: https://github.com/Mord3rca/gamma-launcher#usvfs-workaround

Mord3rca avatar Sep 13 '23 11:09 Mord3rca