06-14-2020, 01:45 AM (This post was last modified: 10-06-2020, 09:42 AM by Kotangens.)
Code:
Game is Xonotic using base gamedir data
gamename for server filtering: Xonotic
Xonotic Linux 04:44:50 Feb 23 2019 - release
Current nice level is below the soft limit - cannot use niceness
Skeletal animation uses SSE code path
execing quake.rc
execing default.cfg
execing xonotic-common.cfg
execing xonotic-client.cfg
Warning: Could not expand $vid_width
Warning: Could not expand $vid_height
Warning: Could not expand $vid_pixelheight
Warning: Could not expand $vid_desktopfullscreen
execing sRGB-disable.cfg
execing weapons.cfg
execing binds-xonotic.cfg
execing effects-normal.cfg
execing crosshairs.cfg
execing gamemodes-client.cfg
execing notifications.cfg
execing _hud_common.cfg
execing _hud_descriptions.cfg
execing hud_luma.cfg
execing xonotic-server.cfg
execing testing.cfg
execing balance-xonotic.cfg
execing bal-wep-xonotic.cfg
execing physicsX.cfg
execing turrets.cfg
execing vehicles.cfg
execing gamemodes-server.cfg
execing ctfscoring-samual.cfg
execing mutators.cfg
execing randomitems-xonotic.cfg
execing monsters.cfg
execing minigames.cfg
execing physics.cfg
execing cdtracks.cfg
execing commands.cfg
Warning: Could not expand $qport in alias _if_dedicated
execing help.cfg
execing config.cfg
"maxplayers" set to "32"
execing data/campaign.cfg
execing config_update.cfg
execing font-xolonium.cfg
Warning: Could not expand $scr_loadingscreen_barheight
Warning: Could not expand $scr_infobar_height
This command only works on clients: cl_cmd hud scoreboard_columns_set
execing autoexec/empty.cfg
execing autoexec.cfg
Loaded public key key_0.d0pk (fingerprint: Xon//KssdlzGkFKdnnN4sgg8H+koTbBn5JTi37BAW1Q=)
Loaded private ID key_0.d0si for key_0.d0pk (public key fingerprint: tUNP+Ilk6E/KfrimAcIESzixM+2OhxEenojOytmG5qk=)
there is already a signed private key for 0
execing post-config.cfg
Server using port 26000
Server listening on address 0.0.0.0:26000
Server listening on address [0:0:0:0:0:0:0:0]:26000
execing server.cfg
Warning: Could not expand $vivlt
maxplayers can not be changed while a server is running.
It will be changed on next server startup ("map" command).
"maxplayers" set to "50"
Warning: Could not expand $fivltg
execing help-xonotic.cfg
Changing "port" will not take effect until "map" command is executed.
Switching to map aggressorx
Server using port 50000
Server listening on address 127.0.0.1:50000
Server listening on address [0:0:0:0:0:0:0:0]:50000
ignore last post
server was created:Kotangens server [independent]
server.cfg is located in .xonotic / data.
I wrote the 'xonotic-dedicated' command to the terminal. Nothing works
Hi Kotangens, have you copied some maps into the data directory of the server?
I normally do a dum of my cache directory from the client from home/myuser/snap/xonotic/current/.xonotic/data/dlcache/* into Xontic/data on the server.
So, if the output you see in console is the one you pasted in the first post, the server is up and running on your computer and listening at the address 127.0.0.1:5000
That is a process that you don't need to worry about, now you can try to launch your client and in the multiplayer tab, at the bottom, where it says address: type 127.0.0.1:5000 and then click on Join!
This is if you are trying to run your server on your home computer which seems the case, but be aware, whith this configuration no one else will be able to connect, just you from your local computer.
(07-18-2020, 05:22 AM)Fiorentino Wrote: So, if the output you see in console is the one you pasted in the first post, the server is up and running on your computer and listening at the address 127.0.0.1:5000
That is a process that you don't need to worry about, now you can try to launch your client and in the multiplayer tab, at the bottom, where it says address: type 127.0.0.1:5000 and then click on Join!
This is if you are trying to run your server on your home computer which seems the case, but be aware, whith this configuration no one else will be able to connect, just you from your local computer.
thanks for the answer. But the question arose - how to open it?
07-18-2020, 12:27 PM (This post was last modified: 07-18-2020, 12:28 PM by Kotangens.)
(07-18-2020, 11:55 AM)LegendGuard Wrote:
Quote:thanks for the answer. But the question arose - how to open it?
Have you tried with "connect 127.0.0.1:50000" command?
Moreover, you could add this as complement:
Code:
hostname "Kotangens server"
sv_adminnick "^1Reports^3"
sv_motd "Welcome to ${hostname}\n ^3Server owned by Kotangens \n^6HAVE FUN! ^4;)"
port 50000
alias Notif_Saying "say ^5WELCOME AND GOOD LUCK! ^3:)"
alias sv_hook_gamestart_all "defer 10 Notif_Saying"
Save it in xonotic/data as info-sv.cfg and add the line in autoexec.cfg : "exec info-sv.cfg"
Remember that this config is only for your server.
About port, I hope that someone can answer you.
And in another as info-sv.cfg, this file will be the responsible to execute the other cfg files and it'll be the one which has "sv_" things, but don't put all things, put that:
alias Notif_Saying "say ^5WELCOME AND GOOD LUCK! ^3:)"
alias sv_hook_gamestart_all "defer 10 Notif_Saying"
Save this file in xonotic/data and if possible add the line in autoexec.cfg : "exec info-sv.cfg" It will execute this file in order to run the others.
Do you understand? This is a logical example for someone who wants to execute the scripts in the server. In this way it is more orderly and organized to do things.
About port, I hope that someone can answer you. If you target the port 26000, it means that you'll need to open this port, you will have to configure your router settings to search "Port Forwarding" and put these rules: 26000 - 27000. If you aren't using these rules, close the port which you're targeting.
What happens if I change my server address to 192.168.0.196, which is my personal address? Can the player connect to this address?but for some reason he writes 0.0.0.0, I did not specify it.
Code:
Game is Xonotic using base gamedir data
gamename for server filtering: Xonotic
Xonotic Linux 04:44:50 Feb 23 2019 - release
Current nice level is below the soft limit - cannot use niceness
Skeletal animation uses SSE code path
execing quake.rc
execing default.cfg
execing xonotic-common.cfg
execing xonotic-client.cfg
Warning: Could not expand $vid_width
Warning: Could not expand $vid_height
Warning: Could not expand $vid_pixelheight
Warning: Could not expand $vid_desktopfullscreen
execing sRGB-disable.cfg
execing weapons.cfg
execing binds-xonotic.cfg
execing effects-normal.cfg
execing crosshairs.cfg
execing gamemodes-client.cfg
execing notifications.cfg
execing _hud_common.cfg
execing _hud_descriptions.cfg
execing hud_luma.cfg
execing xonotic-server.cfg
execing testing.cfg
execing balance-xonotic.cfg
execing bal-wep-xonotic.cfg
execing physicsX.cfg
execing turrets.cfg
execing vehicles.cfg
execing gamemodes-server.cfg
execing ctfscoring-samual.cfg
execing mutators.cfg
execing randomitems-xonotic.cfg
execing monsters.cfg
execing minigames.cfg
execing physics.cfg
execing cdtracks.cfg
execing commands.cfg
Warning: Could not expand $qport in alias _if_dedicated
execing help.cfg
execing config.cfg
"maxplayers" set to "32"
execing data/campaign.cfg
execing config_update.cfg
execing font-xolonium.cfg
Warning: Could not expand $scr_loadingscreen_barheight
Warning: Could not expand $scr_infobar_height
This command only works on clients: cl_cmd hud scoreboard_columns_set
execing autoexec/empty.cfg
execing autoexec.cfg
Loaded public key key_0.d0pk (fingerprint: Xon//KssdlzGkFKdnnN4sgg8H+koTbBn5JTi37BAW1Q=)
Loaded private ID key_0.d0si for key_0.d0pk (public key fingerprint: tUNP+Ilk6E/KfrimAcIESzixM+2OhxEenojOytmG5qk=)
there is already a signed private key for 0
execing post-config.cfg
Server using port 26000
Server listening on address 0.0.0.0:26000
Server listening on address [0:0:0:0:0:0:0:0]:26000
execing server.cfg
Game type successfully switched to dm
maxplayers can not be changed while a server is running.
It will be changed on next server startup ("map" command).
"maxplayers" set to "50"
execing help-xonotic.cfg
Changing "port" will not take effect until "map" command is executed.
Switching to map azalea
Server using port 26020
Server listening on address 0.0.0.0:26020
Server listening on address [0:0:0:0:0:0:0:0]:26020
[::SVQC::WARNING] MapInfo_Type_FromString(./common/mapinfo.qc:607)
MapInfo_Type_FromString (probably azalea): using deprecated name 'freezetag'. Should use 'ft'.
[::SVQC::WARNING] MapInfo_Type_FromString(./common/mapinfo.qc:607)
MapInfo_Type_FromString (probably azalea): using deprecated name 'keepaway'. Should use 'ka'.
[::SVQC::WARNING] MapInfo_Type_FromString(./common/mapinfo.qc:607)
MapInfo_Type_FromString (probably azalea): using deprecated name 'freezetag'. Should use 'ft'.
[::SVQC::WARNING] MapInfo_Type_FromString(./common/mapinfo.qc:607)
MapInfo_Type_FromString (probably azalea): using deprecated name 'keepaway'. Should use 'ka'.
[::SVQC::WARNING] MapInfo_Type_FromString(./common/mapinfo.qc:607)
MapInfo_Type_FromString (probably azalea): using deprecated name 'freezetag'. Should use 'ft'.
[::SVQC::WARNING] MapInfo_Type_FromString(./common/mapinfo.qc:607)
MapInfo_Type_FromString (probably azalea): using deprecated name 'keepaway'. Should use 'ka'.
[::SVQC::WARNING] MapInfo_Type_FromString(./common/mapinfo.qc:607)
MapInfo_Type_FromString (probably azalea): using deprecated name 'freezetag'. Should use 'ft'.
[::SVQC::WARNING] MapInfo_Type_FromString(./common/mapinfo.qc:607)
MapInfo_Type_FromString (probably azalea): using deprecated name 'keepaway'. Should use 'ka'.
[::SVQC::WARNING] MapInfo_Type_FromString(./common/mapinfo.qc:607)
MapInfo_Type_FromString (probably azalea): using deprecated name 'freezetag'. Should use 'ft'.
[::SVQC::WARNING] MapInfo_Type_FromString(./common/mapinfo.qc:607)
MapInfo_Type_FromString (probably azalea): using deprecated name 'keepaway'. Should use 'ka'.
[::SVQC::WARNING] MapInfo_Type_FromString(./common/mapinfo.qc:607)
MapInfo_Type_FromString (probably azalea): using deprecated name 'freezetag'. Should use 'ft'.
[::SVQC::WARNING] MapInfo_Type_FromString(./common/mapinfo.qc:607)
MapInfo_Type_FromString (probably azalea): using deprecated name 'keepaway'. Should use 'ka'.
[::SVQC::WARNING] MapInfo_Type_FromString(./common/mapinfo.qc:607)
MapInfo_Type_FromString (probably azalea): using deprecated name 'freezetag'. Should use 'ft'.
[::SVQC::WARNING] MapInfo_Type_FromString(./common/mapinfo.qc:607)
MapInfo_Type_FromString (probably azalea): using deprecated name 'keepaway'. Should use 'ka'.
[::SVQC::WARNING] MapInfo_Type_FromString(./common/mapinfo.qc:607)
MapInfo_Type_FromString (probably azalea): using deprecated name 'freezetag'. Should use 'ft'.
[::SVQC::WARNING] MapInfo_Type_FromString(./common/mapinfo.qc:607)
MapInfo_Type_FromString (probably azalea): using deprecated name 'keepaway'. Should use 'ka'.
<Help System> Big Admin is watching you, so please be friendly or feel their almighty ban-hammer!
If you help and you can join - reward --- admin panel