Go to your Xonotic folder and search there a "server" folder. Open server.cfg with any text editor. Change settings throws advices how you need. Change this: "net_address 0.0.0.0"
to any local adress in ur LAN (192.168.0.2 for example) . Also sv_public 0 (o for private server)
it works well for me, at least =)
The "sv_public 0" is the first command which has to be configured in your server.cfg.
The only thing you need to hack in your console is the "connect []ip:port"[/i]".
When your server.cfg is configured correct - you should get into game.
02-01-2012, 02:06 PM (This post was last modified: 02-01-2012, 02:07 PM by Mr. Bougo.)
Um, as far as I know a listen server is sufficient, and LAN servers show up in the server list. Probably even when sv_public is 0. I don't think you need to set net_address at all.
So just open the "create" tab, set it up the way you like, launch and the other PCs in the LAN should see your server on the public server list with low enough latency to find it easily. You don't need server.cfg, the menu is probably enough.
02-01-2012, 02:58 PM (This post was last modified: 02-01-2012, 02:59 PM by tZork.)
Listen server may be a bad idea, because if the client running it is under heavy cpu strain (darkplaces tends to do that..) the server will also get cpu starved, possibly "lagging" everyone. Launching as dedicated fixes this (even if it still on the same machine). sv_public is only for reporting server (or not) to the master server. local ones should always show up unless im remembering things wrong.