Hi, im trying to make a mu server but i only get error all the time so im going to try it with no-ip. Can someone give me a guide how to make it? Its Season 4 with oski repack. Thx in advance
Printable View
Hi, im trying to make a mu server but i only get error all the time so im going to try it with no-ip. Can someone give me a guide how to make it? Its Season 4 with oski repack. Thx in advance
first register on NO-IP.
then login and add a host
http://img5.imageshack.us/img5/908/84939082.png
just type your HOSTNAME ( make it 8 characters, use can use number or letters)
then choose any DNS there except from the one that has " - ". (im using servergame..com) (so my NO-IP now is 12345678.servegame.com)
then after that click create host
NOTE: use long DNS (dns with many characters) on main.exe only,
if youre planning to use NO-IP on serverfiles you need create one that has few characters (example : 12.zapto.org)
then download the NO- IP DUC then install it
then log in and update your DNS by putting a check on it and right click and click update check host now
if youre using a router do this
go to C:\WINDOWS\system32\drivers\etc
then edit the HOST ( open it with notepad)
then put your SERVER LAN IP NO-IP add
example
hope that helpsCode:# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
127.0.0.1 localhost
192.168.0.101 12345678.servegame.com
192.168.0.101 12.zapto.org
If i do like this 0 0 1 "S127.0.0.1" 55901
1 1 1 "S127.0.0.1" 55903
19 0 0 "S127.0.0.1" 55919
and change the 127.0.0.1 and remove the '' and change it for example 12345678.gameserver.com. Is that right?
---------- Post added at 06:31 PM ---------- Previous post was at 06:26 PM ----------
what should i put on my main if i use like 12.servergame.com on my server files?
---------- Post added at 06:40 PM ---------- Previous post was at 06:31 PM ----------
I tryed but when i open main.exe and come to the login screen there is no server to join. what could cause that?
---------- Post added at 07:30 PM ---------- Previous post was at 06:40 PM ----------
ive made 2 host on zapto.org exampel 12.zapto.org and 1345678.zapto.org
could you tell me where they should be?
i think you already solve your problem
use your 12.zapto.org to your serverfiles
*connectserverlist (loxated in your connectserver folder)
*mapserverinfo.dat (located on DATA folder)Code:0 "GS1" "12.zapto.org" 55901 "SHOW"
3 "GS2" "12.zapto.org" 55903 "SHOW"
19 "GSCS" "12.zapto.org" 55919 "HIDE"
for your 1345678.zapto.org use it on your main.exeCode:0
0 0 1 S12.zapto.org 55901
3 0 1 S12.zapto.org 55903
19 0 0 S12.zapto.org 55919
end