Skip to content

Masmblr/map-arena_ds_src

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arena DS

GitHub release (latest by date) License

header

Table of Contents

Introduction

Arena DS is a game level for the open source game Tremulous. The intention of this map was to remake the map DS-Arena (by TRaK) to improve its aged appearance and to give new players easier access. Built from scratch, the map features a DS-Arena-like layout. It also includes a new texture set (mas02) that improves the visuals. The side tunnels were supplemented with a connection to the front.

Screenshots

Comparison screenshots of the original DS Arena and this remake:

Version History

Version Date Status Files
1.0 2017/10/01 beta
1.1 2023/08/16 final
1.15 2025/09/28 refactored (final) map · deps

Setup Source

# Clone with dependencies:
git clone --recurse-submodules https://github.com/Masmblr/map-arena_ds_src.git

Run one of these scripts to merge the dependencies into the project structure:

# Linux / macOS
chmod +x merge_deps.sh
./merge_deps.sh  
# Windows PowerShell
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
.\merge_deps.ps1

Copy the contents of src/ into your game base folder: tremulous/base/

Build

If you want to compile the map yourself instead of using the prebuilt .pk3:

  1. Install NetRadiant with the Tremulous game profile.
  2. Open arena_ds.map from base/maps/.
  3. Use Build -> Build with final settings.

Run

# Linux / macOS
./tremulous-gpp.x86_64 -sv_pure 0 -devmap arena_ds
# Windows
tremulous-gpp.exe -sv_pure 0 -devmap arena_ds

Development Tools

Related Resources

Credits & License

A comprehensive list of all files and their respective licenses can be found in the following document: → LICENSE

Acknowledgments

  • id Software for Quake3
  • Dark Legion Development for Tremulous
  • Team Xonotic for NetRadiant