Page 1 of 2

[Release] GmEditor(Multisell etc.)

Posted: Wed May 18, 2011 1:41 pm
by HorridoJoho
What is GmEditor?
It is a small application written in C# used to edit files. It does not support
any file formats out of the box. Document plugins need to be written for this.
I will provide sources for the plugin interface later since i got a hdd crash recently
and i have no documentation.

Official plugins
  • L2JMultisell
    Don't forget to load L2J_Datapack/data/stats/items folder in L2JMultisell options, otherwise you will not see any item names.
The app and multisell plugin has english(default) and german language included. Based on your operating system settings it will
choose one of these.

What could be done as plugin?
Everything thats stored in a file, even a GeoEditor would be possible.

SVN
http://www.assembla.com/spaces/gmeditor/wiki

Runtime Requirements
.NET Framework 4

Re: GmEditor with Multisell plugin

Posted: Wed May 18, 2011 2:45 pm
by Bloodshed
Nice, some time ago i started something like this too (non plugin wise), also started with multisell editor. I'm not sure i would take the plugin way, rather keep everything small and compact, not too many lose files(personal choice). Worrying if every plugin is the latest.

Any particular reason for .net 4? Pretty much anyone would have to install it. (not sure if it is in w7 sp1 tho)

Image

Re: GmEditor with Multisell plugin

Posted: Wed May 18, 2011 2:55 pm
by mochitto
Image
8) but not done search/add/delete items, only load and save multisell

Re: GmEditor with Multisell plugin

Posted: Wed May 18, 2011 2:59 pm
by HorridoJoho
Bloodshed wrote: Any particular reason for .net 4? Pretty much anyone would have to install it. (not sure if it is in w7 sp1 tho)
No particular reason. I just did not select another .NET version while i created the project in Visual Studio.

First i wanted to created it little bit more eye candy like the image in attachement(notice the alpha of the main form wich is usually not possible).
But then i thought about it and this should be made with productivity in mind and not beautifulness.

Re: GmEditor with Multisell plugin

Posted: Wed May 18, 2011 3:00 pm
by Bloodshed
Just like FBIAgent i used context menu's to modify the order and items, and what do you think is the small save icon for? :D

(ok i admit, the save icon is for ordering pizza :( )
FBIagent wrote:
Bloodshed wrote: Any particular reason for .net 4? Pretty much anyone would have to install it. (not sure if it is in w7 sp1 tho)
No particular reason. I just did not select another .NET version while i created the project in Visual Studio.
:P

Re: [Release] GmEditor, a pluginable file editor

Posted: Sun May 22, 2011 1:28 pm
by HorridoJoho
Updated first post with version 2 of the L2J Multisell plugin. Should be more productive now.
Also apply taxes, maintin enchantment, is tax ingredient and maintain ingredient is supported now.

Also [App]GmEditor was updated, so download that again please.

Re: [Release] GmEditor, a pluginable file editor

Posted: Mon May 23, 2011 7:32 pm
by shinomidefuego
:O i like it, waiting or more updates!!

Re: [Release] GmEditor, a pluginable file editor

Posted: Tue May 24, 2011 4:31 pm
by HorridoJoho
Oh my god, the worst has happened.

Yesterday, my mirrored raid got degraded.
Some things on my HDD seems to be reset to an old state and i got only the old multisell plugin code here.
Currently making copy/paste from a trial .Net decompiler.

Multisell plugin will not be localized after i restored the sourcecode. This will have to come later.

Re: [Release] GmEditor, a pluginable file editor

Posted: Mon Jul 11, 2011 7:06 am
by Bani
C# is simple to work with i wonder if you could connect to MySQL with it ? We tried in school a year or 2 ago and we ran into serious of problems.

Not remembering what they might been exactly but the outputs were just rubbish.

Re: [Release] GmEditor, a pluginable file editor

Posted: Sat Sep 17, 2011 8:38 am
by HorridoJoho
Updated first post. I restored my sourcecode and could get it running. Fixed a bug where lists in the multisell plugin
are not updating their scroll bars once shown. Version number are now all v1.0. The app and multisell plugin has
english(default) and german language included. Based on your operating system settings it will choose one of these.
Bani wrote:C# is simple to work with i wonder if you could connect to MySQL with it ? We tried in school a year or 2 ago and we ran into serious of problems.

Not remembering what they might been exactly but the outputs were just rubbish.
Ofc you could connect with C# to MySql but this is a file editor only. Since the app itself provides the file streams to
the plugins it would require to change this and create a more generic interface, maybe this will come later.

Re: [Release] GmEditor(Multisell etc.)

Posted: Sat Feb 25, 2012 3:49 pm
by denser
Any chance to get attachments? I get CRC errors. FBI Agent, pls reupload files.

Re: [Release] GmEditor(Multisell etc.)

Posted: Sat Feb 25, 2012 6:55 pm
by Zoey76
denser wrote:Any chance to get attachments? I get CRC errors. FBI Agent, pls reupload files.
"Look What the Cat Dragged In" :lol:

Good to see you around.

Re: [Release] GmEditor(Multisell etc.)

Posted: Sun Feb 26, 2012 10:38 am
by HorridoJoho
Files reuploaded

Re: [Release] GmEditor(Multisell etc.)

Posted: Sun Feb 26, 2012 10:58 am
by denser
Zoey76 wrote:
denser wrote:Any chance to get attachments? I get CRC errors. FBI Agent, pls reupload files.
"Look What the Cat Dragged In" :lol:

Good to see you around.
Thank you, Zoey! I am glad to be here too!

I am ifamaly-man now ) and have less time than i wanna:)
FBIagent wrote:Files reuploaded
Thank YOU, Man :)
Also, wanna ask - why in options inactive button for images? It undone? If yes - what you need to done it?

Re: [Release] GmEditor(Multisell etc.)

Posted: Sun Feb 26, 2012 11:24 am
by HorridoJoho
Added SVN link in first post.
denser wrote:Also, wanna ask - why in options inactive button for images? It undone? If yes - what you need to done it?
Yes, it is not done. I want want to write an additional library for the icons so when multiple plugins are using l2 icons it can ask that library for the icon(well when i have some more time i will write this).