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!

[Release] Tera on java last client rev

Junior Spellweaver
Joined
Jul 19, 2013
Messages
119
Reaction score
70
You've got an outdated version.
Check first post for new link (i am on assembla now)

Angelis
 
Experienced Elementalist
Joined
Apr 18, 2011
Messages
280
Reaction score
11
You've got an outdated version.
Check first post for new link (i am on assembla now)

Angelis

i downloaded latest version

use this command to compile in tera builder folder
echo off

call mvn clean compile package

edit hibernate.cfg for mysql password to my mysql password

using old tera database

then launch the start.bat
got his
D:\Tera2\Master4\TeraBuilder\
game.MainGame
=============================
ConfigService started
ObjectIDService started
DatabaseService started
Loaded 10 experiences !
Loaded 0 quests !
Loaded 8 item sets !
Loaded 8 base stats !
Loaded 39 creatures !
Loaded 5 gathers !
XMLService started
ChatService started
AccountService started
PlayerService started
QuestService started
AdminService started
UserService started
ThreadPoolService started
WorldService started
StorageService started
SpawnService started
DialogService started
RequestService started
VisibleService started
Server is now running with 1
NetworkService started
=============================
Server started in 3 seconds

launch the game

select localhost server
got this
Connection au serveu imposiblle

can you tell what i do wrong?
and how to register an account?
just simple input in phpmyadmin?
 
Junior Spellweaver
Joined
Jul 19, 2013
Messages
119
Reaction score
70
That mean that you can't connect to your server.

Is your server locally (same computer) ?
What server are you trying to connect (Localhost ?) ?

Account is created automatically no need web interface.

Angelis.
 
Newbie Spellweaver
Joined
Oct 28, 2012
Messages
83
Reaction score
28
I have to comment this if part, then when i try to connect i'm still stucked

Angelis86 - [Release] Tera on java last client rev - RaGEZONE Forums
 
Junior Spellweaver
Joined
Jul 19, 2013
Messages
119
Reaction score
70
I am not blind !

That worked for me. So can't help you more.
Replace the whole if/else by : byteBuffer.clear();

Angelis.
 
Experienced Elementalist
Joined
Apr 18, 2011
Messages
280
Reaction score
11
yes, i am using the same computer for server and client and try to connect localhost, can i do that? or i need to use other computer?

so where the server store the database file? still in phpmyadmin or some where else?

Angelis86, can i contact you on yahoo messenger or skype?
 
Junior Spellweaver
Joined
Jul 19, 2013
Messages
119
Reaction score
70
The server is using mysql database.
You must have configured a mysql database and create a database called tera.

Have you any tables in tera database after launching server ? (If not check hibernate.cfg.xml and uncomment last line then relaunch)

I can't contact you right now (i am at work)
 
Experienced Elementalist
Joined
Apr 18, 2011
Messages
280
Reaction score
11
ok i uncomment the last line if you mean this : <property name="hbm2ddl.auto">create-drop</property>

then delete old database tera, create new one
launch server.
check on database tera, yes got new tables..

launch game, got 3 server selection, localhost, angelis server, angelis test, try to connect to each server and cannot connect any server.

i check again on phpmyadmin on database tera, on account table, there are no any id or account, why?
how to do???
 
Newbie Spellweaver
Joined
Oct 28, 2012
Messages
83
Reaction score
28
Hey cintapw

Download :

Insert list.fr files here : www\tera\launcher\realm

Copy : Game.local.exe and Local.bat in you Tera Folder (C:\Program Files (x86)\TERA)

run server , and Local.bat

insert pseudo and pasword
lang : "fr"
 
Junior Spellweaver
Joined
Jul 19, 2013
Messages
119
Reaction score
70
Sorry i made a mistake with my localhost ip on realm.
I can't change it right now (you must wait about 6 hours).

Really sorry i thought that was ok.

Angelis.
 
Experienced Elementalist
Joined
Apr 18, 2011
Messages
280
Reaction score
11
thanks wankers14
i using HxD and hex edit game.angelis.exe and change ip localhost to 127.0.0.1

i finally can login to the game

now the game is in france language, how to change it to english?

i change list.fr to list.en and edit to <language>en</language>

then change to this

68 74 74 70 3A 2F 2F 31 32 37 2E 30 2E 30 2E 31 2F 74 65 72 61 31 31 31 31 31 2F 6C 61 75 6E 63 68 65 72 2F 72 65 61 6C 6D 2F 6C 69 73 74 2E 65 6E

to read list.en

then i launch the game, enter en for lang, but the game crash

so how the right way to change the language?
 
Junior Spellweaver
Joined
Jul 19, 2013
Messages
119
Reaction score
70
There is one thread about client modification.
Get there launcher and you will be able to launch game
 
Experienced Elementalist
Joined
Apr 18, 2011
Messages
280
Reaction score
11
There is one thread about client modification.
Get there launcher and you will be able to launch game

i know how to change languange in 1725 version by P5yl0
but game crash if i change list.fr to list.en in game.angelis.exe



plz any one that have the knowledge, help me set the client to english.
 
Newbie Spellweaver
Joined
Feb 2, 2014
Messages
74
Reaction score
22
Getting some errors on compile with mvn
Code:
at org.codehaus.plexus.archiver.AbstractArchiver$1.hasNext(AbstractArchiver.java:467)
Other than that really nice work Angelis keep it up! :)
Edit: Nevermind fixed it by changing user variable MAVEN_OPTS=-Xss10m
 
Last edited:
Junior Spellweaver
Joined
Jul 19, 2013
Messages
119
Reaction score
70
I noticed that you can't change to much time the server url with hexa editor.
So, what you should do is : upgrade your client to the latest update, then try editing your Game.exe directly with you server list url.

When you launch the client you must pass "en" as language, that should do the trick
Here is an example of string needed to start the game :
Game.exe 1 [password] 1 1 [login] [lang]

Angelis.
 
Experienced Elementalist
Joined
Apr 18, 2011
Messages
280
Reaction score
11
my client updated yesterday, i cannot find any Game.exe on Tera client folder.

Did you mean TL.exe ?



can you upload a launcher for ip 127.0.0.1 with english language ?
 
Junior Spellweaver
Joined
Jul 19, 2013
Messages
119
Reaction score
70
No i mean Game.exe in Tera root dir.

Follow my instruction and all should work

Angelis.
 
Newbie Spellweaver
Joined
Feb 19, 2012
Messages
10
Reaction score
0
Currently using En Masse Ent. Client and got a error on launch, which client should I use for this?
Thanks in advance.
 
Back
Top