Results 1 to 8 of 8

Thread: Forcing cvar on player before he connects

  1. #1
    Private
    Join Date
    Nov 2018
    Posts
    24
    Thanks
    1
    Thanked 8 Times in 7 Posts

    Forcing cvar on player before he connects

    Hey,

    I'd like to edit CoD:UO Executable to force cvar cl_allowdownload 1 on player before he connects so he will be able to download server files.
    Can anyone help me with it?

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

    kung foo man (16th September 2020)

  3. #2
    Private
    Join Date
    Jul 2015
    Location
    Ukraine
    Posts
    10
    Thanks
    2
    Thanked 5 Times in 5 Posts
    Maybe create a fake redirect server ,that will set cvar cl_allowdownload to 1, and then connect to the real one?

  4. The Following User Says Thank You to Dimitrio290 For This Useful Post:

    kung foo man (16th September 2020)

  5. #3
    Private
    Join Date
    Nov 2018
    Posts
    24
    Thanks
    1
    Thanked 8 Times in 7 Posts
    do you know how to make it?

  6. #4
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    Quote Originally Posted by Dimitrio290 View Post
    Maybe create a fake redirect server ,that will set cvar cl_allowdownload to 1, and then connect to the real one?
    Great idea if not for the part where you need the player to actually have a .menu file downloaded in order to do the reconnect.
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  7. #5
    Private
    Join Date
    Nov 2018
    Posts
    24
    Thanks
    1
    Thanked 8 Times in 7 Posts
    Yep thats how it should work like. I have menu like that

  8. #6
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    Quote Originally Posted by Prawy View Post
    Yep thats how it should work like. I have menu like that
    I see.

    But.

    Bear with me for a second here since the logic is pretty advanced.

    The client does not have downloading enabled. (keep this in mind, it will come back later)

    So you connect him to a proxy server where that cvar is set properly.

    You then force him to connect to the proper server by using a custom menu.

    A menu which he could not have downloaded since his downloading is disabled. (told you it would come back)

    So....
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  9. The Following User Says Thank You to IzNoGoD For This Useful Post:

    kung foo man (27th September 2020)

  10. #7
    Private
    Join Date
    Nov 2018
    Posts
    24
    Thanks
    1
    Thanked 8 Times in 7 Posts
    Quote Originally Posted by IzNoGoD View Post
    I see.

    But.

    Bear with me for a second here since the logic is pretty advanced.

    The client does not have downloading enabled. (keep this in mind, it will come back later)

    So you connect him to a proxy server where that cvar is set properly.

    You then force him to connect to the proper server by using a custom menu.

    A menu which he could not have downloaded since his downloading is disabled. (told you it would come back)

    So....
    Ok but let's say he have download enabled how to make fake server on proxy like Fabio. He did fake rotu server on 1.1,1.5 and 1.41

  11. #8
    Private
    Join Date
    Nov 2018
    Posts
    24
    Thanks
    1
    Thanked 8 Times in 7 Posts

    Smile

    Quote Originally Posted by IzNoGoD View Post
    I see.

    But.

    Bear with me for a second here since the logic is pretty advanced.

    The client does not have downloading enabled. (keep this in mind, it will come back later)

    So you connect him to a proxy server where that cvar is set properly.

    You then force him to connect to the proper server by using a custom menu.

    A menu which he could not have downloaded since his downloading is disabled. (told you it would come back)

    So....
    I made it working few weeks ago tbh but i just want fake redirect server

Posting Permissions

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