pages:howtos:debian:supertuxkart-server
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
pages:howtos:debian:supertuxkart-server [2022/01/07 19:41] – mischerh | pages:howtos:debian:supertuxkart-server [2022/01/08 17:12] (current) – mischerh | ||
---|---|---|---|
Line 1: | Line 1: | ||
{{tag> | {{tag> | ||
- | ====== How To Build and Run your own SuperTuxKart Server On Debian ====== | + | \\ |
- | How to build and run your own [[https:// | + | |
+ | <WRAP center round info 60%> | ||
+ | This howto, for Fedora Linux, can be found [[pages: | ||
+ | </ | ||
+ | ====== How To Build and Run your own SuperTuxKart Server On Debian | ||
+ | How to build and run your own [[https:// | ||
===== 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 |
mkdir -pv / | mkdir -pv / | ||
</ | </ | ||
Line 39: | Line 44: | ||
<sxh bash; gutter: false> | <sxh bash; gutter: false> | ||
cd / | cd / | ||
- | mkdir cmake_build | + | mkdir -pv / |
- | cd cmake_build | + | cd / |
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:// | + | A user account at online.supertuxkart.net is required to run the server. You can sign up/create it [[https:// |
===== User Initialization And SuperTuxKart Server Configuration ===== | ===== User Initialization And SuperTuxKart Server Configuration ===== | ||
Line 62: | Line 67: | ||
vim / | vim / | ||
</ | </ | ||
- | <sxh xml; highlight: [5, | + | <sxh xml; highlight: [5, |
<?xml version=" | <?xml version=" | ||
< | < | ||
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. --> | ||
- | < | + | < |
<!-- 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