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

Thread: 2 Questions

  1. #1
    Sergeant EvoloZz's Avatar
    Join Date
    Sep 2012
    Location
    Helsinki, Finland
    Posts
    360
    Thanks
    314
    Thanked 167 Times in 120 Posts

    Question 2 Questions

    Hey all, i have a weird problem. If a teammate bashes me I lose my weapon, that doesn't happen every time, but sometimes it does, i don't know if any scripts needed to post, so if you need any to help me. i will post.
    Also other question, what is PC_PATCH_1.1_DOWNLOADDISCONNECT? I get that a lot on my server when new players are trying to connect and download the mod. How to get rid of that?
    Thanks :P
    Last edited by EvoloZz; 21st February 2013 at 10:14.

  2. #2
    Private First Class
    Join Date
    Dec 2012
    Posts
    127
    Thanks
    132
    Thanked 114 Times in 63 Posts
    Code:
    PC_PATCH_1.1_DOWNLOADDISCONNECT
    I guess that you have a "Fast-Download"
    In your server.cfg you've got this:

    PHP Code:
    set sv_wwwDlDisconnected "1" 
    (it disconnecting clients don't know why...)

    change it to:

    PHP Code:
    set sv_wwwDlDisconnected "0" 
    The second question, when it happens, when bash mode is enabled, it hiding a weapon or throwing it on the ground ?
    Last edited by Jeplaa; 21st February 2013 at 11:06.

  3. The Following 2 Users Say Thank You to Jeplaa For This Useful Post:

    EvoloZz (21st February 2013),kung foo man (21st February 2013)

  4. #3
    Sergeant EvoloZz's Avatar
    Join Date
    Sep 2012
    Location
    Helsinki, Finland
    Posts
    360
    Thanks
    314
    Thanked 167 Times in 120 Posts
    Bashmode just removes all ammo from everyone, and it can happen anytime i think
    Last edited by EvoloZz; 21st February 2013 at 11:13.

  5. #4
    Private First Class
    Join Date
    Dec 2012
    Posts
    127
    Thanks
    132
    Thanked 114 Times in 63 Posts
    Ok but when you lose your weapon, only when your teammate bash you ?

  6. #5
    Sergeant EvoloZz's Avatar
    Join Date
    Sep 2012
    Location
    Helsinki, Finland
    Posts
    360
    Thanks
    314
    Thanked 167 Times in 120 Posts
    Yep only when a teammate bashes, also sometimes when teammate bashes the camera view goes in the middle

  7. #6
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    Hey,


    PC_PATCH_1.1_DOWNLOADDISCONNECT

    I was missing the language files, because i thought they are not needed. I've downloaded them now (thanks IzNoGod ) and now you just need to reconfigure the server and it will show the english download-disconnect message

    Are you using a public mod? I guess its mod-specific issue (need link to check the .gsc's).
    timescale 0.01

  8. #7
    Brigadier General
    Join Date
    Oct 2012
    Posts
    994
    Thanks
    20
    Thanked 588 Times in 388 Posts
    Quote Originally Posted by Jeplaa View Post
    Code:
    PC_PATCH_1.1_DOWNLOADDISCONNECT
    I guess that you have a "Fast-Download"
    In your server.cfg you've got this:

    PHP Code:
    set sv_wwwDlDisconnected "1" 
    (it disconnecting clients don't know why...)

    change it to:

    PHP Code:
    set sv_wwwDlDisconnected "0" 
    The second question, when it happens, when bash mode is enabled, it hiding a weapon or throwing it on the ground ?
    The sv_wwwDlDisconnected is a dvar left over from COD:United Offensive. Which was the first COD game to get HTTP redirection put in. It was a dvar intended to stop servers lagging while the client downloaded mods and maps. The game puts them into a side-bar cache, where they don't loose their player slot (so that another player takes it, and the returning client finds that the server is then full), but also technically aren't actually on the server.

    The dvar was invented at a time when server specifications weren't that great, and broadband connection speeds were even worse. As server specifications improved, and as broadband speeds improved, the dvar became rather redundant.

  9. The Following 3 Users Say Thank You to Tally For This Useful Post:

    EvoloZz (21st February 2013),Jeplaa (21st February 2013),kung foo man (21st February 2013)

  10. #8
    Private First Class
    Join Date
    Dec 2012
    Posts
    127
    Thanks
    132
    Thanked 114 Times in 63 Posts
    Ok thanks for the clarification Tally, now everything is clear.

  11. #9
    Sergeant EvoloZz's Avatar
    Join Date
    Sep 2012
    Location
    Helsinki, Finland
    Posts
    360
    Thanks
    314
    Thanked 167 Times in 120 Posts
    Not public, my own mod of course.

  12. #10
    Sergeant EvoloZz's Avatar
    Join Date
    Sep 2012
    Location
    Helsinki, Finland
    Posts
    360
    Thanks
    314
    Thanked 167 Times in 120 Posts
    Also the weapon drops if a teammate shoots at me...

Posting Permissions

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