User Tools

Site Tools


pages:howtos:debian:supertuxkart-server

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pages:howtos:debian:supertuxkart-server [2022/01/07 19:41] mischerhpages:howtos:debian:supertuxkart-server [2022/01/08 17:12] (current) mischerh
Line 1: Line 1:
 {{tag>howto supertuxkart game server debian}} {{tag>howto supertuxkart game server debian}}
-====== How To Build and Run your own SuperTuxKart Server On Debian ====== +\\ 
-How to build and run your own [[https://supertuxkart.net/|SuperTuxKart]] server on [[https://www.debian.org/|Debian GNU Linux]]. [[https://supertuxkart.net/|SuperTuxKart]] is a 3D open-source arcade racer with a variety characters, tracks, and modes to play.+ 
 +<WRAP center round info 60%> 
 +This howto, for Fedora Linux, can be found [[pages:howtos:fedora:fedora-supertuxkartserver|here]]. 
 +</WRAP> 
 +====== How To Build and Run your own SuperTuxKart Server On Debian 11 ====== 
 +How to build and run your own [[https://supertuxkart.net/|SuperTuxKart]] server on [[https://www.debian.org/|Debian GNU Linux]] 11. [[https://supertuxkart.net/|SuperTuxKart]] is a 3D open-source arcade racer with a variety characters, tracks, and modes to play.
  
 ===== Sources ===== ===== Sources =====
Line 24: Line 29:
 Add a little convenience and structure Add a little convenience and structure
 <sxh bash; gutter: false> <sxh bash; gutter: false>
-apt -y install git tmux vim-nox+apt -y install git subversion tmux vim-nox
 mkdir -pv /home/supertuxkartuser/repos/ mkdir -pv /home/supertuxkartuser/repos/
 </sxh> </sxh>
Line 39: Line 44:
 <sxh bash; gutter: false> <sxh bash; gutter: false>
 cd /home/supertuxkartuser/repos/stk-code cd /home/supertuxkartuser/repos/stk-code
-mkdir cmake_build +mkdir -pv /home/supertuxkartuser/repos/stk-code/cmake_build 
-cd cmake_build+cd /home/supertuxkartuser/repos/stk-code/cmake_build
 cmake -DBUILD_RECORDER=off -DSERVER_ONLY=ON .. cmake -DBUILD_RECORDER=off -DSERVER_ONLY=ON ..
 make -j$(nproc) make -j$(nproc)
Line 47: Line 52:
  
 ===== online.supertuxkart.net User Account ===== ===== online.supertuxkart.net User Account =====
-A user account at online.supertuxkart.net is required to run the server. You can sign up/create it [[https://online.supertuxkart.net/register.php|here]]. You will receive an e-mail with a link to confirm your e-mail address (yes, you should click on that linke before proceeding).+A user account at online.supertuxkart.net is required to run the server. You can sign up/create it [[https://online.supertuxkart.net/register.php|here]]. You will receive an e-mail with a link to confirm your e-mail address (yes, you should click that link before proceeding).
  
 ===== User Initialization And SuperTuxKart Server Configuration ===== ===== User Initialization And SuperTuxKart Server Configuration =====
Line 62: Line 67:
 vim /home/supertuxkartuser/supertuxkart_config.xml vim /home/supertuxkartuser/supertuxkart_config.xml
 </sxh> </sxh>
-<sxh xml; highlight: [5,11,14,23,26,35,38,59,62,65,167]; title: /home/supertuxkartuser/supertuxkart_config.xml>+<sxh xml; highlight: [5,11,14,23,26,35,38,59,62,65,77,167]; title: /home/supertuxkartuser/supertuxkart_config.xml>
 <?xml version="1.0"?> <?xml version="1.0"?>
 <server-config version="6" > <server-config version="6" >
Line 139: Line 144:
    
     <!-- Only auto start kart selection when number of connected player is larger than or equals this value, for owner less or ranked server, after start-game-counter reaches 0. -->     <!-- Only auto start kart selection when number of connected player is larger than or equals this value, for owner less or ranked server, after start-game-counter reaches 0. -->
-    <min-start-game-players value="2" />+    <min-start-game-players value="1" />
    
     <!-- Automatically end linear race game after 1st player finished for some time (currently his finished time * 0.25 + 15.0). -->     <!-- Automatically end linear race game after 1st player finished for some time (currently his finished time * 0.25 + 15.0). -->
pages/howtos/debian/supertuxkart-server.1641584503.txt.gz · Last modified: 2022/01/07 19:41 by mischerh