Project
Status
Open Source
Accepts Juniors?
Difficulty
L2JMobius
Very active
Semi-closed
Partially (with patches)
Medium-High
L2JServer
Active
Fully open
Yes (directly on GitHub)
Medium
aCis
Semi-active
Unofficial
Not very clear
Low
L2JMobius->Medium-High. It's funny, all their code is quite simple, just like aCis.
Question
thepsolartek
Hi i want to ask a question. if you want to open an acis server what changes you have to do in case you want to put a no-ip?
gameserver is like this:
# ================================================================
# Gameserver setting
# ================================================================
# This is transmitted to the clients, so it has to be an IP or resolvable hostname. If this ip is resolvable by Login just leave *
Hostname = *
# Bind ip of the gameserver, use * to bind on all available IPs.
GameserverHostname = *
GameserverPort = 7777
# The Loginserver host and port.
LoginHost = 127.0.0.1
LoginPort = 9014
and loginserver is like this:
#=============================================================
# Loginserver
#=============================================================
# This is transmitted to the clients, so it has to be an IP or resolvable hostname
Hostname = localhost
# Bind ip of the LoginServer, use * to bind on all available IPs
LoginserverHostname = *
LoginserverPort = 2106
# The Loginserver host and port.
Edited by thepsolartekLoginHostname = *
LoginPort = 9014
12 answers to this question
Recommended Posts