@Tryskellhas and continues to do an awesome job with aCis. I will support aCis in any way I can, and was really happy to see aCis was still around and active as a poject and community when I jumped back into L2.
I do not think L2 or Interlude is ded, it never will be. What I do think is that thinking outside the box and introducing the game to new people is important now. I would bet that the majority of those new people who try it are hooked and will continue to play for years.
We have everything, but no people to "bind" everything.
On this community it is a mere joke.
Sorry for the offtopic.
If you want join my discord's Game Dev section.
I plan to add more contend about it.
I really don't even care about them haha, I just made a guide of what will happen if someone wants to publish free files. xD
actually I want to get to -50 to see what maxtor is doing hahahahaha
This is Gustavo!
Gustavo been naughty naughty, he came all the way from Argentina to avenge his fallen C4 Community and acted tough.
The "stupid" as he qualified us, europeans didnt appreciate him acting like a clown so they punished him with the power given from the forum to use the "downvotes" whenever they feel like that.
But Gustavo thought the only reason the Downvotes exist is because there is some shady mystery conspiracy are against him.
Few days will pass and Gustavo will scream this post to be closed again so he can heal and come back to the battlefield again.
A true Avenger should never back down, he might lose the fight, but he'll try to win the war.
Gustavo is a clown,
Dont be like Gustavo.
Question
pelopidas
Server.properties
# ---------------------------------------------------------------------------
# Game Server Settings
# ---------------------------------------------------------------------------
# This is the server configuration file. Here you can set up the connection information for your server.
# This was written with the assumption that you are behind a router.
# Dumbed Down Definitions...
# LAN (LOCAL area network) - typically consists of computers connected to the same router as you.
# WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet).
# x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers.
# ---------------------------------------------------------------------------
# Networking
# ---------------------------------------------------------------------------
#
# Note: External/Internal address definitions was moved to the ipconfig.xml
#
# Where's the Login server this gameserver should connect to
# Default: 127.0.0.1
LoginHost = 127.0.0.1
# TCP port the login server listen to for gameserver connection requests
# Default: 9014
LoginPort = 9014
# Bind address for gameserver. You should not need to change it in most cases.
# Default: * (0.0.0.0)
GameserverHostname = *
# Default: 7777
GameserverPort = 7777
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
loginserver.properties
# ---------------------------------------------------------------------------
# Login Server Settings
# ---------------------------------------------------------------------------
# This is the server configuration file. Here you can set up the connection information for your server.
# This was written with the assumption that you are behind a router.
# Dumbed Down Definitions...
# LAN (LOCAL area network) - typically consists of computers connected to the same router as you.
# WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet).
# x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers.
# ---------------------------------------------------------------------------
# Networking
# ---------------------------------------------------------------------------
# Bind ip of the LoginServer, use * to bind on all available IPs
# Default: *
LoginserverHostname = *
# Default: 2106
LoginserverPort = 2106
# The address on which login will listen for GameServers, use * to bind on all available IPs
# Default: *
LoginHostname = *
# The port on which login will listen for GameServers
# Default: 9014
LoginPort = 9014
# The delay in minutes after which the login updates the gameservers IP's (usefull when their ip is dynamic)
# Default: 15
IpUpdateTime = 15
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
ipconfig.xml
<?xml version="1.0" encoding="UTF-8"?>
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="l2-brutals.no-ip.org">
<!-- Localhost here -->
<define subnet="127.0.0.0/8" address="127.0.0.1" />
<!-- Internalhosts here (LANs IPs) -->
<define subnet="10.0.0.0/8" address="10.0.0.0" />
<define subnet="172.16.0.0/19" address="172.16.0.0" />
<define subnet="192.168.0.0/16" address="192.168.0.0" />
</gameserver>
Help me, what changes must i do! i have open ports but none can connect to my server :/
2 answers to this question
Recommended Posts