new gui tools

Have you created a useful tool? or Do you want to get help building one? This is the right place!
Forum rules
READ NOW: L2j Forums Rules of Conduct
okae
Posts: 38
Joined: Fri Feb 01, 2008 11:40 am

new gui tools

Post by okae »

where is the new gui tools that you announce it webpage?
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: new gui tools

Post by janiii »

svn and nightly. just check out and see yourself ;)
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper โ™€
I don't give private support - PM will be ignored!
okae
Posts: 38
Joined: Fri Feb 01, 2008 11:40 am

Re: new gui tools

Post by okae »

then i must be blind cause i dont find it at nighties or svn :S
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: new gui tools

Post by janiii »

nightly/login/GSRegister.exe
nightly/login/L2JConfig.exe
...
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper โ™€
I don't give private support - PM will be ignored!
okae
Posts: 38
Joined: Fri Feb 01, 2008 11:40 am

Re: new gui tools

Post by okae »

janiii wrote:nightly/login/GSRegister.exe
nightly/login/L2JConfig.exe
...
thx for info ;)
Zhen-Xlogic
Posts: 5
Joined: Wed Sep 16, 2009 7:29 am
Location: Athens, Greece.
Contact:

Re: new gui tools

Post 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
Image Image
User avatar
Ashitaka
Posts: 96
Joined: Thu Jul 12, 2007 4:04 am
Location: Spain

Re: new gui tools

Post 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.
User avatar
gkout
Posts: 24
Joined: Mon Feb 20, 2006 3:05 pm

Re: new gui tools

Post 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
TFNG
Posts: 52
Joined: Wed Nov 04, 2009 2:37 am

Re: new gui tools

Post 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 :)
MrWallz
Posts: 5
Joined: Fri Sep 30, 2011 3:51 pm

Re: new gui tools

Post 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
Last edited by MrWallz on Tue Feb 14, 2012 7:51 pm, edited 3 times in total.
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: new gui tools

Post 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.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
MrWallz
Posts: 5
Joined: Fri Sep 30, 2011 3:51 pm

Re: new gui tools

Post 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
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: new gui tools

Post 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.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7005
Joined: Tue Aug 11, 2009 3:36 am

Re: new gui tools

Post 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.
Powered by Eclipse 4.30 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: new gui tools

Post by MELERIX »

Post Reply