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!

Tera Up to date EMU Server Files

Status
Not open for further replies.
Joined
Feb 2, 2012
Messages
413
Reaction score
249
database error^^

did you start before the Webserver? the other batch file?

how to run:
1. run_server2go.bat (for WebServer)
2. run_gameserver.bat (for GameServer)


else...
you need open ports for:
80, 443 and 3306 apache and mysql (web & database)
11101 gameserver
 
Last edited:
Experienced Elementalist
Joined
Jul 15, 2006
Messages
224
Reaction score
3
database error^^

did you start before the Webserver? the other batch file?

how to run:
1. run_server2go.bat (for WebServer)
2. run_gameserver.bat (for GameServer)


else...
you need open ports for:
80, 443 and 3306 apache and mysql (web & database)
11101 gameserver

sorry man for my noob quest. server files work with external ip for external players?
sorry for my bad english.
 
Joined
Feb 2, 2012
Messages
413
Reaction score
249
server is in this state configured for localhost

you have to edit:
-gameserver: config files in /config with IP adress (not needed if you run server local... if you run on a root you have to)
-webserver: server2go > htdocs/www/ auth, register and serverlist files with IP adress
-launcher: you have to hex edit the launcher with IP to your pc! gamesever! (you can use editor in /tools )

else...
take a look for yourself!
there are some source codes around..
but be happy that you got a running server, and launcher,
cause its hard to find a working launcher!

if you know how to compile a server, youwill finde all else too!
if you dont know how to compile it, go learn!

sorry for harsh speak..
but its always the same.. most people dont know a bit but want everything ready to go..
and dont want to do a thing self!
 
Joined
Feb 2, 2012
Messages
413
Reaction score
249
uploaded is.. 58
but current i have is made to 60
dont know if the inis are implemented..
im doing more bugfixing at lower levels at moment...
the server is still in a very low development state...

if you want more?.. do more!..
 
Newbie Spellweaver
Joined
Sep 28, 2012
Messages
14
Reaction score
2
@P5yl0 I really like your Project so far. Do you already have a Server? At least I could provide a 4x3,2 GHz and 4 GB Ram Computer with a fast Internet Connection for this. And well I'm just looking at the Sources now.
 
Newbie Spellweaver
Joined
Nov 25, 2008
Messages
89
Reaction score
2
It seems that I get the Can't find SSNL
I can't remember how to fix it :S

Edit:
Ok somehow I got it to work but now I am facing the problem that I can't check Item IDs as they are all changed nowadays.
How do I check the items.bin?
 
Last edited:
Experienced Elementalist
Joined
Jul 15, 2006
Messages
224
Reaction score
3
server is in this state configured for localhost

you have to edit:
-gameserver: config files in /config with IP adress (not needed if you run server local... if you run on a root you have to)
-webserver: server2go > htdocs/www/ auth, register and serverlist files with IP adress
-launcher: you have to hex edit the launcher with IP to your pc! gamesever! (you can use editor in /tools )

you have to edit:
-gameserver: config files in /config with IP adress <<--ask:my ip adress is "tera.no-ip.info" then I have to change "127.0.0.1" to "tera.no-ip.info"??

-webserver: server2go > htdocs/www/ auth, register and serverlist files with IP adress<<--ask:where i have to change?? I dont find in "auth/config" and "register/config" for change ip. I only to find in "serverlist"--127.0.0.1--. i show u..


auth/config --->> what i have to edit here for external players ?
----------------------------------------------------------------
<?php

//change connection & password to suit yours
$conn=mysql_connect("localhost","root","PASSWORD") or die("mysql_error()");

//change database_name to your database name
$db=mysql_select_db("tera") or die(mysql_error());

?>


register/config --->> what i have to edit here for external players ?
---------------------------------------------------------------------
<?php

//change connection & password to suit yours
$conn=mysql_connect("localhost","root","PASSWORD") or die("mysql_error()");

//change database_name to your database name
$db=mysql_select_db("tera") or die(mysql_error());

?>

serverlist. --->> i have to edit (chage 127.0.0.1 for tera.no-ip.info) ?
---------------------------------------------------------------------
<?xml version="1.0" encoding="utf-8"?>
<serverlist>
<server>
<id>1</id>
<ip>127.0.0.1</ip>
<port>11101</port>
<category sort="1">PvE</category>
<name raw_name="Tera Test -Alpha PVE">
<![CDATA[Tera Test -Alpha PVE]]>
</name>
<crowdness sort="5">None</crowdness>
<open sort="1">normal</open>
<permission_mask>0x00000000</permission_mask>
<server_stat>0x00000000</server_stat>
<popup>
<![CDATA[Unable to access the server at this time.]]>
</popup>
<language>de</language>
</server>
<server>
<id>2</id>
<ip>127.0.0.1</ip>
<port>11102</port>
<category sort="2">PvP</category>
<name raw_name="Tera Test -Beta PVP">
<![CDATA[Tera Test -Beta PVP]]>
</name>
<crowdness sort="5">None</crowdness>
<open sort="4">unknown</open>
<permission_mask>0x00000000</permission_mask>
<server_stat>0x00000000</server_stat>
<popup>
<![CDATA[Unable to access the server at this time.]]>
</popup>
<language>de</language>
</server>
</serverlist>


-launcher: you have to hex edit the launcher with IP to your pc! gamesever! <<--- ask: I have to edit TeraLauncher.exe? ok... then what do i have to change here? i dont find 127.0.0.1 i dont understand but i want to learn.

So sorry for noob ask but i love it. I am Peruvian and i have my brothers in España and i want to feel we are near as in the past playing.

so sorry.
 
Joined
Feb 2, 2012
Messages
413
Reaction score
249
gameserver: .. yes but you only need a change this when you run on a root server
seems you run on loaclhost with a dyndns ip
so you dont need any changes...

serverlist: .. yes right change it


auth/register:
you have the line
$conn=mysql_connect("localhost","root","PASSWORD") or die("mysql_error()");
you know what localhost means? its 127.0.0.1, root and PASSWORT = user and pass has to be changed to your rights

database name doesnt needed to edit only if you rename it!

so it seems you found all you need

launcher:
you have to hex edit the tera-game.exe
TeraLauncher iss only launcher (GUI)
tera-game.exe is the real launcher file
open with hex editor and search for serverlist you will find there the adress to the serverlist
you have to HEX edit but dont write more lines than there! 49 chars! or your file will be corrupt!

look in the TOOLs folder there is a launcher hex editor, i already said this!

It seems that I get the Can't find SSNL
I can't remember how to fix it :S

Edit:
Ok somehow I got it to work but now I am facing the problem that I can't check Item IDs as they are all changed nowadays.
How do I check the items.bin?



look in the tools folder there are editor for the bin files
its a bit buggy... not everything works fine but it does the job so far...

a lot of tools are not completly done like the server too..
most things are in development state...or have to be fixxed
the item parser l looked before some days seems to be outdated for teratome site and else..
a lot has to be updated

i cant work so fast like i want^^ cause i do programming only since ~2years now only...
and alot of things i am at a learning process..
i work at this server too only cause i wanted to know more about network / crypt
so don´t expect too much .. i think there are a lot of more better programmers than i ^^
 
Newbie Spellweaver
Joined
Nov 25, 2008
Messages
89
Reaction score
2
Yeah I am a programmer myself too for only 2 years now.
The only problem is I don't have the time to look into this source atm.
If I have some free time off I will have a look at it and see if I can fix and maybe update some things.
 
Newbie Spellweaver
Joined
Aug 2, 2013
Messages
11
Reaction score
2
how to config other language
I want to config language for Thailand(th).
Help me please.><
 
Joined
Feb 2, 2012
Messages
413
Reaction score
249
there is no thailand config^^
language is client(game), not server side done!

game has only a few languages i know.
its in the datacenter of the client files
if you want other languages than tis you have to translate the whole game for yourself^^

French,
German,
International (GB)
English(USA)
korean
or so..

the launcher has so far all languages what are officially in datacenter
(only the korean i didnt implement cause i dont understand^^)

if yuu want to play.. play in english! or translate it ..
learn encrypt/decrypting of datacenter file.. translate .. export import and else....

or get a thailand version of tera and datacenter files if exist i dont know..
and edit the launcher source to your needs (adding Thai Lang line) and compile back ..
but then you you will need an encrypted TL.exe (tera-game.exe)
from the thailand version..
 
Last edited:
Newbie Spellweaver
Joined
Aug 2, 2013
Messages
11
Reaction score
2
there is no thailand config^^
language is client(game), not server side done!

game has only a few languages i know.
its in the datacenter of the client files
if you want other languages than tis you have to translate the whole game for yourself^^

French,
German,
International (GB)
English(USA)
korean
or so..

the launcher has so far all languages what are officially in datacenter
(only the korean i didnt implement cause i dont understand^^)

if yuu want to play.. play in english! or translate it ..
learn encrypt/decrypting of datacenter file.. translate .. export import and else....

or get a thailand version of tera and datacenter files if exist i dont know..
and edit the launcher source to your needs (adding Thai Lang line) and compile back ..
but then you you will need an encrypted TL.exe (tera-game.exe)
from the thailand version..
Thanks P5yl0.
If i want to config language chat service only.
Can i do ?
 
Joined
Feb 2, 2012
Messages
413
Reaction score
249
included game languages are only..
English, German, French, and Korean

in the chat you can speak like you want..

but game langauge you have to edit or mod the game..
npcs and items and else..
 
Newbie Spellweaver
Joined
Aug 30, 2011
Messages
7
Reaction score
0
Hello Guys
i'm starting with the tera emulator and i hope help US in the development for we have a good comunity.
 
Newbie Spellweaver
Joined
Aug 2, 2013
Messages
11
Reaction score
2
included game languages are only..
English, German, French, and Korean

in the chat you can speak like you want..

but game langauge you have to edit or mod the game..
npcs and items and else..
When i chat with thai language. >.<
How i can fix this?
The launcher i selected EN.
str8killa - Tera Up to date EMU Server Files - RaGEZONE Forums
 
Status
Not open for further replies.
Back
Top