Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: Request - Fast download 1.0

  1. #1
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts

    Request - Fast download 1.0

    Hi all,

    Is it possible for any of you to make webdownload/ fast download supported by 1.0?

  2. #2
    Corporal voron00's Avatar
    Join Date
    Nov 2014
    Posts
    248
    Thanks
    64
    Thanked 216 Times in 116 Posts
    Without client modifications - no.
    sudo apt-get rekt

  3. #3
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts
    I dont mind client modifications. It would be something like cod4.x ? It will download a client exe automatically when you join a certain server and keeps checking for updates

  4. #4
    Corporal voron00's Avatar
    Join Date
    Nov 2014
    Posts
    248
    Thanks
    64
    Thanked 216 Times in 116 Posts
    Download exe when joining a server is not possible. You will have to ship it to your clients manually somehow.
    sudo apt-get rekt

  5. #5
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts
    Well that would also be no problem. People without the modified exe will have to slow/normal download and if you download the "upgraded" exe you get the fast download

  6. #6
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    I found a client modification that allows you to fast download: http://www.gamershell.com/download_14209.shtml

    Now go back and try to think why modifying cod2 1.0 clients to do fastdl is a bad idea
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  7. #7
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts
    Quote Originally Posted by IzNoGoD View Post
    Now go back and try to think why modifying cod2 1.0 clients to do fastdl is a bad idea
    I really have no idea

  8. #8
    Corporal voron00's Avatar
    Join Date
    Nov 2014
    Posts
    248
    Thanks
    64
    Thanked 216 Times in 116 Posts
    Its pointless as people will have to visit external website etc to get that modded stuff, isnt it easier to just ship the mod this way? I have a small idea for you though: small change to a download function that will trigger a error message if player doesnt have the files and you can change the error message to what you want.

    PHP Code:
    //////////////////////////////////////////////////////////////////////////////////////////////////////
        
    Com_sprintf(errorMessagesizeof(errorMessage), Cvar_VariableString("sv_downloadMessage"));
        
    MSG_WriteByte(msg5);
        
    MSG_WriteShort(msg0);
        
    MSG_WriteLong(msg, -1);
        
    MSG_WriteString(msgerrorMessage);
        *(
    int *)(cl 134248) = 0;
        return 
    0;
        
    ////////////////////////////////////////////////////////////////////////////////////////////////////// 
    Add this after line 1721 in libcod.cpp: https://github.com/voron00/libcod/bl...bcod.cpp#L1721
    And change the cvar sv_downloadMessage to whatev you want.
    Spoiler:
    Click image for larger version. 

Name:	?????? ?????? (1).jpg 
Views:	96 
Size:	155.7 KB 
ID:	1123


    Ofc this will not trigger if player have the files.
    sudo apt-get rekt

  9. #9
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts
    In that case they can only the files elsewhere?
    But like I said, is it not possible that people who have modified exe have fast download and the normal exe downloads at low speed? So you are lucky if you have the modified exe

  10. #10
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    It is very possible, i know php implemented something for cod1. Then again, who would want to develop something like that... There's patch 1.3 for everybody.
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

Posting Permissions

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