Create an account


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is there a list of server settings?

#1
Hello everybody,

I just started a dedicated xonotic server and I played around with the sample server.cfg file for a bit, but I am left wondering if it lists all possible settings or if there is a more encompassing list somewhere?
Google turned up nothing.

Here are some things I would like to accomplish:

- Disable the minimap
- Disable health rot and regen
- Turn off the ghosts of weapons/ammo/powerups without enabling a full weapon stay
- Make people spawn away from their opponents in a 1v1 environment instead of randomizing spawns

I would like to know if any of these are possible in the current build (I am using the git version).

Thanks in advance!

P.S.: On a side note, I don't seem to be able to switch workspaces while I have xonotic running on my desktop (Arch Linux x64 with awesome wm) - does xonotic disable the Mod4 [windows] key or something?
Reply

#2
Use the "apropos" command!

The minimap is called "radar" in the code and cvars, and there is no server variable to control its display, it's a client setting.

Health rot and regen are the g_balance_health_* cvars. You can list them using cvarlist, the names are pretty self-explanatory:
Code:
] cvarlist g_balance_health_*

g_balance_health_limit is "999" ["999"] custom cvar
g_balance_health_regen is "0.08" ["0.08"] custom cvar
g_balance_health_regenlinear is "0.5" ["0.5"] custom cvar
g_balance_health_regenstable is "100" ["100"] custom cvar
g_balance_health_rot is "0.04" ["0.04"] custom cvar
g_balance_health_rotlinear is "0.75" ["0.75"] custom cvar
g_balance_health_rotstable is "100" ["100"] custom cvar
g_balance_health_start is "100" ["100"] custom cvar
8 cvars matching "g_balance_health_*"

Ghost items: "apropos ghost" gives you a list of candidates, and g_ghost_items is the right one. Set that to 0.

Random spawns: the Xonotic 0.6 default was half random, half furthest spawn. Xonotic 0.7 always spawns on the furthest point. The cvar controlling this is g_spawn_furthest. Its value was 0.5 in Xonotic 0.6, and is now 1 in Xonotic 0.7.

Switching workspaces: try the vid_netwmfullscreen cvar:
Code:
vid_netwmfullscreen 1

EDIT: And since you're using Awesome, do you really have to play in fullscreen? If you don't need those twenty extra pixels from the status bar, you could play windowed. Just find the appropriate width and height of the window, and do this:
Code:
vid_width X
vid_height Y
vid_resizable 1
I use that with dwm and it works great, and I can see my notifications in my status bar which I think is a huge plus!
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  I can't see my listen server on server list fnmain 1 673 10-07-2023, 07:28 AM
Last Post: Grimnack
  Server not visible on the server browser for others or me DankoLord 1 1,822 02-21-2023, 08:02 PM
Last Post: ballerburg9005
  BaI server | South American Xonotic server (located in Chile) z411 0 2,755 01-02-2022, 11:36 PM
Last Post: z411
  Full server tutorial start-2-finish with maps & config from live server xonotic.us.to ballerburg9005 0 8,055 09-03-2021, 10:21 AM
Last Post: ballerburg9005
Question [NEED HELP] Server uses 40% CPU whereas Nexuiz server runs with max 10% e-pig 6 4,967 08-19-2020, 10:17 PM
Last Post: ballerburg9005
  [NEED HELP] Server dont appear in server browser abslimit 0 2,578 03-15-2020, 04:13 AM
Last Post: abslimit
  Minsta Settings Aguaumreal 2 2,281 09-09-2019, 12:44 PM
Last Post: Aguaumreal
  How to change server cfg on modified server veecho 4 4,322 04-24-2019, 08:15 PM
Last Post: BuddyFriendGuy
  [NEED HELP] Server show on the browser list, but I can't connect! Professor 1 4,373 12-19-2018, 11:39 AM
Last Post: Professor
  For domination, is there a way to get the number of teams the current map supports? Notavi 0 1,672 08-11-2018, 04:00 AM
Last Post: Notavi

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum software by © MyBB original theme © iAndrew 2016, remixed by -z-