Realm Relay GUI 23.1+

Posts 115 of 26 · Page 1 of 2
Realm Relay GUI 23.1+
Screenshots:






Virus Scans
Jotti
Virustotal

Credits:
- Ninjin for the executable RR because I couldn't be bothered doing it myself :P
- IziLife for the original GUI concept.

Features:
- Server Changing
- Script Disabling/enabling

That's pretty much it so far, planning on some more exciting updates soon enough. Any ideas and suggestions are more than welcome.


*Fixed script disabling/enabling. Now you don't have to refresh.

Still can't figure out why it gives the missing realmrelay.jar error. Mind taking a look @krazyshank
RR GUI_mpgh.net_mpgh.net.zip5.0 MB · 1,172 downloads Clean
//Approved
You should make it update the lists when you disable/enable something that way the user doesn't need to manually hit refresh each time.

Also,
(if the attachment doesn't go through)

It is trying to access the jar file in the same directory as the exe. Moving the realmrelay into this directory fixes it but the scripting enabling/disabling is using the realmrelay folder.

It's not a big problem I can use the interface for enabling/disabling but I need to use the win_start instead of the start button to start RR.
Quote Originally Posted by lolwtfmyname View Post
You should make it update the lists when you disable/enable something that way the user doesn't need to manually hit refresh each time.

Also,
http://puu.sh/bpJJC/8b94f20be7.png (if the attachment doesn't go through)

It is trying to access the jar file in the same directory as the exe. Moving the realmrelay into this directory fixes it but the scripting enabling/disabling is using the realmrelay folder.

It's not a big problem I can use the interface for enabling/disabling but I need to use the win_start instead of the start button to start RR.
I'm getting that too, no idea why.
I guess it can't hurt opening the batch file whilst I work of a fix.
Hey just a quick code suggestion...
Instead of that massive 150 line if statement, you could make Dictionary<string, string>,
fill it:
Code:
Dictionary<string, string> Servers = new Dictionary<string, string>()
{
     { "USWest2", "54.193.168.4" },
     { "USWest3", "54.241.223.240"},
     etc
};

and in private void ButtonX10_Click(object sender, EventArgs e), you could just put
{
     string[] contents = File.ReadAllLines(yada yada);
     contents[3] = "remoteHost= " + Servers[ComboBox1.Text];
     File.WriteAllLines(yada yada);
}
And bam, 150 lines to like 10.

I like the UI btw
A useful release coming out in the release section, wut?
i keep getting a
"D:\Documents\RR GUI>java -jar realmrelay.jar
04:41:54 Mapping 90 packets.
04:41:54 Realm Relay listener problem. Make sure there are no instances of Realm Relay already running."
any idea why?
Quote Originally Posted by Kittycat871 View Post
i keep getting a
"D:\Documents\RR GUI>java -jar realmrelay.jar
04:41:54 Mapping 90 packets.
04:41:54 Realm Relay listener problem. Make sure there are no instances of Realm Relay already running."
any idea why?
Maybe make sure you have no other programs running the same jar, or just realmrelay in general.
//Update Approved
I've a suggestion-you should add a check in the Stop function because it's tries to stop an instance of RR which isn't running(so it throws a Null Reference Exception), if you click on Stop before clicking on Start.
Posts 115 of 26 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

Need help?