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] English translated ESSamp 2.0

Put Community First
Loyal Member
Joined
Oct 2, 2014
Messages
1,112
Reaction score
832
So, the development section says to put finished MMORPG development tool projects here. So here it is. Otherwise if @Taiga can clarify and move it, that'd be good :).

As is often in the MMORPGs Extra section, once again I find myself using a game with ESSamp, but it's never in English.

So I decompiled, translated it to English and recompiled for everyone.

Tested and it runs fine for the game I'm using it for, you should just have to drop it into your ESSamp folder and replace the existing .exe. I'd back-up the original one just in case your game uses it differently (who knows?), but it worked fine on my end.

Enjoy.


**UPDATED x2 **


fallenfate - [Release] English translated ESSamp 2.0 - RaGEZONE Forums


- made window larger to fit the tabs
- fixed some strings that were too short
- fixed connection to database

New link -
 
Last edited:
Put Community First
Loyal Member
Joined
Oct 2, 2014
Messages
1,112
Reaction score
832
No worries. I'll be translating the GUI buttons of the game when I start to get the game itself running. Remember to hit that Like button as per forum rules, no thanks posts :). But Iam glad it works for you.

Just updated it now too so it's in a larger window, no arrows for tabs now, it all fits.

Link updated in post. Go download that one and let me know, hehe :p.
 
Put Community First
Loyal Member
Joined
Oct 2, 2014
Messages
1,112
Reaction score
832
Final update added and link changed in OP. Fixed a database connection issue which was... weird, to say the least. Works fine now :D.

Oh, and yeah I replied.
 
Junior Spellweaver
Joined
Jun 28, 2009
Messages
121
Reaction score
16
So, the development section says to put finished MMORPG development tool projects here. So here it is. Otherwise if @Taiga can clarify and move it, that'd be good :).

As is often in the MMORPGs Extra section, once again I find myself using a game with ESSamp, but it's never in English.

So I decompiled, translated it to English and recompiled for everyone.

Tested and it runs fine for the game I'm using it for, you should just have to drop it into your ESSamp folder and replace the existing .exe. I'd back-up the original one just in case your game uses it differently (who knows?), but it worked fine on my end.

Enjoy.


**UPDATED x2 **


fallenfate - [Release] English translated ESSamp 2.0 - RaGEZONE Forums


- made window larger to fit the tabs
- fixed some strings that were too short
- fixed connection to database

New link -

works ssl extension ?
 
Initiate Mage
Joined
Nov 2, 2009
Messages
3
Reaction score
0
Thank u very much, now i managed to get in-game :D

Waiting to english files cuz i dont unerstand nothing xD
 
Newbie Spellweaver
Joined
Sep 23, 2009
Messages
38
Reaction score
9
Nice, thanks.
Do you mind publishing also the source files? people like myself with c# knowledge can add/remove new features as we see fit.
Thanks.
 
Junior Spellweaver
Joined
Jan 8, 2012
Messages
133
Reaction score
44
do you download source code? I want to create a portuguese version, and translate ollydbg from a lot of work.
 
Put Community First
Loyal Member
Joined
Oct 2, 2014
Messages
1,112
Reaction score
832
Technically everyone should be saying thanks with the Like function as per server rules, instead of in the posts, but yeah :p. That's why mods start removing posts. Slap that Like button so we all follow forum rules, and I'll give everyone the source.

It's just from a decompiler, so you'll need to rename functions and variables yourselves if you plan on writing more code into it and such, but it is possible. Or just decompile my translated .exe :p.

@Draculap16 Wrong thread man, lol. PM instead :p. Will get another mod to remove your post for you.

@Tolrok No, I found what language it was in and got a decompiler. Then I looked at the functions and Chinese strings and translated it myself. I tend to translate a lot of projects in RZ :p. Translating was the hard (longer) work, took about three hours to get them down and then another two trying to figure out the database connection issue and get that sorted.

@nicolasn1 Not sure, haven't tried, but when everyone's posts are fixed up above I'll post a link to the source and you can just poke at it and see for yourself.
 
Newbie Spellweaver
Joined
Sep 23, 2009
Messages
38
Reaction score
9
Technically everyone should be saying thanks with the Like function as per server rules, instead of in the posts, but yeah :p. That's why mods start removing posts. Slap that Like button so we all follow forum rules, and I'll give everyone the source.

It's just from a decompiler, so you'll need to rename functions and variables yourselves if you plan on writing more code into it and such, but it is possible. Or just decompile my translated .exe :p.

@Draculap16 Wrong thread man, lol. PM instead :p. Will get another mod to remove your post for you.

@Tolrok No, I found what language it was in and got a decompiler. Then I looked at the functions and Chinese strings and translated it myself. I tend to translate a lot of projects in RZ :p. Translating was the hard (longer) work, took about three hours to get them down and then another two trying to figure out the database connection issue and get that sorted.

@nicolasn1 Not sure, haven't tried, but when everyone's posts are fixed up above I'll post a link to the source and you can just poke at it and see for yourself.

+1
You earned my like :)
Now, share the source and let it be free
 
Put Community First
Loyal Member
Joined
Oct 2, 2014
Messages
1,112
Reaction score
832
Well okay, one person did it at least. I guess not everyone is going to stick to rules anyway :p.

Here's the source. The ESSamp exe was compiled in AutoIT3 so you'll need AutoIT3 to edit, run and compile it. Keep in mind that since it was run through a decompiler, all the functions aren't renamed e.g. $a01c90a02 as a function or variable. If you want proper function and variable names you'll need to do that yourself, all I did was decompile and translate.

Enjoy. -
 
Banned
Banned
Joined
Aug 26, 2016
Messages
336
Reaction score
19
Can you guys upload its installer too?
I can't seem to find any downloadable files :(.
Thank you.
 
Put Community First
Loyal Member
Joined
Oct 2, 2014
Messages
1,112
Reaction score
832
Try here -

The one I am using was provided with the VanTien server files, but it should function the same. I haven't tested with the linked one yet but others have tried it on other ESSamp installations and had no issues, so hopefully it works for you there too. Ultimately though, if you want a local server stack I prefer software such as XAMPP.
 
Back
Top