Page 1 of 1

Updated Guide to Install Erthia

Posted: Tue Jan 20, 2015 9:56 pm
by mattjanes
Is there an updated guide anywhere on how to install the Erthia Server? I followed the one on the website but when you actually get to the part about 'Setting up the Server' its one post and no info, I never really used Eclipse before so this is all new to me, i used to just download the latest compiled version and run the tools to install the SQL Files and change my .properties files to get it running.

I tried downloading directly from the github website but that didnt seem to work out :(



Edit I managed to figure it out!, however I'm hitting another issue, I changed my hosts file to:

127.0.0.1 L2authd.lineage2.com

But it still tries to connect to retail.

Re: Updated Guide to Install Erthia

Posted: Tue Jan 20, 2015 10:46 pm
by Gladicek
Because you still have IP in L2.ini for official server.

Re: Updated Guide to Install Erthia

Posted: Wed Jan 21, 2015 12:58 am
by mattjanes
Gladicek wrote:Because you still have IP in L2.ini for official server.

Is there a work-around since we are not supposed to edit game files

Re: Updated Guide to Install Erthia

Posted: Wed Jan 21, 2015 1:37 am
by Gladicek
Ye, you can make bat file which will load client with your IP.

Re: Updated Guide to Install Erthia

Posted: Thu Jan 29, 2015 5:38 am
by octayn
Gladicek wrote:Ye, you can make bat file which will load client with your IP.
How exactly do you do this because I've tried numerous ways...

Code: Select all

start system/L2.exe -IP=xxx.xxx.xxx.xxx

Code: Select all

start system/L2.exe IP=xxx.xxx.xxx.xxx
When using this one, Windows just freaks out because it doesn't know what to launch the game with (no file extension association)

Code: Select all

start system/l2.bin IP=xxx.xxx.xxx.xxx
Anyone know what the proper way of doing this is?

Re: Updated Guide to Install Erthia

Posted: Thu Jan 29, 2015 7:11 am
by UnAfraid
inside system folder

Code: Select all

start L2.bin IP=localhost

Re: Updated Guide to Install Erthia

Posted: Thu Jan 29, 2015 4:34 pm
by octayn
UnAfraid wrote:inside system folder

Code: Select all

start L2.bin IP=localhost
Yeah, I tried that and Windows is like.. wtf is this, mate?
It doesn't know to execute it like your normal exe file, it gives me the "open with" dialog box.

Re: Updated Guide to Install Erthia

Posted: Thu Jan 29, 2015 4:41 pm
by Sdw
Run the command line as Administrator, you have UAC enabled :|

Re: Updated Guide to Install Erthia

Posted: Thu Jan 29, 2015 6:42 pm
by octayn
Sdw wrote:Run the command line as Administrator, you have UAC enabled :|
Negative, UAC is disabled. Windows doesn't recognize the file type.

Re: Updated Guide to Install Erthia

Posted: Fri Jan 30, 2015 2:34 am
by UnAfraid
http://c2n.me/3brIUhu
Make sure you use 'start' explicitly