Skip to content

QuakeC source for SMB server mods

Notifications You must be signed in to change notification settings

DetectiveJian/modpack

 
 

Repository files navigation

SMB modpack

QuakeC source for the SMB server mods

Build Status

Requirements

Git

  • On Debian based systems, use sudo apt-get install git-core
  • Windows: https://git-scm.com/download/win
  • On other Linux systems, follow your standard package manager instructions to install Git
  • Mac: Install the command line tools package (Google is your friend)

Building tools

  • On Debian based systems, use sudo apt-get install build-essential
  • Windows: MSYS2 (full guide pending)
  • Mac systems should already come with the required building tools once Git is installed

Required content packs:

Optional content packs:

Usage

Note: PATH is one of the following depending on your system

OS Path
Windows C:\Users\yourusername\Saved Games\xonotic
Linux ~/.xonotic
Mac ~/Library/Application Support/xonotic
Nothing should ever be added to the main installation folder of Xonotic, use these paths!
  1. Run this from a terminal in the modpack folder: ./update.sh
  2. Run this from a terminal in the modpack folder: ./build.sh
    For speed up compilation, if you want to execute without compression (without csprogs-*.pk3 file): ZIP=: ./build.sh
  3. Copy the compiled .dat files from modpack to PATH/data
  4. Download the content packs to PATH/data and make sure they're available on your map download server

To update your server, repeat the above steps, but skip step 4 unless the packages available are newer than the ones you have

About

QuakeC source for SMB server mods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.7%
  • Shell 0.3%