Skip to content

z/xonotic-sxb.pk3dir

Repository files navigation

xonotic-sxb

A Super Mario themed collection of assets and maps for Xonotic!

sxb-logo

SXB 1-1

Download

Download the latest release pk3, and place it in your userdir data directory.

Depending on your system:

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

Nothing should ever be added to the main installation folder of Xonotic, use these paths!

Development

Building

Requirements to build: Netradiant (for q3map2)

Create a file named build.conf in this project's root directory, and set the path variables. You can use the example conf as your base: cp build.example.conf build.conf

Example:

XONDIR=$HOME/games/xonotic
RADIANTDIR=$XONDIR/netradiant/install

Build maps with:

./build.sh --all

Other options:

./build.sh --clean       # remove bsps, and thumbnails
./build.sh --single 1-3  # compile single map with [world]-[level] 

Also try:

./build.sh --help

Playing

Create a Deathmatch game through the menu system, and select "sxb1: Super Xonotic Bros."

Or call maps directly by typing map mapname e.g. map sxb1_1-1

SXB tight

Note: As of Xonotic 0.8.1, the side-scrolling mod is a part of the game, no client modifications required to play these levels!

Contributing

Pull requests are welcome, but we'd really like to hear from you first, find us in #xonotic on irc.quakenet.org.

source on github