Results 1 to 10 of 28

Thread: Increase download speed COD2 1.0

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    Quote Originally Posted by Ni3ls View Post
    Hi all,

    Since you managed to hex edit the COD2 binaries, is it possible for you to have a look at COD2 1.0 binaries? Maybe you can crack it so it will have the same download speed as 1.2 and 1.3.
    Adding www download to 1.0 is not possible, because it also requires changes in the client.

    PHP Code:
    // based on the rate, how many bytes can we fit in the snapMsec time of the client
    // normal rate / snapshotMsec calculation
    rate cl->rate;
    if ( 
    sv_maxRate->integer ) {
        if ( 
    sv_maxRate->integer 1000 ) {
            
    Cvar_Set"sv_MaxRate""1000" );
        }
        if ( 
    sv_maxRate->integer rate ) {
            
    rate sv_maxRate->integer;
        }

    Last edited by Mitch; 24th February 2014 at 11:24.

  2. The Following User Says Thank You to Mitch For This Useful Post:

    Ni3ls (24th February 2014)

Posting Permissions

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