05-16-2015, 09:15 AM
(This post was last modified: 05-16-2015, 09:18 AM by TheGoodGamer.)
Hello Community,
i read this thread: http://forums.xonotic.org/showthread.php...SDL+binary
and i was impressed about the power of the xonotic console to deal with the cvar-system. So i decided to make some rcon scripts to use on my server
i tested this one (i was clientsided connteced as a player to the server):
rcon set tmp_hostname ${hostname}
when i then called
rcon tmp_hostname
it showed the contend of my local cvar hostname not from my server cvar hostname.
Is it possible to store the content for the server cvar "hostname" in another cvar?
I tried it another way, i have written a rcon tool with winapi to administrate my xonotic server. Works fine with all this secure stuff. But when i type
set tmp_hostname ${hostname}
and then prove the cvar tmp_hostname, then it's content is ${hostname}. Does that mean that all this cool cvar script stuff only works clientsided?
i read this thread: http://forums.xonotic.org/showthread.php...SDL+binary
and i was impressed about the power of the xonotic console to deal with the cvar-system. So i decided to make some rcon scripts to use on my server
i tested this one (i was clientsided connteced as a player to the server):
rcon set tmp_hostname ${hostname}
when i then called
rcon tmp_hostname
it showed the contend of my local cvar hostname not from my server cvar hostname.
Is it possible to store the content for the server cvar "hostname" in another cvar?
I tried it another way, i have written a rcon tool with winapi to administrate my xonotic server. Works fine with all this secure stuff. But when i type
set tmp_hostname ${hostname}
and then prove the cvar tmp_hostname, then it's content is ${hostname}. Does that mean that all this cool cvar script stuff only works clientsided?