Well it is possible and you should search for some turorials
|
|

Trying to change my battlescape client to a webclient.
I have gotten the cache loading from a different area to work. I cannot get so it auto downloads the cache though. I know it is the streamloader method, but I've been trying for a long time..
Someone please help?

I released one, just rip shit from there.
the code is already in the client you just have to un comment it

Im thinking of releasing my BattleScape Client...
Code:private StreamLoader streamLoaderForName(int i, String s, String s1, int j, int k) { byte abyte0[] = null; int l = 5; try { if(decompressors[0] != null) { abyte0 = decompressors[0].decompress(i); } if(abyte0 == null) { drawLoadingText(0, "Connecting To Server..."); new Update("http://website.com/cache.zip", "cache.zip", signlink.findcachedir()); abyte0 = decompressors[0].decompress(i); } } catch (Exception e) { e.printStackTrace(); } if(abyte0 != null) { StreamLoader streamLoader = new StreamLoader(abyte0); return streamLoader; } while (true) { drawLoadingText(0, "Error loading... Please Report!"); try { Thread.sleep(1000); } catch (Exception e) { e.printStackTrace(); } } }

| « [REFACTORED] is there any easier way of editting decompiled java files? | Messed Object loading.. » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |