Xlauncher - with autoupdate =d
6 days of non-stop coding and finally Xlauncher BETA is out :D
download here.
http://rapidshare.com/files/17714082..._____.rar.html
Mirror
http://files.filefront.com/Bounty+Hunter+ROCKS+rar
Extract the RAR somewhere on your deskptop
Mirrior MediaFire
http://www.mediafire.com/?sharekey=c...db6fb9a8902bda
Step1:
How to use, go to http://www.microsoft.com/express/2005/ and download Visual C# 2005, make sure to get 2005 and not 2008, 2008 will work but i prefer 2005 coz its less buggy =D.
Step2:
After you install C# 2005, open up the Folder called "BountyUpdate" and search for BountyUpdate.CSPROJ and run it. When you run the file it should open up with the Visual C# 2005 IDE. Leave that up for the moment and open the folder called Xlauncher and click on bin then click on release. Click on Version.dat and open it with Notepad. Change its contents to "1.01" ignoring the " ". Upload it to your webhost. Also Upload 4 other mrs files or your GunZ.exe that you want updated to your webhost.
Step3:
Go back to the BountyUpdate Visual C# project and look for
Code:
Update1 = "http://nextgenx.110mb.com/Bounty/Version.dat";
Change it to the place where you uploaded your Version.dat. Edit
Code:
Update2 = "http://www.marmalademedia.com.au/download/flashamp3/Win/FlashAmpPro3.zip";
With link of the mrs or exe file u want update, repeat this for update 3 , update 4 and update 5.
Step4:
Click on build then build solution, or press F6 and it should compile the UpdateBounty.dll .
Go to BountyUpdate\BountyUpdate\bin\Release and copy paste the dll into Xlauncher\Xlauncher\bin\Release.
Step5:
Open up Xlauncher.CSPROJ (project file) and while inside the Visual C# IDE click on Xlauncher.cs
You should see the launcher interface. Double Click on the red button which says "START" This code should appear
Code:
private void StartButton_Click(object sender, EventArgs e)
{
try
{
BountyX.StartGunZ("GunZ.exe");
}
catch
{
MessageBox.Show("GunZ EXE could not be loaded", "EXE Error", MessageBoxButtons.OK);
}
Change "GunZ.exe" to the name of your exe, and also inlcude the " " .
After that scroll up untill you find
Code:
private void Xlauncher_Load(object sender, EventArgs e)
{
UpdateValue();
// Put your site link in there :D
GunZWeb.Navigate("www.yahoo.com");
BountyUpdate.GiveValue();
edit Yahoo.com with your site url and dont forget to leave in the " ".
Step6:
Build the solution or press F6. Navigate to Xlauncher\Xlauncher\bin\Release and run the application.
Your Launcher is done :D
Credits:
Me - for coding the Launcher and designing the Interface
CrashPoint - for giving me support and ideas
Nobody-666 - for giving me ideas
*Note, if you have experience with C# then you can add more to the launcher :D
If you have any problems, or like to ask a question, please post here =)
THANKS :D :blushing:
Re: Xlauncher - with autoupdate =d
Re: Xlauncher - with autoupdate =d
nice but cant you just compile it and release here? I dont have time to install new stuff on my comp
Re: Xlauncher - with autoupdate =d
If i compile it, then it would update my stuff and launch my exe >_>.
Unless you tell me where your updates are and what exe u r using, i can make a compile for u :D
Re: Xlauncher - with autoupdate =d
does this work with encryptions?
Re: Xlauncher - with autoupdate =d
Quote:
Originally Posted by
Asumi
does this work with encryptions?
idk what your talking about but this laucnher can download any file, any mrs file, or w.e :D
Re: Xlauncher - with autoupdate =d
Nice, keep on the good work.
Re: Xlauncher - with autoupdate =d
Re: Xlauncher - with autoupdate =d
Quote:
Originally Posted by
bounty-hunter
idk what your talking about but this laucnher can download any file, any mrs file, or w.e :D
encrypted .mrs files.
Re: Xlauncher - with autoupdate =d
In that case, yes it does =p
Re: Xlauncher - with autoupdate =d
omfg, you kick ass. i rate it 20/10. lolz.
Keep it up man.
Re: Xlauncher - with autoupdate =d
Quote:
Originally Posted by
shortymant
omfg, you kick ass. i rate it 20/10. lolz.
Keep it up man.
^_^ ty, 6 days of hard work surely does pay off :D
Re: Xlauncher - with autoupdate =d
Woot ps: Gimme screenie i wanna see how it looks (A) xD
Re: Xlauncher - with autoupdate =d
-___-"
the splash screen, you can change it if u want
http://i264.photobucket.com/albums/i...gamerz/lol.jpg
The Launcher Interface
http://i264.photobucket.com/albums/i...amerz/lol1.jpg
Launcher with webbrowser =D
http://i264.photobucket.com/albums/i...amerz/lol2.jpg
but if you download it, theres heeps of animations :D
Re: Xlauncher - with autoupdate =d
Pretty nice but i will first try to polymorph my zpatchbuilder to do updates if it doesn't work i will use your launcher!