Create Xonotic Internet server step by step pictures - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3) +--- Forum: Xonotic - Server Administration (https://forums.xonotic.org/forumdisplay.php?fid=16) +--- Thread: Create Xonotic Internet server step by step pictures (/showthread.php?tid=9927) |
Create Xonotic Internet server step by step pictures - Petemies8 - 10-08-2024 Is there step by step pictures how to set up Xonotic Internet server? RE: Create Xonotic Internet server step by step pictures - Petemies8 - 10-08-2024 (10-08-2024, 03:31 AM)nathanmatthews Wrote: I remember someone posting it on the forum. Tried to find but no success. RE: Create Xonotic Internet server step by step pictures - Petemies8 - 10-08-2024 Or can I change already existing ones server games by commands, like adding all weapons and hook? RE: Create Xonotic Internet server step by step pictures - Freddy - 10-09-2024 We don't have a step-by-step guide with pictures, but we have a Readme (https://gitlab.com/xonotic/xonotic/-/blob/master/server/readme.txt?ref_type=heads) and a section on our wiki (https://gitlab.com/xonotic/xonotic/-/wikis/home#server-administration) RE: Create Xonotic Internet server step by step pictures - Petemies8 - 10-09-2024 (10-09-2024, 06:23 AM)Freddy Wrote: We don't have a step-by-step guide with pictures, but we have a Readme (https://gitlab.com/xonotic/xonotic/-/blob/master/server/readme.txt?ref_type=heads) and a section on our wiki (https://gitlab.com/xonotic/xonotic/-/wikis/home#server-administration) 1. Copy server_windows.bat to Xonotic main directory 2. Copy server.cfg to %UserProfile%\Saved Games\xonotic\data 3. Then what? 4. Forward port 26000 from network setup 5. Then what? RE: Create Xonotic Internet server step by step pictures - Petemies8 - 10-10-2024 (10-09-2024, 07:23 AM)Petemies8 Wrote:(10-09-2024, 06:23 AM)Freddy Wrote: We don't have a step-by-step guide with pictures, but we have a Readme (https://gitlab.com/xonotic/xonotic/-/blob/master/server/readme.txt?ref_type=heads) and a section on our wiki (https://gitlab.com/xonotic/xonotic/-/wikis/home#server-administration) Changing server.cfg data to following: sv_public 1 sv_status_privacy 1 hostname "Nimi tähän : Palvelin" sv_motd "Tervetuloa Nimi tähän Xonotic-peliin" maxplayers 8 log_file "server.log" g_start_delay 15 g_maplist "" g_maplist_shuffle 0 g_maplist_votable 0 g_maplist_mostrecent_count 4 timelimit_override -1 fraglimit_override -1 g_ctf_capture_limit -1 capturelimit_override -1 g_domination_point_limit -1 g_runematch_point_limit -1 g_keyhunt_point_limit -1 g_lms_lives_override -1 g_nexball_goallimit -1 g_ctf_win_mode 0 g_ctf_ignore_frags 1 g_keyhunt_teams_override -1 // GAME MODE: what type of server do you want to host? // possible values: dm (deathmatch), tdm (team deathmatch), dom (domination), ctf (ctf), rune (runematch), lms (last man standing), arena (arena), kh (keyhunt), as (assault), ons (onslaught), race (race), nexball (nexball) gametype dm rcon_password "salasana tähän" rcon_restricted_password "salasana tähän" bot_number 0 skill 4 minplayers 4 g_maxplayers 0 bot_prefix [BOTTI] bot_suffix "PYLLYPÄÄ" g_maplist_check_waypoints 0 g_maplist_votable 8 g_maplist_votable_suggestions 4 g_maplist_votable_abstain 1 g_maplist_votable_nodetail 1 sv_vote_commands "restart fraglimit chmap gotomap nextmap endmatch reducematchtime extendmatchtime allready kick cointoss movetoauto shuffleteams" sv_vote_master_commands "movetored movetoblue movetoyellow movetopink kickban" sv_status_privacy 0 rcon_restricted_commands "restart fraglimit chmap gotomap endmatch reducematchtime extendmatchtime allready kick kickban \"sv_cmd bans\" \"sv_cmd unban\" status \"sv_cmd teamstatus\" movetoauto movetored movetoblue movetoyellow movetopink" sv_vote_call 1 sv_vote_master 1 sv_vote_master_password "" sv_vote_majority_factor 0.5 sv_vote_majority_factor_of_voted 0.5 sv_maxidle 120 sv_taunt 1 sv_autotaunt 0 sv_weaponstats_file http://www.xonotic.org/weaponbalance/ sys_ticrate 0.0166667 sv_ready_restart 0 sv_ready_restart_after_countdown 0 sv_ready_restart_repeatable 0 sv_autoscreenshot 0 g_antilag 2 sv_maxrate 1000000 sv_curl_defaulturl http://www.xonotic.com/contentdownload/getmap.php?file= sv_defaultcharacter 0 sv_defaultplayermodel models/player/nexus.zym sv_defaultplayerskin 0 sv_defaultplayercolors "" g_fullbrightplayers 0 g_fullbrightitems 0 g_balance_teams 0 g_balance_teams_prevent_imbalance 0 g_ban_sync_uri "http://46.38.243.81/~xonotic/bans/" g_ban_sync_trusted_servers "" g_spawnshieldtime 1 g_minstagib 1 g_weapon_stay 1 g_powerups 1 g_cloaked 0 g_grappling_hook 1 g_jetpack 1 g_laserguided_missile 1 g_midair 0 g_vampire 0 sv_gravity 800 RE: Create Xonotic Internet server step by step pictures - ballerburg9005 - 10-11-2024 https://github.com/ballerburg9005/xonotic.us.to/ |