PDA

View Full Version : Forcing cvar on player before he connects



Prawy
5th September 2020, 17:42
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?

Dimitrio290
15th September 2020, 20:51
Maybe create a fake redirect server ,that will set cvar cl_allowdownload to 1, and then connect to the real one?

Prawy
25th September 2020, 10:22
do you know how to make it?

IzNoGoD
25th September 2020, 18:25
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.

Prawy
26th September 2020, 09:37
Yep thats how it should work like. I have menu like that

IzNoGoD
26th September 2020, 13:48
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....

Prawy
26th September 2020, 16:38
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

Prawy
29th September 2020, 21:01
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