Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Guide: Tera-localhost

Junior Spellweaver
Joined
Mar 27, 2013
Messages
174
Reaction score
10
1-Have the client On-Tera


2-Have Tera server files updated


3-Have the launcher edited to localhost:


Open hexadecimal launcher with an editor and look for this line hexadecimal values: 68 74 74 70


Then we will go something like this:


String



Hex
68 74 74 70 3A 2F 2F 31 30 2E 30 2E 30 2E 34 2F 6C 61 75 6E 63 68 65 72 2F 73 65 72 76 65 72 73 2F 73 65 72 6C 69 73 74 65 6E 67 6C 69 73 2E 65 6E


What is under Hex replace this code:


68 74 74 70 3A 2F 2F 63 61 6C 6C 6F 73 74 2F 68 6F 6C 61 75 6E 63 68 65 72 2F 73 65 72 76 65 72 2F 73 65 72 6C 69 73 74 65 6E 67 6C 69 73 2E 65 6E


Save the changes and have our laucher edited to localhost.


4-Make a file called serlistenglis.en with notepad and put this inside:


<? Xml version = "1.0" encoding = "utf-8">


<serverlist>


<server>
<id> 1 </ id>
<ip> 127.0.0.1 </ ip>
<port> 11101 </ port>
<category> PvE </ category>
<name raw_name="nombre of server">
<! [CDATA [name of server]=]=>
</ Name>
sort="1"> <crowdness Average </ crowdness>
sort="1"> <open Open </ open>
<permission_mask> 0x00000000 </ permission_mask>
<server_stat> 0x00000001 </ server_stat>
<popup>
<! [CDATA [Play Now. ]=]=>
</ Popup>
<language> en </ language>
</ Server>


</ Serverlist>


5-Make a folder called "launcher" and inside this folder make another called "server" and inside this folder put the file serlistenglis.en.


6-Then put the folder "launcher" in C: \ wamp \ www.


7-Make a shortcut launcher we edited above.


8-Edit the shortcut on the part where it says "target" with this code: C: \ On-Tera \ Launcher.exe TERA-1 3f713c8832442409908b28c3ea3ad6a1 0 1 test in


9-Turn on our server


10 In WampServer on, run the launcher shortcut


11 In the list of servers appears our server with the name we gave above.
 
Last edited:
Initiate Mage
Joined
May 3, 2013
Messages
4
Reaction score
0
Any idea why the launcher shortcut launches and closes itself after a few secs?

Directly clicking on the launcher executable file gives me "Can't find SSNL" error
 
Experienced Elementalist
Joined
Sep 2, 2010
Messages
212
Reaction score
9
Is good the idea, but if you do a guide do it right, from 0 how can compile and start the sever, and post the reference where you got the fixes of the files, give the thanks to the people who do the fix ^^
 
Newbie Spellweaver
Joined
Apr 29, 2013
Messages
23
Reaction score
0
Is good the idea, but if you do a guide do it right, from 0 how can compile and start the sever, and post the reference where you got the fixes of the files, give the thanks to the people who do the fix ^^



what the problem? how to compile server you can see in tera release, there you could find all what you need, there you can find tera-laucher source and made it right!!!



Thanks for the guide....
 
Junior Spellweaver
Joined
Mar 27, 2013
Messages
174
Reaction score
10
Is good the idea, but if you do a guide do it right, from 0 how can compile and start the sever, and post the reference where you got the fixes of the files, give the thanks to the people who do the fix ^^
All server files are in their respective subjects, you DOWNLOAD everything from its origins, then follow the guide I put myself.

Any idea why the launcher shortcut launches and closes itself after a few secs?

Directly clicking on the launcher executable file gives me "Can't find SSNL" error
this problem is that you have not placed well the launcher folder, you must place the folder in C: \ wamp \ www, and then turn on the wampserver, this will make your computer stays in localhost, look at the guide from the items 4 . greetings.
 
Junior Spellweaver
Joined
Mar 27, 2013
Messages
174
Reaction score
10
I don't see any thanks in the lines. ^^
Friend, the guide is my property, I see that would have to thank me myself, the files are from other publications, not put them because they are not mine, but want to make a localhost servidro that has downloaded the responsibility. Thank you.

how it works with external IP? what need to edit?
This guide is designed to connect to the game server on localhost, this means that even though you are disconnected from the Tera internet you can play offline, I mean in localhost with ip 127.0.0.1 which is the local ip pc.
 
Initiate Mage
Joined
May 3, 2013
Messages
4
Reaction score
0
Friend, the guide is my property, I see that would have to thank me myself, the files are from other publications, not put them because they are not mine, but want to make a localhost servidro that has downloaded the responsibility. Thank you.


This guide is designed to connect to the game server on localhost, this means that even though you are disconnected from the Tera internet you can play offline, I mean in localhost with ip 127.0.0.1 which is the local ip pc.

well, honestly speaking, you just put things together

original credits should go to uebari and str8killa
 
Junior Spellweaver
Joined
Mar 27, 2013
Messages
174
Reaction score
10
original credits should go to uebari and str8killa Sin título - Guide: Tera-localhost - RaGEZONE Forums fully working server :thumbup:
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Apr 28, 2004
Messages
56
Reaction score
2
Any idea why the launcher shortcut launches and closes itself after a few secs?

Directly clicking on the launcher executable file gives me "Can't find SSNL" error

hi whatsnew or anyone?, did you manage to fix this error Can't find SSNL?. actually im running the client with parameter shortcut "1 3f713c8832442409908b28c3ea3ad6a1 0 1 test en" and i can connect and play on the server. i only want to fix the launcher with the fix above.
 
Experienced Elementalist
Joined
Sep 2, 2010
Messages
212
Reaction score
9
Hex
68 74 74 70 3A 2F 2F 31 30 2E 30 2E 30 2E 34 2F 6C 61 75 6E 63 68 65 72 2F 73 65 72 76 65 72 73 2F 73 65 72 6C 69 73 74 65 6E 67 6C 69 73 2E 65 6E


What is under Hex replace this code:


68 74 74 70 3A 2F 2F 63 61 6C 6C 6F 73 74 2F 68 6F 6C 61 75 6E 63 68 65 72 2F 73 65 72 76 65 72 2F 73 65 72 6C 69 73 74 65 6E 67 6C 69 73 2E 65 6E

This is from Uebari and don't see their name in the credits.
 
Junior Spellweaver
Joined
Mar 27, 2013
Messages
174
Reaction score
10
my characters sexy Tera Online private server: sexy - Guide: Tera-localhost - RaGEZONE Forums : Grr:
 

Attachments

You must be registered for see attachments list
Joined
Aug 14, 2009
Messages
1,097
Reaction score
134
A simplified version of this guide:

Requirements:
NGINX, Apache [WampServer, XAMPP], IIS, or LiteSpeed
On-Tera client [ ]
Updated Tera server files [uebari's files]
The Tera Launcher [uebari's launcher]
Hex editor, preferably HxD





1] With the hex editor, open the launcher and look for these hexadecimal values:
68 74 74 70

There should be a string with:



Full hex:
68 74 74 70 3A 2F 2F 31 30 2E 30 2E 30 2E 34 2F 6C 61 75 6E 63 68 65 72 2F 73 65 72 76 65 72 73 2F 73 65 72 6C 69 73 74 65 6E 67 6C 69 73 2E 65 6E


2] Replace it, but make sure you fill up all the spaces!


3] Save the changes and have our laucher edited to localhost.


4] Make a file with the name, "serlistenglis.en", that fits inside the hex values with notepad and put this inside:

Code:
<?xml version="1.0" encoding="utf-8"?>
<serverlist>
  <server>
    <id>2</id>
	<ip>127.0.0.1</ip>
	<port>11101</port>
	<category>PvE</category>
	<name raw_name="name of server">
	  <![CDATA[ name of server ]]>
	</name>
	<crowdness sort="1">Average</crowdness>
	<open sort="1">Open</open>
	<permission_mask>0x00000000</permission_mask>
	<server_stat>0x00000001</server_stat>
	<popup>
	  <![CDATA[ Play Now. ]]>
	</popup>
	<language>en</language>
  </server>
</serverlist>

5] Make a folder called "launcher" with another folder called "server" in "launcher".


6] Then, put "launcher" in the "www" or "htdocs" folder of your web server.


7] Create a shortcut of the launcher.


8] Edit the shortcut. Where it says "target", add:
Code:
1 (MD5PWHERE) 0 1 (USERNAMEHERE) en
after you put a space after the path of the launcher.


9] Turn on the server.


10] Open WampServer and make the server online. Then, start the launcher shortcut.


11] Play.

Better than Google Translate, huh? :p
 
Last edited:
cats addicted
Loyal Member
Joined
Apr 1, 2010
Messages
1,363
Reaction score
295
Why not just create a file in the same directory as the launcher and name it like "serverlist_XML_1234567890123456789012345678901.en", then simply insert that filename instead ?
 
Junior Spellweaver
Joined
Jul 11, 2011
Messages
199
Reaction score
236
Why not just create a file in the same directory as the launcher and name it like "serverlist_XML_1234567890123456789012345678901.en", then simply insert that filename instead ?

Easier to update server data and ips via the web, especially with server character load and etc
 
Skilled Illusionist
Joined
Jul 5, 2006
Messages
329
Reaction score
81
does any one can use tera europe official client connect localhost ?
may be good to start development for latest official client
 
Back
Top