MegaGlest Forum
MegaGlest => MegaGlest => Topic started by: carla on 8 December 2014, 07:17:27
-
Forum someone here can help me create my MegaGlest server for online leave on my dedicated machine, has a link to teach?
:thumbup:
(http://i.imgur.com/5ArpHXk.png)
-
in a terminal or CMD-Window (windows) change to the megaglest install directory.
There you type:
linux:
./megaglest --?
or windows
.\megaglest.exe --?
read the options for
" -headless-server-mode "
megaglest.exe --headless-server-mode
-
Here is a link to guide for linux: https://docs.megaglest.org/MG/Dedicated_Server (https://docs.megaglest.org/MG/Dedicated_Server)
This part will be probably most important: Dedicated_Server#MegaGlest_configuration (https://docs.megaglest.org/MG/Dedicated_Server#MegaGlest_configuration)
For dedicated server you should probably write a script similar to linux one: start_megaglest_gameserver (https://github.com/MegaGlest/megaglest-source/blob/develop/mk/linux/start_megaglest_gameserver)
which in simplify works like this:
<infinite_loop_start>
megaglest --headless-server-mode=vps,exit
<infinite_loop_end>
-
Obrigada titi.
I managed to create my server through the BAT command. "megaglest.exe --headless-server-mode"
Helpful online server. :)
(http://i.imgur.com/H1ZYgtK.jpg)
-
You can change server title from Newbie to something you like by
editing glestuser.ini
NetPlayerName=Carla
-
alket,
Changed, thanks for the tip ;)
-
Can you update to your server to 3.11-beta2.0 ?