QuestionCompassRadarUpdateTime???

Posts 18 of 8 · Page 1 of 1
CompassRadarUpdateTime???
I'm asking a little help with the compass. The update time is stuck to 4 even though the info says it's 0.01 - 60. I tried to change it in the console and in cfg but in the game it's always 4 and the cfg is re-written with the default value 4. Even setting the cfg "read only" doesn't help. Why is that? Does it need hacking to unlock it? If, then how it should be done?
it's not hard if you know how to do it.
0xF3FC3C0 <- this is the offset for steam
0xF3FC8C8 <- this is the offset for plutonium

Set it as a float, range is 0.0099999998 - 60.0, the lower the number, the faster it updates
Quote Originally Posted by bear8284 View Post
it's not hard if you know how to do it.
0xF3FC3C0 <- this is the offset for steam
0xF3FC8C8 <- this is the offset for plutonium

Set it as a float, range is 0.0099999998 - 60.0, the lower the number, the faster it updates
I don't have any kind of experience about such things which is why I ask help. Can you give me some step by step information.

Thanks in advance.

PS: I have the game downloaded via Steam but I use CodWaWmp.exe that is extracted from 1.7 patch which can be run outside Steam.
C'mon guys. Pls let the forum be useful place to get help. Such cryptic partial "instructions" doesn't help.
What is this forum for if you don't share your knowledge but keep it to yourself like some dirty little secrets?
Just let me know, are you going to help me or not. A full year is gone and only one comment but without willing to help.
Quote Originally Posted by bingbangpopcorn View Post
Just let me know, are you going to help me or not. A full year is gone and only one comment but without willing to help.
This won't be helpful if you're not familiar with C++ which is the entire point of post #3, but I'm putting this up for others who might come across this thread and are willing to make an effort. One year (close to two now) has passed and during that time you've not sought out how to change the value of the offset by yourself, that goes to show it wasn't really important to you and the way you're demanding and begging for help as if people in this forum are your little servants doesn't help either.

Code:
DWORD compassRadarUpdateTime = *(DWORD*)0xF3FC3C0;
*(float*)(compassRadarUpdateTime + 0xC) = 0.01;
Posts 18 of 8 · Page 1 of 1

Post a Reply

Tags for this Thread

None

Need help?