TJServer

Newbie Spellweaver
Joined
Jan 12, 2013
Messages
18
Reaction score
10
Proper Java based server for TERA

Client supported: NAEU-17.32.04
Language: English

About future updates:
- No point on updating to latest client, since this is not complete.
- I would be happy if this worked at 80-90% as it should before trying to update.
- Took me ages to find a proper client and launcher by searching the forum.
- No support for parsing DataCenter info to XMLs.

(pre-release)
- Proper Eclipse .settings folder.
- Removed all Russian comments from java files.
- Translated most russian messages to English.
- Translated configs to English (I used google translator).
- Formated all code to follow same indentation.
- Fixed all visible NPEs and warnings.
- Minor java 1.7 and 1.8 improvements here and there.
- Generated javadocs for most of the files.
- Removed a few duplicate templates from XML files.
- Created build.xml for easy project compiling.
- Created seperate SQL files needed to run the server.
- Organised folder paths.
- Created launcher file for easy debugging / live testing.

(update 1)
- Reverted changes so that the server would connect to NAEU-17.3204 client.
- Decompiled rlib so that future development would be possible with full sources.

Sources:
Launcher:
Client:
 
Last edited:
Junior Spellweaver
Joined
Dec 5, 2015
Messages
181
Reaction score
145
Good initiative
I thnik you can post a link with description in the original thread and/or contact the op
 
Newbie Spellweaver
Joined
Jan 12, 2013
Messages
18
Reaction score
10
Read what I wrote.

During the last two days I played around with the files posted at
https://forum.ragezone.com/f797/release-tera-shock-port-na-1079270/

 
Newbie Spellweaver
Joined
Jan 12, 2013
Messages
18
Reaction score
10
yes I know what I have say many of the peoples who using the tera-sock source code fix this so nothing special

Nothing special?
It took me two days on that rework, show a little respect.

If so many people done this, where is it shared?
With this kind of attitude Tera development goes nowhere.

Good luck doing more no special things that "have been done".
 
Blade & Soul Eldoria Developer
[VIP] Member
Joined
Jul 30, 2012
Messages
1,227
Reaction score
161
there is peoples who work on this and I know they wont release it since they close to be done with the emulator
and I don't say I am not respect so don't say thing on how I feeling related to this topic
 
Newbie Spellweaver
Joined
Dec 5, 2015
Messages
5
Reaction score
0
- Removed all Russian comments from java files.
I think Russians comments don't make weather for non english programmers, but if some Russian programmer will start work at this src, he will not say thanks.
 
Blade & Soul Eldoria Developer
[VIP] Member
Joined
Jul 30, 2012
Messages
1,227
Reaction score
161
I think Russians comments don't make weather for non english programmers, but if some Russian programmer will start work at this src, he will not say thanks.
for example c# / c++ // is to write comment and in java its something else but this function is like writing txt file
and the program not read it so its not effected by the server
 
Initiate Mage
Joined
Sep 24, 2012
Messages
3
Reaction score
0
I cant login to the server, any help please,


after i click on connect the server it like stuck and dont want to connect,
no errors or some think like this,

the full:
 
Newbie Spellweaver
Joined
Jan 12, 2013
Messages
18
Reaction score
10
I reverted changes so that the server would connect to NAEU-17.3204 client.
Decompiled rlib so that future development would be possible with full sources.
Currently I am uploading the client to share it.

Next step will be to make an XML parser if I get my hands on a Decrypted DataCenter for this client.
 
Joined
Dec 10, 2011
Messages
477
Reaction score
27

nice job,i am looking forward to your work.
 
Junior Spellweaver
Joined
Oct 19, 2014
Messages
108
Reaction score
6
If you could get a decompiled DC for an old version I could help you with the XML parser. Time ago I did something like that so I just need to look for it in my HDD.