🏁 Containerized version of SRB2Kart, a kart racing mod based on Sonic Robo Blast 2 dockergame-servercontainer-imagepodmansrb2srb2kart UpdatedNov 15, 2024 Dockerfile POSIX shell script that downloads addons/software/builds for SRB2 and SRB2Kart. ...
# Clone the repository git clone https://github.com/rwanyoike/gamersnights-srb2kart # Navigate to the project directory cd gamersnights-srb2kart # Set the necessary permissions chmod -v 0777 ./data # Start the container docker compose up Addons This server uses several addons not included ...
addonsp[EXT_CFG] = W_CachePatchName("M_FCFG", PU_STATIC); addonsp[EXT_WAD] = W_CachePatchName("M_FWAD", PU_STATIC); #ifdef USE_KART addonsp[EXT_KART] = W_CachePatchName("M_FKART", PU_STATIC); #endif addonsp[EXT_PK3] = W_CachePatchName("M_FPK3", PU_STATIC); add...