Re: [Tut]How to make a multi-utility launcher for your players.
i use Visual Basic to make those stuffs
Re: [Tut]How to make a multi-utility launcher for your players.
Quote:
Originally Posted by
bugsweeper13
Haha beautiful guide, we need more of these people who know how to actually present instead of people like Moogra who just say they did stuff.
are you serious or joking? Moogra has done alot for the private server community, including releasing repacks that many noobs still use.
Re: [Tut]How to make a multi-utility launcher for your players.
Moogra was my hero till he/she started trollin :P:
Re: [Tut]How to make a multi-utility launcher for your players.
Quote:
Originally Posted by
xSilv3rbullet
I actually suggest using C# winforms instead of java.
I have done a (tiny) bit of C# and found making a winform pretty similar to Java , I just wasn't used to the API @_@ (And the convention... I'm not used to the first word in method names being capitalized like Console.WriteLine)
Re: [Tut]How to make a multi-utility launcher for your players.
Re: [Tut]How to make a multi-utility launcher for your players.
Anyway that I could make it look for the client in the same folder because I checked my path at least 10 times and it says unable to find client...
AND...
How can I change the backround colour
like to black or something
Re: [Tut]How to make a multi-utility launcher for your players.
Quote:
Originally Posted by
DisMyStory
Anyway that I could make it look for the client in the same folder because I checked my path at least 10 times and it says unable to find client...
@_@ Did you do the double backslashes instead of "\"?
Re: [Tut]How to make a multi-utility launcher for your players.
Re: [Tut]How to make a multi-utility launcher for your players.
Quote:
Originally Posted by
bboy242
are you serious or joking? Moogra has done alot for the private server community, including releasing repacks that many noobs still use.
Hes right,
Check ThePack BubblesDev
On-topic:
Good Guide (GG?)
Re: [Tut]How to make a multi-utility launcher for your players.
Nice guide, but can you add how to make a vote reminder?
Re: [Tut]How to make a multi-utility launcher for your players.
Quote:
Originally Posted by
Inertia
Nice guide, but can you add how to make a vote reminder?
Sure, its just adding one line >_>
Re: [Tut]How to make a multi-utility launcher for your players.
Ummm...when you give this client to people do they have to edit launcher prefs themselves to match their directory or does the laucher auto do that because i tried giving it to a friend and none of them worked coz it says that ut couldnt find the directory...so please help
Re: [Tut]How to make a multi-utility launcher for your players.
Your browser opening method fails.
PHP Code:
java.awt.Desktop.getDesktop().browse(new URI("http://www.google.com"));
And you should really use ProcessBuilder which allows you to run a process outside the local runtime.
Re: [Tut]How to make a multi-utility launcher for your players.
how could i make it show if the server was online or offline?
Re: [Tut]How to make a multi-utility launcher for your players.