Skip to content
/ ddnet Public

HvH server suitable for hosting KoG and Block mode.

License

Notifications You must be signed in to change notification settings

ddnethvh/ddnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DDNetHvH Server - KoG

A dedicated server for DDNet (DDraceNetwork) featuring Hacker vs Hacker gameplay in King of Gores mode.

Installation

Clone the repository

git clone https://github.com/ddnethvh/ddnet
cd ddnet

Clone the libraries (Windows)

git clone https://github.com/ddnet/ddnet-libs/

Clone the libraries (Linux)

sudo apt install build-essential cargo cmake git glslang-tools google-mock libavcodec-extra libavdevice-dev libavfilter-dev libavformat-dev libavutil-dev libcurl4-openssl-dev libfreetype6-dev libglew-dev libnotify-dev libogg-dev libopus-dev libopusfile-dev libpng-dev libsdl2-dev libsqlite3-dev libssl-dev libvulkan-dev libwavpack-dev libx264-dev python3 rustc spirv-tools

Build the server

mkdir build
cd build
cmake ..
make -j$(nproc)

Run the server

./ddnet-server

Clone the maps

git clone https://github.com/teemods/opengores-maps
cd opengores-maps
rm -rf maps7 scripts
mv maps ../maps/

Remove the maps (optional)

ls *.map | shuf | tail -n +50 | xargs -d '\n' rm