elnexreal / Smod-Launcher

Fork from Pepsifan04's SMOD launcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Launcher for SMOD standalone written in C# :trollface:

Requirements

YOU NEED TO HAVE THESE 2 GAMES INSTALLED WITH STEAM, OTHERWISE IT WON'T WORK

Launch those games at least 1 time to check if there is any error

Half-Life 2
Source SDK base 2006

How to launch your mods

  1. Install SMOD standalone (Direct link to download)
  2. Move / copy SMOD Launcher.exe to C:/Program Files (X86)/Steam/steamapps/sourcemod/Smod Standalone/
  3. Move your desired mods to /Smod Standalone/mods/
  4. Execute SMOD Launcher.exe and select the mod you want to play

TO-DO

  • Launch params per mod
  • Custom background image for the mods

How to build from source

  1. Download the repository using git clone https://github.com/elnexreal/Smod-Launcher.git or by using this Link
  2. Navigate to your copy of the repository then to /Smod Custom Launcher/
  3. Run dotnet publish -r win-x86 (you can use other RIDs) -c Release
  4. Navigate to /Smod Custom Launcher/bin/Release/netcoreapp3.1/win-x86/publish

Note

You must have installed .NET SDK to build the project

About

Fork from Pepsifan04's SMOD launcher


Languages

Language:C# 100.0%