Page 1 of 1

Need help on server building!

Posted: Mon Jun 22, 2015 5:13 pm
by SCaffrey
I want to set up a server for my friends on LAN about bolofng
I don't know where to start?
Can anyone help me?
Thanks in advance

Re: Need help on server building!

Posted: Mon Jun 22, 2015 6:20 pm
by Ryozuki
usually go to 192.168.1.1 then i start sesion and i go to nat and open the ports of tw, i dont remember it search on tw forums xD.
Thats how to open ports its necessary to creat servers, but idk whats bolofng

Re: Need help on server building!

Posted: Mon Jun 22, 2015 7:43 pm
by kamillentee
Ryozuki thats not important for a LAN server.


@SCaffrey

Basicly u just need the server binary for your OS, the "autoexec.cfg" and a "maps" dircetory in the same dircetory like the server binary and the .cfg.

Thats code need to be in .cfg.

Code: Select all

sv_name "The most cool bolofng server" 	# Name which appers in the server list ingame
sv_map "nameofmap"						# exactly name of the map
sv_rcon_password "verysecret"						# sets the password for the rcon console

#not that important commands below

sv_port 8303	# sets the port which is first needed for public servers and if you open more than one server
sv_register 1     # if zero it would not register on master server
password "123"  # sets a password which requires players to enter if they want to join
See here too for further information
  • Put the map you want to play in the maps dircetory.
  • Open a commandline. (Under windows with shift+right click and open cmd line here, linux users usually know how to open a terminal)
  • enter "start Server.exe" and run with enter
Now you have a server running in LAN.

to change the map use change_map "nameofmap" Futher informations here.

Re: Need help on server building!

Posted: Tue Jun 23, 2015 2:17 pm
by SCaffrey
Thanks!I understand that.
But where to find a binary file?

Re: Need help on server building!

Posted: Tue Jun 23, 2015 2:21 pm
by hi_leute_gll
kamillentee wrote: enter "start Server.exe" and run with enter
Or just double-click it, since you have to navigate to it's directory anyway if you didn't set in the path-variable. :D

Re: Need help on server building!

Posted: Tue Jun 23, 2015 2:26 pm
by kamillentee

Re: Need help on server building!

Posted: Wed Jun 24, 2015 5:26 am
by SCaffrey
Thanks! Im now working on this:)