Thread: BattleScape Webclient

Results 1 to 8 of 8
  1. #1 BattleScape Webclient 
    Registered Member
    Chiief's Avatar
    Join Date
    Jun 2010
    Posts
    1,558
    Thanks
    70
    Thanked 244 Times in 149 Posts
    Rep Power
    611
    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?
    Reply With Quote  
     

  2. #2  
    5|-|0U7B0><0r |<1LL3r

    The K.Man's Avatar
    Join Date
    Apr 2008
    Posts
    296
    Thanks
    15
    Thanked 7 Times in 6 Posts
    Rep Power
    153
    Well it is possible and you should search for some turorials
    Reply With Quote  
     

  3. #3  
    Registered Member
    Chiief's Avatar
    Join Date
    Jun 2010
    Posts
    1,558
    Thanks
    70
    Thanked 244 Times in 149 Posts
    Rep Power
    611
    I know its possible.. I've searched for tutorials found 2 webclient tutorial's. Ric's which is non-renamed, and some other guy's, which sucks.
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Dec 2007
    Age
    20
    Posts
    1,918
    Thanks
    107
    Thanked 603 Times in 261 Posts
    Rep Power
    1019
    I released one, just rip shit from there.
    Reply With Quote  
     

  5. #5  
    Donator
    Winfeild_'s Avatar
    Join Date
    Oct 2008
    Age
    22
    Posts
    526
    Thanks
    6
    Thanked 16 Times in 10 Posts
    Rep Power
    64
    the code is already in the client you just have to un comment it
    Spoiler for Best Country in the world?:




    Proud Australian

    Reply With Quote  
     

  6. #6  
    RawR

    ¿Serenity?'s Avatar
    Join Date
    Jan 2008
    Age
    22
    Posts
    579
    Thanks
    19
    Thanked 3 Times in 3 Posts
    Rep Power
    188
    Quote Originally Posted by Winfeild_ View Post
    the code is already in the client you just have to un comment it

    So whats the code
    RAWR
    Reply With Quote  
     

  7. #7  
    Nope
    DeriveZoR's Avatar
    Join Date
    Dec 2008
    Posts
    998
    Thanks
    512
    Thanked 206 Times in 127 Posts
    Rep Power
    267
    Quote Originally Posted by ¿Serenity? View Post
    So whats the code
    If you didn't find it you cant of been working too hard.
    Reply With Quote  
     

  8. #8  
    Fuckin PRO

    Damien's Avatar
    Join Date
    Feb 2008
    Age
    21
    Posts
    2,630
    Thanks
    896
    Thanked 76 Times in 55 Posts
    Rep Power
    343
    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();
    			}
    		}
    	}
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •