Skip to content

MarioSMB/modpack

Repository files navigation

SMB modpack

QuakeC source for the SMB server mods

Build Status

Prerequisites

Ensure your system has following programs installed:

  • git
  • gcc
  • make
  • 7zip or zip (required for pk3)
  • bash

This mod also depends on following additional resources, download and place them in userdir/data.

Building

First, clone this repository and enter the project directory:

git clone https://github.com/MarioSMB/modpack
cd modpack

The build.sh script handles the compilation process. Output files are generated in build/<branch>/

Build Type Command Build Output
Standard Build ./build.sh Compiles .dat files only.
Full Build ./build.sh -a Compiles .dat and .pk3 files.

Note

To rebuild you'll have to remove the previously compiled .dat and .pk3 files. Add -c flag to the build script for a clean build.

Tip

Run ./build.sh -h to see full usage of the build script.

Usage

To play the mod locally, copy the .dat files into the userdir/data.

Userdir Reference

Depending on your operating system, your userdir is located at:

OS Path
Windows C:\Users\yourusername\Saved Games\xonotic
Linux ~/.xonotic
Mac ~/Library/Application Support/xonotic

Important

Nothing should ever be added to the gamedir (where the main game lives), use userdir.

About

QuakeC source for SMB server mods

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors