Hi all.
I have a question. I occasionally play on a server where I suspect that shock rifle damage/combo diameter was tweaked server side (to make it stronger and with larger diameter). Is there any way to check my suspicions (and other weapon configs) from client side with some logs/debug commands? I can connect to server any time/record demo, but I'm not admin
UT99: check weapon configuration from client?
-
- Novice
- Posts: 5
- Joined: Mon Jun 08, 2020 9:48 pm
-
- Godlike
- Posts: 1052
- Joined: Mon Aug 31, 2015 12:58 pm
- Personal rank: Dialed in.
Re: UT99: check weapon configuration from client?
I guess your best way is, to convert the cache you download from the server.
And import those files into the editor, to see which values got modified to compare it to the original.
And import those files into the editor, to see which values got modified to compare it to the original.
-
- Adept
- Posts: 427
- Joined: Tue Feb 21, 2012 7:29 pm
Re: UT99: check weapon configuration from client?
Or you could ask the admin of the server for the information.
-
- Inhuman
- Posts: 851
- Joined: Wed Mar 12, 2008 7:14 pm
- Personal rank: I.T Master
- Location: New York
Re: UT99: check weapon configuration from client?
I noticed this on our newnet combogib server. The shock combo hits and kills outside the actual shock combo radius.. very weird.Andyyyyyyyyy wrote: ↑Tue Jun 09, 2020 3:18 am Hi all.
I have a question. I occasionally play on a server where I suspect that shock rifle damage/combo diameter was tweaked server side (to make it stronger and with larger diameter). Is there any way to check my suspicions (and other weapon configs) from client side with some logs/debug commands? I can connect to server any time/record demo, but I'm not admin
https://www.vulpinemission.com
Rocket-X8 FLY JETS!
MONSTERHUNT w/ NALI WEAPONS 3 + RX8
BUNNYTRACK NY
SNIPER DEATHMATCH
InstaGib + ComboGib + Jailbreak
ROSEBUM ROCKET-X RB
Rocket-X8 FLY JETS!
MONSTERHUNT w/ NALI WEAPONS 3 + RX8
BUNNYTRACK NY
SNIPER DEATHMATCH
InstaGib + ComboGib + Jailbreak
ROSEBUM ROCKET-X RB
-
- Novice
- Posts: 5
- Joined: Mon Jun 08, 2020 9:48 pm
Re: UT99: check weapon configuration from client?
Thanks, that Sounds doable. Could you advice where to look for proper file? I have no idea where to start
-
- Godlike
- Posts: 1052
- Joined: Mon Aug 31, 2015 12:58 pm
- Personal rank: Dialed in.
Re: UT99: check weapon configuration from client?
Same unfortunatly.Andyyyyyyyyy wrote: ↑Wed Jun 10, 2020 7:23 amThanks, that Sounds doable. Could you advice where to look for proper file? I have no idea where to start
But probably some do here.
-
- Godlike
- Posts: 3760
- Joined: Sat Sep 12, 2015 8:46 pm
Re: UT99: check weapon configuration from client?
Do you mean how to find files in the cache?Andyyyyyyyyy wrote: ↑Wed Jun 10, 2020 7:23 am Thanks, that Sounds doable. Could you advice where to look for proper file? I have no idea where to start
-
- Godlike
- Posts: 3009
- Joined: Fri Sep 25, 2015 9:01 pm
- Location: moved without proper hashing
Re: UT99: check weapon configuration from client?
If the weapon is modified by a server-side-only Mutator, it is impossible for clients to gain the code.Andyyyyyyyyy wrote: ↑Wed Jun 10, 2020 7:23 amCould you advice where to look for proper file? I have no idea where to start
If the code is also available for clients, I'd do the following:
- Rename your UT cache directory temporarily.
- Start UT and connect to the server where you noticed the changed weapon. UT will create a new cache directory and stores all files there the server sends to you.
- Verify that the weapon behaves as you noticed earlier.
- Stop UT.
- Identify all files in the cache with extension "u" by inspecting the file "Cache.ini" in the cache directory.
- Open these files with a text editor and look for corresponding code, for example by searching for the weapon name.
"If Origin not in center it be not in center." --Buggie
-
- Novice
- Posts: 5
- Joined: Mon Jun 08, 2020 9:48 pm
-
- Godlike
- Posts: 3760
- Joined: Sat Sep 12, 2015 8:46 pm
Re: UT99: check weapon configuration from client?
You can use UTPT.exe (Unreal Tournament Package Tool) - this has a number of functions besides viewing the content of, and decompiling, .u files and so it's a very useful tool. You should be able to download it at the usual UT repositories (&file=utpt20beta5.zip). There are others like WOTgreal as well.