Jump to content
Existing user? Sign In

Sign In



Sign Up
Search In
  • More options...
Find results that contain...
Find results in...

Search the Community

Showing results for tags 'launcher'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • RuneSuite Official
    • News & Announcements
    • Knowledge Base
    • Community Voting Polls
  • RSPS Advertise
    • RuneScape private servers
    • RSPS Youtuber Advertisement
  • RuneSuite Community
    • Introductions
    • General Discussion
  • RuneSuite RSPS Market
  • Runescape Private Server Development ( RSPS )
    • HQ RSPS Downloads
    • Rune Archive
    • RSPS WEB Downloads
    • RSPS Tools Downloads
    • RSPS Models
    • RSPS Show-off
    • RSPS Requests
    • RSPS Help
    • RSPS Tutorials
    • RSPS Configuration
  • RuneSuite Downloads: Other
    • Discord Downloads
  • Sponsored
    • Top RSPS Hosting 2024!
  • 2nd sponored
  • Tech World's AntiVirus
  • Tech World's Tech
  • Meme Dreams's Random Fucking Memes
  • trex's memes and misc

Posting Records Settings

  • Records
  • marketplace_category_2

Blogs

  • 1
  • aaaaaa
  • What is a RuneScape Private Server?
  • trex's memes
  • trex's rsps

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Location


RSPS JD

Between and

Facebook


Twitter


Youtube


Homepage


Skype


Discord

Found 5 results

  1. Hi there, releasing this little launcher (nothing major at all) as I noticed a lot of new servers still sending out 660495094 clients through their discords.. (This was still on my PC from 2 years ago I think?) Preview of launcher (don't mind the oversized favicon, you can change that): Download URL: [Hidden Content] Also released this due to the missing Kourend URL (it vanished idk why) Credits to Stackoverflow n Kingfox 99% Me 1% for just fixing it up and releasing.
  2. Decided to decompile and release this Launcher, might be fun for people to use. He used the released Launcher from Kingfox and modified it a tad, works fine & easy to use for every beginner. Enjoy DL Link: [Hidden Content] Launcher.zip
  3. Yes another leak that I have decompiled and tested. From what I could see once decompiled the launcher is the kingfox launcher that plays radioactive by piano.. I wouldn't personally use this but meh you can if you want.. No media as I cannot insert for some reason. Click to download Before you start flaming me for this release.. All I done was decompile the launcher, make the code look more readable than it was and archive/upload for you to download..
  4. I made a Launcher for a project I was working on, this is what it looks like: Whilst it's loading the client: Once it's downloaded and ready to play: The news are .png's you can host anywhere and link to, so you can make them update whenever, since it just fetches the png's every time the launcher opens. So keep in mind, although the launcher has news1.png, news2.png and news3.png there it doesn't read those, the other images provided in the source of the launcher are not fetched from the web and instead stored and used locally. I'll add a template for the news in .psd format you can use to just edit the text and image of a news image, so you don't have to struggle with alignment and such, but i'm at work so it has to wait till I get home, I don't have the file here. Here is the download link for the launcher, if anyone wants to use it. It hasn't been tested on Mac OS yet because it uses (what I believe to be) a windows specific function to get the users root directory, but I'll check it out and post info, maybe a version that works on Mac as well. How to get the client working: Step 0) Download the launcher, ofc. Step 1) Host your client somewhere and make sure it has a direct download link. (For example, if you put it on dropbox, you can add ?dl=1 at the end of the link to make it download directly upon opening the link) Step 2) Open up Launcher.java and find the call to the DownloadClient method: else{ //play.setEnabled(false); lblClientUpTo.setVisible(false); clientdl = true; new File(File.listRoots()[0].getAbsolutePath() + "/chpJar/").mkdir(); downloadClient("[Hidden Content]", File.listRoots()[0].getAbsolutePath() + "/chpJar/Ordale.jar"); } Change the first parameter of downloadClient from "[Hidden Content]" to your own client download link, you can also change the last parameter to something else, if you don't want the client to be saved in a folder called chpJar under the name Ordale (C:/chpJar/Ordale.jar would be the path if the users root dir is C:) After you do that, it should already work. To change the news images, look for: //Initialize the contents of the frame. private void initialize() { try { java.io.InputStream in = new URL("[Hidden Content]").openStream(); Files.copy(in, Paths.get(File.listRoots()[0].getAbsolutePath() + "/chpJar/news1.png"), StandardCopyOption.REPLACE_EXISTING); in = new URL("[Hidden Content]").openStream(); Files.copy(in, Paths.get(File.listRoots()[0].getAbsolutePath() + "/chpJar/news2.png"), StandardCopyOption.REPLACE_EXISTING); in = new URL("[Hidden Content]").openStream(); Files.copy(in, Paths.get(File.listRoots()[0].getAbsolutePath() + "/chpJar/news3.png"), StandardCopyOption.REPLACE_EXISTING); } catch (IOException e1) { // TODO Auto-generated catch block e1.printStackTrace(); } and change the URLs there. To change the Twitter and Facebook links, again, search for those URLs and change those. That should be it, hopefully someone finds some use out of this. Cheers
  5. Here's a nice client launcher for anyone looking for one. Download

Contact

ltlimes

RSPS Partners

RedemptionRSPS

What is a RSPS?

A RSPS, also known as RuneScape private server, is an online game based on RuneScape, and controlled by independent individuals.

Popular RSPS Servers

oldschoolrsps Runewild RedemptionRSPS

Disclaimer

Runesuite is not affiliated with runescape, jagex, rune-server and runelocus in any way & exists solely for educational purposes.

×
×
  • Create New...