Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 2.16 KB

File metadata and controls

58 lines (35 loc) · 2.16 KB

Stalker GAMMA Launcher Clone

My stalker-gamma-cli project is preferred over this project. Its faster, easier to work with, and more reliable.

A clone of Grokitach's Stalker GAMMA Launcher with WINE compatibility and extra features.

image

Features

Usage

Windows

  1. Download the latest version from the releases page
  2. Extract the zip in the same directory as the .Grok's Modpack Installer folder so stalker-gamma-gui.exe is next to G.A.M.M.A. Launcher.exe
  3. Run stalker-gamma-gui.exe
  4. First install initialization
  5. Enable long paths
  6. (Optional but recommended) Add defender exclusions
  7. Full Install
  8. Play

Linux

Installation instructions in the wiki: Linux install

MacOS

Installation instructions in the wiki: MacOS install

Publishing an Exe

Requirements

Command

dotnet publish stalker-gamma-gui/stalker-gamma-gui.csproj -c Release -r win-x64 -o bin

stalker-gamma-gui.exe is in the bin folder.

Development

Development is only supported on Windows for now.

Requirements

  • .NET SDK 10
  • Gamma RC3 extracted to the stalker-gamma-gui/bin/Debug/net10.0 folder