• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Ruby - GUI Editor 2014

Junior Spellweaver
Joined
Sep 16, 2009
Messages
137
Reaction score
103
Sedrika - Ruby - GUI Editor 2014 - RaGEZONE Forums

In this thread i'll release the lastest version of the GUI Editor.
After completion it should replace the old one.

The Ruby - GUI Editor has (currently) the following functions:
  • Applet
    • Add
    • Edit
    • Delete
  • Controls
    • Add
    • Edit
    • Delete

The editor is using (except for custom textures) with v19 theme files.
While saving it'll always do backups of your files in Ruby\{timestamp}.
The usage of this one is held to Daisy.

Here are some pictures to the editor:

Start Screen
Sedrika - Ruby - GUI Editor 2014 - RaGEZONE Forums


Start Page
Sedrika - Ruby - GUI Editor 2014 - RaGEZONE Forums


Login Applet with Border
Sedrika - Ruby - GUI Editor 2014 - RaGEZONE Forums


Control Settings
Sedrika - Ruby - GUI Editor 2014 - RaGEZONE Forums


Applet Settings
Sedrika - Ruby - GUI Editor 2014 - RaGEZONE Forums


You can also edit multiple applets
Sedrika - Ruby - GUI Editor 2014 - RaGEZONE Forums


If there're updates available the notification button lights red.

Download:
VirusTotal:

Change Log said:
v0.6.1
  • Fixxed a bug with null strings
v0.6
  • Improved control movement with mouse
  • You can now use strings in ResData.inc
v0.5
  • You can now add applets
v0.4
  • Check if IDS_... in ResData.inc is also in ResData.txt.txt
  • Edited border color of controls
  • Fixed a bug
v0.3
  • Support of the old file format
    • The first applet determines which file format is in use
v0.2
  • Improved scanner class
  • You can now delete applets
  • You can now add controls
v0.1
  • Release
 
Last edited:
Owner
Loyal Member
Joined
May 13, 2011
Messages
1,497
Reaction score
157
Nice to see some good and functional things are released here xD
Thank you for this and keep it up.

P.s.
Do you still work on an new patcher or is the one on epvp the latest release?
 
Junior Spellweaver
Joined
Sep 16, 2009
Messages
137
Reaction score
103
It's the latest one. And I'll keep working in this one.

 
Experienced Elementalist
Joined
Feb 18, 2009
Messages
225
Reaction score
13
nvm thank you Sedrika

how to fix this??

 
Last edited:
Junior Spellweaver
Joined
Sep 16, 2009
Messages
137
Reaction score
103
You can now add new applets.
Just click on the start page on "Add new applet..." or right click on resource explorer -> New
 
Not working on UnitedFlyf
Loyal Member
Joined
Apr 21, 2009
Messages
1,385
Reaction score
934
I recommend releasing source code. I would release source code to Rose, but the library I use for the interface is proprietary and costs money.
 
Junior Spellweaver
Joined
Sep 16, 2009
Messages
137
Reaction score
103
I don't think i'll make the source code public. I've put a lot of time in this project and all alone.
 
Not working on UnitedFlyf
Loyal Member
Joined
Apr 21, 2009
Messages
1,385
Reaction score
934
I don't think i'll make the source code public. I've put a lot of time in this project and all alone.

But what would you lose by releasing the source code rather than binaries? This is a development tool, it should be able to be developed upon if possible.
 
Junior Spellweaver
Joined
Sep 16, 2009
Messages
137
Reaction score
103
But what would you lose by releasing the source code rather than binaries? This is a development tool, it should be able to be developed upon if possible.
What would I win? I'm sure you also have some nice tools. Why don't you release the source code of them?
Same issue, any solutions?

Just use keywords instead of strings in resdata.inc

 
Junior Spellweaver
Joined
Sep 16, 2009
Messages
137
Reaction score
103
I've added an update

Change Log said:
v0.6
  • Improved control movement with mouse
  • You can now use strings in ResData.inc
 
~FlyFF DeV~
Joined
Mar 2, 2009
Messages
579
Reaction score
113
Can somebody upload it to mega or something? For some reason uploaded.to doesn't work for mobiles -_-
 
Junior Spellweaver
Joined
Sep 16, 2009
Messages
137
Reaction score
103
I won't upload it to any other hoster.
Try again with another browser.
 
Owner
Loyal Member
Joined
May 13, 2011
Messages
1,497
Reaction score
157
Link Removed.... on request of Sedrika
 
Last edited:
Not working on UnitedFlyf
Loyal Member
Joined
Apr 21, 2009
Messages
1,385
Reaction score
934
What would I win? I'm sure you also have some nice tools. Why don't you release the source code of them?

The only tools I have are the Rose GUI Editor(the windows lib of this is 3rd party and non-redist) and a server monitor. A server monitor isn't exactly a dev tool though.
 
~FlyFF DeV~
Joined
Mar 2, 2009
Messages
579
Reaction score
113
Hmm oke time to make a constructive opinion.

It's for sure way better than the last version with epvp connect and other useless action. And I could open it(props for that).

Few disadvantages. Freezes like mad on 8 core processor. Managed to crash it 10 sec after fixing my resdata.txt.txt. Only v19 tile :<
 
Experienced Elementalist
Joined
Apr 1, 2010
Messages
267
Reaction score
136
Hum ... I can ask question ?

If you not want release the source (i understend) PROTECT YOUR EXE

PLEASE i have some respect for you and i no release but ... in 27sec, i have all ...

private void GUIEditor_Load(object sender, System.EventArgs e)
{
if (Ruby___GUI_Editor.Source.CHttp.GetResponse("http://xsedrika.co.de/?v=gui&g=version&ver=\uFFFD" + CurrentVersion) == "1\uFFFD")
{
IsAlert = true;
label5.Image = Ruby___GUI_Editor.Properties.Resources.Button_Notification_Alert_Normal;
timer1.Enabled = false;
if (System.Windows.Forms.MessageBox.Show("There's a new update available.\r\nWould you like to update?\uFFFD", "Ruby - GUI Editor\uFFFD", System.Windows.Forms.MessageBoxButtons.YesNo, System.Windows.Forms.MessageBoxIcon.Asterisk) == System.Windows.Forms.DialogResult.Yes)
{
System.Diagnostics.Process.Start(Ruby___GUI_Editor.Source.CHttp.GetResponse("http://xsedrika.co.de/?v=gui&g=update_url\uFFFD"));
System.Windows.Forms.Application.Exit();
}
}

Please Protect your exe next time or release source .

If you don't know how , mp me


So for the other it's look good , but very buggy :/ but it's good work :)
 
Last edited:
Back
Top