Page 1 of 2

new gui tools

Posted: Tue Jun 16, 2009 2:34 pm
by okae
where is the new gui tools that you announce it webpage?

Re: new gui tools

Posted: Tue Jun 16, 2009 2:47 pm
by janiii
svn and nightly. just check out and see yourself ;)

Re: new gui tools

Posted: Tue Jun 16, 2009 4:14 pm
by okae
then i must be blind cause i dont find it at nighties or svn :S

Re: new gui tools

Posted: Tue Jun 16, 2009 4:25 pm
by janiii
nightly/login/GSRegister.exe
nightly/login/L2JConfig.exe
...

Re: new gui tools

Posted: Tue Jun 16, 2009 8:11 pm
by okae
janiii wrote:nightly/login/GSRegister.exe
nightly/login/L2JConfig.exe
...
thx for info ;)

Re: new gui tools

Posted: Sun Sep 20, 2009 6:49 pm
by Zhen-Xlogic
Hello,

1 question about the GUI Tools Login L2JConfig.exe \ Game L2JConfig.exe \ GSRegister.exe can work with the old server and data packs? (C5\H.b.\In.).

i notice that the GUI tools need the latest l2jserver.jar.

Thanks,
Zhen-Xlogic :D

Re: new gui tools

Posted: Mon Sep 21, 2009 8:24 am
by Ashitaka
Hi Zhen-Xlogic,
Zhen-Xlogic wrote:Hello,

1 question about the GUI Tools Login L2JConfig.exe \ Game L2JConfig.exe \ GSRegister.exe can work with the old server and data packs? (C5\H.b.\In.).

i notice that the GUI tools need the latest l2jserver.jar.

Thanks,
Zhen-Xlogic :D
Obviously it is needed the last l2jserver.jar since the tools source code is inside the java project. In other words, the "Login L2JConfig.exe \ Game L2JConfig.exe \ GSRegister.exe" (and also the shellscripts) are just launchers of the application inside the core.

You can enhance an old server code with the tools by adding the source code and other needed sources to the old projects and compile it, or even create a new java project with just the tools to make it work everywhere.

Re: new gui tools

Posted: Sun Nov 01, 2009 10:03 pm
by gkout
Guys could you please be so kind and let me know the s/w u used to convert java code to native windows exe file?
I have failed to find a free tool so far.

Thnx

Re: new gui tools

Posted: Wed Nov 04, 2009 2:42 am
by TFNG
since I "AM" the f'n new guy here... can someone post a fully qualified url to the tools?
... cuz nothing I try takes me to 'em.

Thanks

edit: nvm .. I see now that they are included in the new builds.

... and thanks for those awesome tools :)

Re: new gui tools

Posted: Tue Feb 14, 2012 7:04 pm
by MrWallz
so.. i need modify the locations of .java Core files of the L2JConfig.exe because i'm developing a tool in C# to configure our l2j pack and i will include the L2JConfig.exe and one separated l2jserver-core.jar with the .java needed files included, how do i get the source code?

is possible ?

Sorry my english :'(

That's is an image of program made in Portuguese(BR) but, i will add multilingual support

Image

Thank's all

Re: new gui tools

Posted: Tue Feb 14, 2012 7:32 pm
by jurchiks
You get its source code just like you get l2j source code in general; download it from the SVN.
To find out where the l2jconfig classes are located, look in the shell scripts that run it in the console, should be in the same packages.

Re: new gui tools

Posted: Tue Feb 14, 2012 7:55 pm
by MrWallz
jurchiks wrote:You get its source code just like you get l2j source code in general; download it from the SVN.
To find out where the l2jconfig classes are located, look in the shell scripts that run it in the console, should be in the same packages.
no no, i talking about the .exe files, because that's give one Biggest error that i never seen, that's not a include location included in app ?

because i will recompile another core, only using the .java files used by the L2JConfig.exe



Look that, the server initialize into program

Image


//Ignore the error, is not installed the DB :D

Re: new gui tools

Posted: Tue Feb 14, 2012 9:29 pm
by jurchiks
The source for that file (l2jconfig.exe) is not available publicly, but I think its just a wrapper for a shortcut to launch the class from the l2j core. As I already wrote, it can be found in l2jconfig,sh:

Code: Select all

com.l2jserver.tools.configurator.ConfigUserInterface
That's where the stuff is located.

Re: new gui tools

Posted: Tue Feb 14, 2012 10:06 pm
by Zoey76
jurchiks wrote:The source for that file (l2jconfig.exe) is not available publicly, but I think its just a wrapper for a shortcut to launch the class from the l2j core. As I already wrote, it can be found in l2jconfig,sh:

Code: Select all

com.l2jserver.tools.configurator.ConfigUserInterface
That's where the stuff is located.
The souce code is not available at all, when mrTJO or UnAfraid move some of the tools, UnAfraid had to replace them.

Not sure what UnAfraid used, if it was Delphi or something else, maybe some tool to make exe wrappers.

Re: new gui tools

Posted: Wed Feb 15, 2012 12:00 am
by MELERIX