Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Rejected Multiple Clients

Joined
Jul 17, 2014
Messages
108
I would love the ability to run multiple clients off of one open client. Like having multiple tabs running on the same open RuneMate.

Once RuneMate takes off and we have a huge influx of members and scripters I would love to be able to run 3 seperate clients, one that is running my 5 Runespan Accounts, one that is running my 5 Combat Accounts, and one that is running my 5 Runecrafters. Would definently help with my OCD/Organization haha.
 
Joined
Dec 13, 2013
Messages
83
I would love the ability to run multiple clients off of one open client. Like having multiple tabs running on the same open RuneMate.

Once RuneMate takes off and we have a huge influx of members and scripters I would love to be able to run 3 seperate clients, one that is running my 5 Runespan Accounts, one that is running my 5 Combat Accounts, and one that is running my 5 Runecrafters. Would definently help with my OCD/Organization haha.
With the way the current API is, that would cause problems in the future. If we had a non static API, that would have been possible, however, since our API is static, each new tab is basically a new game window.
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,012
Not quite true. All @Neospacian is asking for is tabs for purely organizational sake, which is definitely feasible with a little hacking. In fact you'd even get a slight performance gain. Correct me if I'm wrong @Cloud.
 
Engineer
Joined
Jul 28, 2013
Messages
2,777
Not quite true. All @Neospacian is asking for is tabs for purely organizational sake, which is definitely feasible with a little hacking. In fact you'd even get a slight performance gain. Correct me if I'm wrong @Cloud.
Multiple tabs within the client is not going to be implemented because it adds complications when utilizing a static API. Of course it is possible, but then thread management becomes something that needs to be considered when preparing a script, and then there is the biggest problem which is the fact that all GUI's share a single thread within java so if multiple script GUIs are all calling the API at once there is no way to figure out which environment to provide the data from.
 
Joined
Dec 13, 2013
Messages
83
Multiple tabs within the client is not going to be implemented because it adds complications when utilizing a static API. Of course it is possible, but then thread management becomes something that needs to be considered when preparing a script, and then there is the biggest problem which is the fact that all GUI's share a single thread within java so if multiple script GUIs are all calling the API at once there is no way to figure out which environment to provide the data from.
BASED CLOUD AGREES WITH ME!!!!!! WOOOOOOOOO
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,012
Multiple tabs within the client is not going to be implemented because it adds complications when utilizing a static API. Of course it is possible, but then thread management becomes something that needs to be considered when preparing a script, and then there is the biggest problem which is the fact that all GUI's share a single thread within java so if multiple script GUIs are all calling the API at once there is no way to figure out which environment to provide the data from.
Thus the "with a little hacking" condition. I'm going to push back, but we'll save that for another day in the post-public release future. :p
 
Top