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 Server 1725 EMU compiled version

Elite Diviner
Joined
Jan 4, 2010
Messages
406
Reaction score
12
My Server address is larger than 36 chars, thats why i cracked this. I cannot connect to my Server if this restriction is in it.
 
█║▌║▌║TheMerc iful║▌║▌║█
Loyal Member
Joined
Jan 29, 2005
Messages
1,367
Reaction score
80
Hello Ragezone!!

This is my compiled version that i worked on for the last 2 months its fixed almost every thing in it 98% just a couple of problems still remaining which im still working on fixing them



EDIT!

since i see someone is saying im assuming some one else work il post here the thread of the original source code : http://forum.ragezone.com/f797/tera-emu-server-files-str8killa-956160/

NOTE: credits for the original source goes to P5yl0
credits for the fixes brought to it goes to ME!

FIXES: Delete Character FIXED no longer will the character return after relog
Unique Names ADDED no longer you can have 2 characters with same name
Lag between attacks and skills FIXED
lots more

TO DO: save items/skills from action/skill bar beyond relog
collision bug

have you done some changes also regarding the database that is included with in the release or is it just the same database that P5ylo have released?!

thanks!
 
Joined
Feb 2, 2012
Messages
412
Reaction score
249
for example...
this is the current serverlist adresss in the laucher: 46 chars...
"http://127.0.0.1/server/serverlist/server_list"

lets say you want it for your server on host... "my-pserver.de" >>13 chars
when you replace "127.0.0.1" with "my-pserver.de" to: "http://my-pserver.de/server/serverlist/server_list"

you have 4 chars too much and it would not work !!!
take the new adress:
"http://my-pserver.de/server/serverlist/server_list"
remove 4 chars from somewhere else or rename it !!!

and you get lets say:
"http://my-pserver.de/sl/serverlist/server_list" >>> now yoz have again 46 chars !!! and everything is okay

copy the serverlist files from:
"http://127.0.0.1/server/serverlist/"

to your new folder on the host:
"http://my-pserver.de/sl/serverlist/"


and you are done!


short explanaition:
"http://my-pserver.de/sl/serverlist/server_list"

/server_list" at tjhe end iss the serverlist file
server_list.de
server_list.en
server_list.fr

there is no ending .xx in the serverlist string added cause when you add the .de or .fr , .en then you cant choose another language in the launcher cause only this one file is used then!

short you can play with the serverlist adress around like you want !!! but you have in the end to be exct 46 chars!!!!
if your host iss very long like .... "http://my-webhoster-has-a-long-adress.de/ <<<41 chars

then put your list in a short folder like:
"http://my-webhoster-has-a-long-adress.de/a/sls

sls is you new serverlist file name without the ending
rename server_list file to sls and put it on host in folder /a/

and you are done too!!

so you see you can do it more ways than only one!

play around youll find a way i dont think that your hoster has a 46 char adress that you cant add 1 folder with 1 char and 1 file with 1 char

so real your max charlentgh you could use
would be ..
49 chars max
-3 for the ending = 46
- 1char for serverlist file when you name it only "a"
- 1 char for the slash "/" before the sList file
= 44 chars left !!!
-7 "http://"

would give you a rest of 37 chars for your hoster !!!
=
http:// "your 37 chars for the hoster!!!" /a

i think 37 chars is totally enough for a hoster adress ^^
so have fun to find your way!!!
 
Skilled Illusionist
Joined
Aug 18, 2005
Messages
305
Reaction score
78
It doesn't have to be 49 characters. Mine is: 54 chars. And it's working just fine. You just have to make sure you dont corrupt the other data. extend it.
 
Elite Diviner
Joined
Jan 4, 2010
Messages
406
Reaction score
12
okay this works well, but i cannot connect to the Server.

danuta - Tera Server 1725 EMU compiled version - RaGEZONE Forums

danuta - Tera Server 1725 EMU compiled version - RaGEZONE Forums
 
Joined
Feb 2, 2012
Messages
412
Reaction score
249
It doesn't have to be 49 characters. Mine is: 54 chars. And it's working just fine. You just have to make sure you dont corrupt the other data. extend it.

??hääää how do you extend an executeable file.?!?! if you add bytes to a exe file somewhere in the middle of the file you would shift every byte after that and it would be corrupt ...

and yes i said you have 46 chars but without the ENDING !!!!! ".de" ".en" !!!

when you ADD you cant coose any other language in the Launcher cause it will only run in that language you added the .xx ending !!!
if you want language selection to work you dont have to add .xx let it out !


could you post me a pic of your working version or up your ctgame.clf to have a look i dont believe that its working with more than 46 chars...
or could you tell me how you extended it that it works..

cause modified executable with added bytes = corrupt !!!
only replacing bytes allowed else file would be corrupt !!!
 
Skilled Illusionist
Joined
Aug 18, 2005
Messages
305
Reaction score
78
I'm not using any of the executable that were posted. And none of the launchers work the way I want it to work anyway so yeah, i figured things out myself.
But here's the screenshots.
 

Attachments

You must be registered for see attachments list
Joined
Feb 2, 2012
Messages
412
Reaction score
249
hahahahah you are not using any executable from here ?!!? .
you are using the ctgame.clf my friend..
its the unpacked TL.exe from tera before: tera-game.exe from "dreams-gaming" launcher
you use the same file we and everyone else uses !!!

but i dont understand why it works for you this way...
cause when i go after the 49 char!!!! the game starts !! but YOU CANT CHOOOSEE ANY OTHER LANGUAGE !!! else than ENGLISH for the client !!!
and the only serverlist what is working is the one file with your ending posted!!! oyu cant choose any other language in the launcher .. cuase it will always start the game in english !!!

but i could think why it could be working cause the bytes after the list are nulled only zeros could be possible that we can go till the "FF" bytes
but like i said when you do a ending to the list no other language is working....

have you tested to select another language ?!?
with your string...

danuta - Tera Server 1725 EMU compiled version - RaGEZONE Forums
 
Elite Diviner
Joined
Jan 4, 2010
Messages
406
Reaction score
12
freaks thats the way i did my first time (NO HEX EDIT) i cracked the executable!
 
Joined
Feb 2, 2012
Messages
412
Reaction score
249
what did you crack ?!?
would be nice if you could share your wisdom with us....
did you unpack the exe?
i dont understand what you mean with cracked? cause cracking is for me something other.. ;)



hahahaahahah i figured it out !!!!!

The complete path can go till the "FF FF" bytes
insert your servelist string = complete path like you want..!!!
and now comes the hit..^^
you have to ADD after the path "2E 00 00" <<< marks the Servelist path END!

that was my mistake i didnt add the 2E0000 and then it dowsnt find the serverlist

and you dont need to add any ending with this solution, with this way lang. selection is working too!

i think
2E = .
00 00 = open to have more than one servelist file 00 00 free for .xx

if you want a shorter path... insert your path... insert at the path end "2E 00 00" and fill the rest with "00" till "FF FF FF FF" !!!

danuta - Tera Server 1725 EMU compiled version - RaGEZONE Forums
 
Last edited:
Skilled Illusionist
Joined
Aug 18, 2005
Messages
305
Reaction score
78
Glad you figured it out mate.

Still looking for a fix on the characters not saving.
 
Joined
Feb 2, 2012
Messages
412
Reaction score
249
i dont know which version you right have of the server
but the probölem onb most versions was there was no autosaving every x secs... so char got not saved!!!

character saving is only done when you close the game... or shutdown the server "regular!!!"
closing the window only doesnt save or closing the gameserver window...

there was only the save on exit function so far done... in the newer sources saving to sql was done to!
but only character data/equip/inventory/

skills, skillbar, or other things was no saving function done !!

there is no fix or bug at saving... its ^^ there is only missing function ...
 
Skilled Illusionist
Joined
Aug 18, 2005
Messages
305
Reaction score
78
I have the version from this thread. And I close the game by Esc -> Options -> Exit Game or Characters.. both end up with the same results, when I re-start the game, i'm level one again. Even if the server remains online.
 
Joined
Feb 2, 2012
Messages
412
Reaction score
249
hmm okay..
cant tell you source from this thread is edited by danuta, dont know what chaged there all!
but as danuta wrote...there should be saving done and more fixes as my ..


but my version from github saves so far the above i wrote....
 
Skilled Illusionist
Joined
Aug 18, 2005
Messages
305
Reaction score
78
Ah. Yeah, I cant compile at the moment so I needed pre-compiled files. Do you have the binaries of your source?
 
Joined
Feb 2, 2012
Messages
412
Reaction score
249
on my git iss the source and a build folder with compiled files!
i do always a compile version to my source, cuase not everyone has an compiler installed ;)
 
Skilled Illusionist
Joined
Aug 18, 2005
Messages
305
Reaction score
78
Do you have a link? I cant find your github anywhere.
 
Joined
Feb 2, 2012
Messages
412
Reaction score
249
search my name ^^



but im not shure now if thats the fxxed or not fixxed version...
i had a little mistake there on char creation it saved no UIsetting...
after second login you can get an sql error...
got to ymsql and add "0" to account or character UIsetting
and its done if its the non fixed version
 
Skilled Illusionist
Joined
Aug 18, 2005
Messages
305
Reaction score
78
Ah great, thanks alot mate. Going to test it out.
Edit; Great, it's working. ^^
Edit2; when I make a char he starts as level 2
 
Last edited:
Experienced Elementalist
Joined
Apr 18, 2011
Messages
280
Reaction score
11
Hello Ragezone!!

This is my compiled version that i worked on for the last 2 months its fixed almost every thing in it 98% just a couple of problems still remaining which im still working on fixing them



EDIT!

since i see someone is saying im assuming some one else work il post here the thread of the original source code : http://forum.ragezone.com/f797/tera-emu-server-files-str8killa-956160/

NOTE: credits for the original source goes to P5yl0
credits for the fixes brought to it goes to ME!

FIXES: Delete Character FIXED no longer will the character return after relog
Unique Names ADDED no longer you can have 2 characters with same name
Lag between attacks and skills FIXED
lots more

TO DO: save items/skills from action/skill bar beyond relog
collision bug

lag between attack/skills good on local server, but if server online and play from other computer, the lag between attack/skills still there, any one know how to fix this bug??
 
Back
Top