Page 1 of 1

Is there a server program for windows?

PostPosted: Sat Mar 17, 2012 17:25
by Lippis
I just bought my win64 bit vps and i want to run a server but i dont know where to download a server program.
Little help?

PostPosted: Sat Mar 17, 2012 17:26
by sfan5
You must compile from Source if you want to get the Server Program

PostPosted: Sat Mar 17, 2012 17:55
by cisoun
I think you just have to run the game to create a local server then try to connect another client to your server's IP.

PostPosted: Sat Mar 17, 2012 19:57
by JSonic
No need to download anything, just open minetest from command line with "--server" option.

For win7/vista: click Start, type "cmd", hit enter, type "cd <MINETEST-DIR>" (where <MINETEST-DIR> is the minetest directory ;D), enter, type "minetest --server", enter.

PostPosted: Sat Mar 17, 2012 21:59
by Death Dealer
Remobo and hatachi are programs that create VPN easily.

PostPosted: Sat Mar 17, 2012 22:27
by jordan4ibanez
all these are overcomplicated..you can either port forward or use a vpn (remobo or hamachi)

for running a server stick the bat file from the wiki in your bin folder and just run it
http://c55.me/minetest/wiki/doku.php?id=running_your_own_server

PostPosted: Mon Mar 19, 2012 14:43
by jordan4ibanez
PS: there should be a REAL server program that replaces the "advanced" tab in the game

PostPosted: Mon Mar 19, 2012 14:46
by Death Dealer
jordan4ibanez wrote:PS: there should be a REAL server program that replaces the "advanced" tab in the game

good idea... +100

PostPosted: Mon Mar 19, 2012 14:46
by sfan5
jordan4ibanez wrote:PS: there should be a REAL server program that replaces the "advanced" tab in the game

+1

PostPosted: Mon Mar 19, 2012 16:38
by Lippis
I get the server work whit .bat file... I have just openned my firewall ports..

PostPosted: Mon Mar 19, 2012 19:50
by sdzen
or on linux theres still minetestserver!

PostPosted: Tue Mar 20, 2012 06:12
by Lippis
Yeah linux is the best :9 Out off topic but Why that .bat code doesn't work on 0.4 dev? Any help guys?

PostPosted: Tue Mar 20, 2012 12:20
by Calinou
You can use Windows+R to open the "Run" window, then type cmd, then cd into MT's bin directory, then type "minetest.exe --server".

PostPosted: Tue Mar 20, 2012 16:43
by Lippis
Calinou wrote:You can use Windows+R to open the "Run" window, then type cmd, then cd into MT's bin directory, then type "minetest.exe --server".

Yeah thank you! *Respect*
ERROR EDIT:
I got this error:
Main[ERROR] Invalid gamespec. <world_gameid=>

What is wrong?

PostPosted: Tue Mar 20, 2012 17:25
by Jordach
You muse specify "world_gameid = mesetint"

PostPosted: Tue Mar 20, 2012 17:53
by Lippis
Omn.. In config? i try search "world_gameid" in config and result is nothing found...

PostPosted: Tue Mar 20, 2012 20:07
by Calinou
You can add lines in minetest.conf, if they're valid they will be read. :)

PostPosted: Wed Mar 21, 2012 12:37
by Lippis
Where i need to write it in the minetest.conf.example?
I write it just under SERVER things and it gives me the same error....
I wrote this:
#world_gameid = mesetint

under the server things.... Can someone make me an config file, where everything is right?
Thanks guys..

PostPosted: Wed Mar 21, 2012 16:01
by Calinou
# means you are putting that line as "comment", which won't have any effect on the game. Remove it.
Also, don't write in minetest.conf.example, which is never read by the game, write in minetest.conf.