• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 08:23
CEST 14:23
KST 21:23
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
RSL Season 1 - Final Week6[ASL19] Finals Recap: Standing Tall15HomeStory Cup 27 - Info & Preview18Classic wins Code S Season 2 (2025)16Code S RO4 & Finals Preview: herO, Rogue, Classic, GuMiho0
Community News
Esports World Cup 2025 - Brackets Revealed17Weekly Cups (July 7-13): Classic continues to roll8Team TLMC #5 - Submission extension3Firefly given lifetime ban by ESIC following match-fixing investigation17$25,000 Streamerzone StarCraft Pro Series announced7
StarCraft 2
General
Who will win EWC 2025? Esports World Cup 2025 - Brackets Revealed The Memories We Share - Facing the Final(?) GSL RSL Revival patreon money discussion thread The GOAT ranking of GOAT rankings
Tourneys
Sea Duckling Open (Global, Bronze-Diamond) FEL Cracov 2025 (July 27) - $8000 live event Sparkling Tuna Cup - Weekly Open Tournament RSL: Revival, a new crowdfunded tournament series $5,100+ SEL Season 2 Championship (SC: Evo)
Strategy
How did i lose this ZvP, whats the proper response
Custom Maps
External Content
Mutation # 482 Wheel of Misfortune Mutation # 481 Fear and Lava Mutation # 480 Moths to the Flame Mutation # 479 Worn Out Welcome
Brood War
General
Flash Announces (and Retracts) Hiatus From ASL BW General Discussion BGH Auto Balance -> http://bghmmr.eu/ Soulkey Muta Micro Map? [ASL19] Finals Recap: Standing Tall
Tourneys
[Megathread] Daily Proleagues CSL Xiamen International Invitational 2025 ACS Season 2 Qualifier Cosmonarchy Pro Showmatches
Strategy
Simple Questions, Simple Answers I am doing this better than progamers do.
Other Games
General Games
Stormgate/Frost Giant Megathread Path of Exile Nintendo Switch Thread CCLP - Command & Conquer League Project The PlayStation 5
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
Things Aren’t Peaceful in Palestine US Politics Mega-thread Russo-Ukrainian War Thread Stop Killing Games - European Citizens Initiative Summer Games Done Quick 2025!
Fan Clubs
SKT1 Classic Fan Club! Maru Fan Club
Media & Entertainment
Korean Music Discussion Movie Discussion! [Manga] One Piece Anime Discussion Thread [\m/] Heavy Metal Thread
Sports
2024 - 2025 Football Thread Formula 1 Discussion TeamLiquid Health and Fitness Initiative For 2023 NBA General Discussion
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List
Blogs
Ping To Win? Pings And Their…
TrAiDoS
momentary artworks from des…
tankgirl
from making sc maps to makin…
Husyelt
StarCraft improvement
iopq
Customize Sidebar...

Website Feedback

Closed Threads



Active: 674 users

CS:GO Sensitivity Problem

Forum Index > General Games
Post a Reply
Normal
weqn
Profile Joined July 2016
31 Posts
Last Edited: 2016-08-11 19:17:15
July 21 2016 15:59 GMT
#1
FULL EDITED POST

Do you feel struggle while aiming? well, not your fault.

This is a factual aspect

For those who have doubts about this command, m_pitch is responsible for the vertical sensitivity speed in the game, as m_yaw is responsible for the horizontal. Both combined determine the sensitivity speed factor.

This command has become protected to prevent abuses in the changing of the values, ​​that caused the servers to crash; And for example in CS:S, If you trigger this on your mouse1 while shooting in, it gives lesser recoil. These are the reasons for the command to be locked.

Taking this into account, these are the following settings m_pitch and m_yaw

"m_yaw" = "0.022"

"m_pitch" = "0.022000" ( def. "0.022" )

People have complained that 0.022000 is different from 0.022

0.022000 which is slightly faster than 0.022

The default value is 0.022, but its locked to 0.022000

Therefore, assuming there is some configuration error

Ok,

Lets convert them:

Decimal Representation - 0.022

Binary Representation - 00111100101101000011100101011000

Hexadecimal Representation - 0x3cb43958

After casting to double precision - 0.02199999988079071


Decimal Representation - 0.022000

Binary Representation - 00111100101101000011100101011000

Hexadecimal Representation - 0x3cb43958

After casting to double precision - 0.02199999988079071

They have equal 32-bit representation values so it is not how they are written in Source Code

So,

where you can find these commands? in a configuration file (a text that game loads) (config.cfg), Wich goes through a different code logic;

Then that means "0.022000" and "0.022" are text that Valve's Code has to read and interpret. It's perfectly possible that Valve's code has a bug in it, when interpreting from the text symbols "0.022000" to the actual number "0.022" ,so the problem might be in fact text-to-float conversion function.

Is this really an issue? Yes, the difference is small but is related to sensitivity which is crucial. This directly affects your ingame performance when it comes to aiming accucary.

brief explanation:

https://i.imgsafe.org/8d2bd74174.png

Console: https://i.imgsafe.org/8d29bc53f9.pn

From 2000 to 2012, CS 1.6

m_pitch 0.022

m_yaw 0.022

From 2004-2012, CS:Source

m_pitch 0.022

m_yaw 0.022

CS:GO

m_pitch 0.022000

m_yaw 0.022


If someone can please check it in runtime, please step foward.
Branch.AUT
Profile Blog Joined May 2010
Austria853 Posts
July 21 2016 16:09 GMT
#2
What are you saying here? I don't understand the purpose of this thread.

Are you saying not to change these two settings on console?
weqn
Profile Joined July 2016
31 Posts
July 21 2016 16:46 GMT
#3
No, I'm saying that the current sensitivity in CS:GO is not being calculated correctly , it means that you can even feel comfortable with your sensitivity but would have better accuracy with it corrected.

The current yaw and pitch values ​​are out of sync;
For this, Valve need to correct the current value of m_pitch which is a protected command, we can not change it, only if sv_cheats 1.
Ragnarork
Profile Blog Joined June 2011
France9034 Posts
Last Edited: 2016-07-21 17:42:44
July 21 2016 17:13 GMT
#4

Source Engine is written in CC++ Language, Depending on compiler and the settings made at compile time (fast float compiling) will determine how precise values are.
If written 0.0220000 then it may be 0.0220096 or something for example.
If written 0.022 then it can only be 0.022.


This is entirely and completely false.

Look for the IEEE754 standard which defines how floating point works (and which is the representation used by all the C++ compilers out there, though the standard specifies that it's up to them), and then come back and show me how the binary representations differ for "0.022" and "0.022000".

Hint: they don't.

Too lazy to check this but I'd bet any sane C++ compiler out there (be it Clang, gcc or even VC++) would just trim the 0 anyway beforehand (when it actually remove space, comments, etc. from a translation unit) in such cases at compile time (and even without aggressive optimization flags set up).

The two values are out of sync visually, but that's it.

EDIT: Here's a working code that shows you that, live on Coliru.
LiquipediaWanderer
weqn
Profile Joined July 2016
31 Posts
July 21 2016 18:01 GMT
#5
0.022000 and 0.022 are not necessarily the same when IEEE 754 floats, you should probably read this
http://floating-point-gui.de
Ragnarork
Profile Blog Joined June 2011
France9034 Posts
Last Edited: 2016-07-21 18:29:13
July 21 2016 18:22 GMT
#6
I think you missed my example where the code actually outputs the binary representations that are identical.

And saying "they are not necessary the same" shows a profound misunderstanding of floats and the IEEE754, which is determinist. That doesn't mean that 0.022 has an exact representation, but it will always be rounded to the same one (otherwise, we would have a VERY big problem with floats, as if there wasn't already traps with the most used representation).

Just linking one of the most well known guides about floating points doesn't magically make your argument right. There's nothing about extra 0s in there.



LiquipediaWanderer
weqn
Profile Joined July 2016
31 Posts
Last Edited: 2016-08-02 20:02:37
July 21 2016 19:40 GMT
#7
Yes, they are identical

so you are saying that
0.022 + 0.022000 = 0.022000
and not
0.022 + 0.022000 = 0.0220096 or something

I must explain this

ingame they act different when 0.022000 is set

if both set to 0.022 vertical and horizontal sensitivity is precise
if one set to 0.022 and other to 0.022000 sensitivity is precise but not as much as values above;
0.022 + 0.022000 somehow it is not as accurate as 0.022 + 0.022
checking in earlier versions of the counter-strike m_yaw and m_pitch values ​​it appears that both are 0.022 since all time

It is something related to the engine and the way it handles these settings compile + hardware + outputs
which causes this to happen
I just did the physical testing and research, I have no concrete evidence to show how both are different .
You know somehow it is possible to test both values ​​and prove that work differently ?
PunitiveDamages
Profile Joined June 2009
United States131 Posts
July 21 2016 19:51 GMT
#8
Unless there is a serious bug in their config parser's floating point value parsing, you are going to have the same representations for 0.022 and 0.022000.

The IEEE754 standard absolutely does not treat those constants any differently. Rounding and precision are (in this case) only going to rely on the underlying float type they chose.
BW forever
Ragnarork
Profile Blog Joined June 2011
France9034 Posts
Last Edited: 2016-07-21 20:15:17
July 21 2016 20:13 GMT
#9
What I'm actually saying is, if there's a difference, or whatever, this paragraph:


Source Engine is written in CC++ Language, Depending on compiler and the settings made at compile time (fast float compiling) will determine how precise values are.
If written 0.0220000 then it may be 0.0220096 or something for example.
If written 0.022 then it can only be 0.022.


is just dead wrong, whatever the context.

Any actual difference if provably existing must be explained differently, because this is not how it could happen.

It actually makes your title


(This happens because of: Floating-Point Arithmetic Calculations)


completely wrong as well.
LiquipediaWanderer
weqn
Profile Joined July 2016
31 Posts
Last Edited: 2016-07-21 20:56:07
July 21 2016 20:53 GMT
#10
[B] ingame they act different when 0.022000 is set

if both set to 0.022 vertical and horizontal sensitivity is precise
if one set to 0.022 and other to 0.022000 sensitivity is precise but not as much as values above;
0.022 + 0.022000 somehow it is not as accurate as 0.022
checking in earlier versions of the counter-strike m_yaw and m_pitch values ​​it appears that both are 0.022 since all time

It is something related to the engine and the way it handles these settings compile + hardware + outputs
which causes this to happen
I just did the physical testing and research, I have no concrete evidence to show how both are different .
You know somehow it is possible to test both values ​​and prove that work differently ?


I thinkyou missed my last post, so assuming that this is incorrect , what are the alternatives to this?
which may be the source of
0022 + 0.022000
be diferent from
0.022 + 0.022
in terms of accuracy / sensitivity

memory?
outputs?
PunitiveDamages
Profile Joined June 2009
United States131 Posts
July 21 2016 21:00 GMT
#11
How do you know there is a demonstrable difference?
Your video doesn't show anything measurable.

It also has a bunch of misleading and/or wrong comments on floating point values and how they are interpreted. (Ex: those two values aren't going to be 16bit vs 32bit floats since the type they get parsed into isn't changing.)
BW forever
Ragnarork
Profile Blog Joined June 2011
France9034 Posts
Last Edited: 2016-07-21 21:30:43
July 21 2016 21:25 GMT
#12
On July 22 2016 05:53 weqn wrote:
Show nested quote +
[B] ingame they act different when 0.022000 is set

if both set to 0.022 vertical and horizontal sensitivity is precise
if one set to 0.022 and other to 0.022000 sensitivity is precise but not as much as values above;
0.022 + 0.022000 somehow it is not as accurate as 0.022
checking in earlier versions of the counter-strike m_yaw and m_pitch values ​​it appears that both are 0.022 since all time

It is something related to the engine and the way it handles these settings compile + hardware + outputs
which causes this to happen
I just did the physical testing and research, I have no concrete evidence to show how both are different .
You know somehow it is possible to test both values ​​and prove that work differently ?


I thinkyou missed my last post, so assuming that this is incorrect , what are the alternatives to this?
which may be the source of
0022 + 0.022000
be diferent from
0.022 + 0.022
in terms of accuracy / sensitivity

memory?
outputs?


That you haven't thought of another explanation doesn't make this one valid automatically.

Also, I think this has been too long already, tapping out.
LiquipediaWanderer
weqn
Profile Joined July 2016
31 Posts
July 21 2016 21:42 GMT
#13
On July 22 2016 06:00 PunitiveDamages wrote:
How do you know there is a demonstrable difference?


Because the difference its noticeable ingame, not just me to notice but also many other people wich shared this with
PunitiveDamages
Profile Joined June 2009
United States131 Posts
July 21 2016 21:47 GMT
#14
On July 22 2016 06:42 weqn wrote:
Show nested quote +
On July 22 2016 06:00 PunitiveDamages wrote:
How do you know there is a demonstrable difference?


Because the difference its noticeable ingame, not just me to notice but also many other people wich shared this with

Unfortunately without a quantitative difference that you can measure, its going to be impossible to figure out if there is an actual difference in behavior.
And without that you can't find a source for the difference in behavior.

I'll echo again everything Ragnarork said; there is no difference between 0.022 and 0.022000 as far as floating point is concerned. If there is a real effect, it is not being caused by rounding or precision effects of floating point.
BW forever
weqn
Profile Joined July 2016
31 Posts
July 21 2016 21:48 GMT
#15
On July 22 2016 06:25 Ragnarork wrote:
Show nested quote +
On July 22 2016 05:53 weqn wrote:
[B] ingame they act different when 0.022000 is set

if both set to 0.022 vertical and horizontal sensitivity is precise
if one set to 0.022 and other to 0.022000 sensitivity is precise but not as much as values above;
0.022 + 0.022000 somehow it is not as accurate as 0.022
checking in earlier versions of the counter-strike m_yaw and m_pitch values ​​it appears that both are 0.022 since all time

It is something related to the engine and the way it handles these settings compile + hardware + outputs
which causes this to happen
I just did the physical testing and research, I have no concrete evidence to show how both are different .
You know somehow it is possible to test both values ​​and prove that work differently ?


I thinkyou missed my last post, so assuming that this is incorrect , what are the alternatives to this?
which may be the source of
0022 + 0.022000
be diferent from
0.022 + 0.022
in terms of accuracy / sensitivity

memory?
outputs?


That you haven't thought of another explanation doesn't make this one valid automatically.

Also, I think this has been too long already, tapping out.



please dont take as an offense but you are not helping... i asked if it is possible to test both values ​​and prove that both setups work differently ?
weqn
Profile Joined July 2016
31 Posts
Last Edited: 2016-07-21 22:15:06
July 21 2016 22:01 GMT
#16
On July 22 2016 06:47 PunitiveDamages wrote:
Show nested quote +
On July 22 2016 06:42 weqn wrote:
On July 22 2016 06:00 PunitiveDamages wrote:
How do you know there is a demonstrable difference?


Because the difference its noticeable ingame, not just me to notice but also many other people wich shared this with

Unfortunately without a quantitative difference that you can measure, its going to be impossible to figure out if there is an actual difference in behavior.
And without that you can't find a source for the difference in behavior.

I'll echo again everything Ragnarork said; there is no difference between 0.022 and 0.022000 as far as floating point is concerned. If there is a real effect, it is not being caused by rounding or precision effects of floating point.


Ok there is no difference in floats, numbers, values everything is precise.
both setups are precise

but 0.022
feels so much better to control;
feels so much precise;

looking into previous versions of counter-strike all versions had it 0.022 + 0.022, and not 0.022 + 0.022000 like CS:GO
theres got to be something with the engine/coding some bug i dont know what it can be ( you just made my mind clear about the floats)
i want to prove it, how can i prove both values? any programs or macros that would help figuring this out?
i would lost my time and other people time if i didn't had 100% about what im trying to say
PunitiveDamages
Profile Joined June 2009
United States131 Posts
July 21 2016 22:08 GMT
#17
On July 22 2016 07:01 weqn wrote:
Show nested quote +
On July 22 2016 06:47 PunitiveDamages wrote:
On July 22 2016 06:42 weqn wrote:
On July 22 2016 06:00 PunitiveDamages wrote:
How do you know there is a demonstrable difference?


Because the difference its noticeable ingame, not just me to notice but also many other people wich shared this with

Unfortunately without a quantitative difference that you can measure, its going to be impossible to figure out if there is an actual difference in behavior.
And without that you can't find a source for the difference in behavior.

I'll echo again everything Ragnarork said; there is no difference between 0.022 and 0.022000 as far as floating point is concerned. If there is a real effect, it is not being caused by rounding or precision effects of floating point.


Ok there is no difference in floats, numbers, values everything is precise.
both setups are precise

but 0.022
feels so much better to control;
feels so much precise;

looking into previous versions of counter-strike all versions had it 0.022 + 0.022, and not 0.022 + 0.022000 like CS:GO
theres got to be something with the engine/coding some bug i dont know what it can be ( you just made my mind clear about the floats)
i want to prove it, how can i prove both values? any programs ou macros that would help figuring this out?
i would lost my time and other people time if i didn't had 100% about what im trying to say


The only option I can think of would be to:
- Hook the CS:GO mouse input (obviously this is possible, since various hacks can spoof mouse inputs)
- Send a specific mouse movement (you can't do this manually or with a physical mouse)
- Record the results with different settings (0.022 and 0.022000) from the same starting point.

Then examine the recordings to see if the ingame crosshair movement is any different. If there isn't a difference then its not a real effect. If there is, then you've found a bug in how CS:GO handles mouse movements.

Good luck.
BW forever
weqn
Profile Joined July 2016
31 Posts
Last Edited: 2016-07-22 00:46:06
July 21 2016 22:21 GMT
#18
how do i set input mouse?

im not a programmer, is there some sort of program?
weqn
Profile Joined July 2016
31 Posts
July 22 2016 01:44 GMT
#19
can you please help me on that?
i have no ideia how to do it, i tryed macros but they dont work i had to move the mouse
please help me
weqn
Profile Joined July 2016
31 Posts
July 26 2016 02:55 GMT
#20
https://s32.postimg.org/5zn7g36v7/Untitled.jpg

Nixer
Profile Joined July 2011
2774 Posts
July 26 2016 03:57 GMT
#21
Is this a troll? This has been showing up a lot lately.

You've yet to show any proof, quantitative that is.
What you're claiming doesn't make much sense and as far as I'm aware it's been debunked in regards to how the engine would parse it so the burden of proof would fall entirely on you.
Graphics
Ragnarork
Profile Blog Joined June 2011
France9034 Posts
July 26 2016 09:34 GMT
#22
No, apparently this thread is fine.
LiquipediaWanderer
Turi
Profile Joined November 2011
Germany86 Posts
Last Edited: 2016-07-26 10:14:30
July 26 2016 10:13 GMT
#23
Ok, even if (and i do not think that this is so) you have a difference of 0.0000096 (~10⁻⁵) between vertical and horizontal movement.
Unless you have a 100K monitor, you will not get a measurable difference. And even then you would not be able to notice the difference yourself without help of some software.

So even if you are right, it would still not matter.
weqn
Profile Joined July 2016
31 Posts
Last Edited: 2016-07-26 13:48:36
July 26 2016 12:58 GMT
#24
On July 26 2016 12:57 Nixer wrote:
Is this a troll? This has been showing up a lot lately.

You've yet to show any proof, quantitative that is.
What you're claiming doesn't make much sense and as far as I'm aware it's been debunked in regards to how the engine would parse it so the burden of proof would fall entirely on you.


that post is confirmed in the 2013 SDK, source sdk 2013 is correct = m_pitch 0.022 m_yaw 0.022
we are in 2016;
It has been changed and there are bugs everywhere who are being fixed day after day


This has to do with the fact of how the outputs will handle the floats , Source Engine is not perfect , as you can see trailing zeros make the difference may be slight , which is slight , but still make a difference.
an amount that will not notice for casual players but professional players will notice .

Situational example :
this is like having a football cleats weighing 500g for other weighing 100g , who will have better performance?
probably a difference that casual players do not notice the difference but professional players do.
CS:GO is top world e-sport , there needs to be awareness in these aspects so that everything is for the best experience in competitive edge .
weqn
Profile Joined July 2016
31 Posts
Last Edited: 2016-07-26 13:24:31
July 26 2016 13:01 GMT
#25
weqn
Profile Joined July 2016
31 Posts
Last Edited: 2016-07-26 13:33:06
July 26 2016 13:32 GMT
#26
On July 26 2016 19:13 Turi wrote:
Ok, even if (and i do not think that this is so) you have a difference of 0.0000096 (~10⁻⁵) between vertical and horizontal movement.
Unless you have a 100K monitor, you will not get a measurable difference. And even then you would not be able to notice the difference yourself without help of some software.

So even if you are right, it would still not matter.



And,
do not forget that after the float , the sensitivity adds ingame value and windows (if raw input off )
which will cause that there is this slight difference , so yes regardless of screen size , yes , you will notice the difference.
weqn
Profile Joined July 2016
31 Posts
Last Edited: 2016-07-26 13:48:13
July 26 2016 13:46 GMT
#27

weqn
Profile Joined July 2016
31 Posts
Last Edited: 2016-07-26 13:48:21
July 26 2016 13:47 GMT
#28
Turi
Profile Joined November 2011
Germany86 Posts
Last Edited: 2016-07-26 22:49:22
July 26 2016 21:13 GMT
#29
No you will not? I know it is hard to get a feeling for numbers this small, but unless the the difference is somehow exacerbated by a factor of at least a thousand*, your own biological difference of sideways arm movement to forward and backward arm movement are bigger than the difference between these two movement values.

Also how does adding static data like window size have a influence on a simple difference? If you add the date you get the same absolute difference, and if you multiply you get same relative difference. And in this case both are so small that you get no measurable difference not matter what you do to the data.

To stay in your strange example: The difference between your two footballs cleats would not be 400 g. 500 g * 10^-5** are 5 mg. That is easily in spec. Two real footballs cleats will have a higher difference between them, even if they are the same model from the same manufacturer. And if the difference would be a thousand times bigger, you would still not notice a 5 g difference on 500 g football cleats (they would no longer be in spec, but that's precision engineering for you and also on longer relevant for this topic).

And you still have not shown that there is an actual difference btw. The way to measure it would to try to move your mouse*** in a 45° angle. If the resulting line has a different angle than 45°, one direction is measurable faster than the other. This has the nice feature of not needing two additional time measurements, which are less precise than a angle measurement.
Of course if you do it by software, a simple "move mouse in a line on x and on y for n seconds and record travel distance" could do the trick if you are very careful.

* I'm spit balling here, i do not have research on what difference in mouse movement can be noticed by a human. But considering that both movements are independent of each other and the hand movement is so different between sideways and for/backwards, i think that this is a save guess.

** I using the absolut difference, not the relative. While at first this felt wrong, we are talking about floating point errors here. The relative difference changes, but the absolut difference will always stay around ~10^-5 for this case,

*** Not by hand, your hand movement is not precise enough for such a measurement.
weqn
Profile Joined July 2016
31 Posts
Last Edited: 2016-07-27 21:39:36
July 27 2016 10:40 GMT
#30
I am Portuguese and I confess that I have to use google translator to understand you

Also how does adding static data like window size have the influence on the simple difference?

The screen size does not influence anything, this aspect is purely around the sensitivity and the screen size will not influence anything

And you still have not shown que there is an actual difference btw

Indeed not, the only thing I can give you is the feedback I got in my experiments, as well as people who also did, and confirmed that indeed there is a slight difference.
I do not have the knowledge to do this kind of testing "mechanical / programmable"
If you possess knowledge to do so please give a step forward, or some of those who are reading eventually.

I do not have research on what difference in mouse movement can be noticed by the human

If the noted difference was so small it hardly could feel, this issue was no longer relevant, and I would not waste time trying to expose you.
What happens is that in fact the mouse movement speed varies between these two settings is not something exaggerated, is not something tiny, but it is something light. And if this gets fixed we will have the same speed of horizontal mouse movement equal to vertical, which can, and I firmly believe that will surely improve in a certain way the accuracy of each player.
This is ugly programming.

Your hand movement is not enough need for such a measurement


If I do not understand programming and coding, how do you explain the fact that I find that there is something different between these two settings then ?
Believe me, if you are familiar with the game , you 'll be able to notice that there is a difference with regard to the movement of the mouse speed .
I use the same setup for years, I can quickly identify differences; and as I told you I'm not the one to say that there is difference.
Turi
Profile Joined November 2011
Germany86 Posts
July 28 2016 07:53 GMT
#31
There could be two factors at play:

a) Placebo effect (that is not a attack against you btw)
That is a real possibility here. You have yourself convinced that you have different movement speeds in different directions. Now you feel these differences, even if there is none. Human brains are stupid in this way and are easily fooled. That is why we need actual measurements, not feelings, to determine the truth.
That could also explain why there is a small group of people convinced of the same thing but not everyone (like it would be if there was a an actual difference). You have all convinced each other. Group dynamics are horrible.

b) An other bug
There could be an other bug that only hits a small group of people and results in different movement speeds.

But i do not believe at all that your explanation could be right. The difference would be just that small. And most likely not even there, considering that it does not make sense for the compiler to keep trailing zeros,
Bacillus
Profile Joined August 2010
Finland1923 Posts
Last Edited: 2016-07-28 10:37:15
July 28 2016 10:33 GMT
#32
I might take a bit of a look out of curiosity later on, I probably should know these things. The initial gut feeling is that the inaccuracy here is negligible compared to all the other inaccuracies you experience due to hardware, mouse surface, drivers and rest of the CS:GO input handling (assuming it actually exists in the first place).
weqn
Profile Joined July 2016
31 Posts
Last Edited: 2016-07-28 13:58:57
July 28 2016 13:33 GMT
#33
I did not took it as offensive, is not placebo effect , I immediately shared it with friends and acquaintances and they can use your me confirm that indeed there is a slight difference.
I would like to be wrong about this, because it's quite frustrating to know that something that is working in the wrong way and not have way to scientifically prove because I do not have that kind of knowledge.

I think this has to do with Source Engine and not with external settings , I let my setup anyway :
400 dpi
1.8 sensitivity
6/11 windows pointer speed
Enhance pointer precision OFF
500hz refresh rate
m_customaccel 0
m_rawinput 0

I do not know if this happens to m_rawinput 1 , but it should happen because this is something related to ingame factors by default and not with windows .
weqn
Profile Joined July 2016
31 Posts
July 31 2016 02:54 GMT
#34
Please guys, does anyone know a way to test both performances ?
so that it is proven that there is a difference ? please help!
weqn
Profile Joined July 2016
31 Posts
July 31 2016 13:16 GMT
#35
On July 28 2016 19:33 Bacillus wrote:
I might take a bit of a look out of curiosity later on, I probably should know these things. The initial gut feeling is that the inaccuracy here is negligible compared to all the other inaccuracies you experience due to hardware, mouse surface, drivers and rest of the CS:GO input handling (assuming it actually exists in the first place).


Do you know any way to test both performances in order to prove that there is a difference?
weqn
Profile Joined July 2016
31 Posts
Last Edited: 2016-08-01 13:15:35
August 01 2016 13:15 GMT
#36
weqn
Profile Joined July 2016
31 Posts
Last Edited: 2016-08-01 13:15:24
August 01 2016 13:15 GMT
#37
bduddy
Profile Joined May 2012
United States1326 Posts
August 02 2016 01:43 GMT
#38
On July 31 2016 22:16 weqn wrote:
Show nested quote +
On July 28 2016 19:33 Bacillus wrote:
I might take a bit of a look out of curiosity later on, I probably should know these things. The initial gut feeling is that the inaccuracy here is negligible compared to all the other inaccuracies you experience due to hardware, mouse surface, drivers and rest of the CS:GO input handling (assuming it actually exists in the first place).


Do you know any way to test both performances in order to prove that there is a difference?
Find a friend. Explain it to him. Have him set it up one way, and not tell you which one. Test it out, and report your findings. Then have him switch the settings, and test it again. This isn't perfect, because he knows the difference - to minimize any possible effects, minimize any kind of contact with your friend during the experiment (talking to him, etc.).

And stop triple posting...
>Liquid'Nazgul: Of course you are completely right
cptmcgroovy
Profile Joined August 2016
1 Post
Last Edited: 2016-08-02 12:32:44
August 02 2016 12:31 GMT
#39
On July 26 2016 11:55 weqn wrote:
https://s32.postimg.org/5zn7g36v7/Untitled.jpg




It is very well known that the change in resolution changes the sensitivity, though I fail to see how this backs up your arguments?

Obviously, 1.8 is the same as 1.800000, there's hardly any possible debate about this, that picture merely says that resolution affects sensitivity, which I've personally known since the late 90's/early 2000's by playing Quake etc..

I think you're mixing things up here tbh.

btw you should put rawinput on 1.
weqn
Profile Joined July 2016
31 Posts
August 02 2016 19:25 GMT
#40
On August 02 2016 10:43 bduddy wrote:
Show nested quote +
On July 31 2016 22:16 weqn wrote:
On July 28 2016 19:33 Bacillus wrote:
I might take a bit of a look out of curiosity later on, I probably should know these things. The initial gut feeling is that the inaccuracy here is negligible compared to all the other inaccuracies you experience due to hardware, mouse surface, drivers and rest of the CS:GO input handling (assuming it actually exists in the first place).


Do you know any way to test both performances in order to prove that there is a difference?
Find a friend. Explain it to him. Have him set it up one way, and not tell you which one. Test it out, and report your findings. Then have him switch the settings, and test it again. This isn't perfect, because he knows the difference - to minimize any possible effects, minimize any kind of contact with your friend during the experiment (talking to him, etc.).

And stop triple posting...


I did that already, but that is trash to valve, they think its a "montage"


I do not know how to prove it scientifically. It is something that you feel the mouse movement with respect to mouse sensitivity . I'm not the only one that I share this opinion , many others who tested also able to identify the difference , so we are players and not programmers, so do not have the necessary knowledge to prove scientifically ; or in some way that makes it clear the difference in the mouse movement speed

people say:
0.022
and
0.022000
are the same number ;

i agree , but
0.022000 feels faster than
0.022

what is the explanation for this?
what may be causing this difference in mathematically correct values ​​?

this is what has to be proven , but how?
weqn
Profile Joined July 2016
31 Posts
Last Edited: 2016-08-02 19:29:56
August 02 2016 19:29 GMT
#41
On August 02 2016 21:31 cptmcgroovy wrote:
Show nested quote +
On July 26 2016 11:55 weqn wrote:
https://s32.postimg.org/5zn7g36v7/Untitled.jpg




It is very well known that the change in resolution changes the sensitivity, though I fail to see how this backs up your arguments?

Obviously, 1.8 is the same as 1.800000, there's hardly any possible debate about this, that picture merely says that resolution affects sensitivity, which I've personally known since the late 90's/early 2000's by playing Quake etc..

I think you're mixing things up here tbh.

btw you should put rawinput on 1.


i think you should read the first paragraph, when i say: "(...)example"

[B]btw you should put rawinput on 1

Thanks, but ive been playing 10years with no rawinput, and csgo rawinput is not that good
bduddy
Profile Joined May 2012
United States1326 Posts
August 05 2016 17:52 GMT
#42
On August 03 2016 04:25 weqn wrote:
Show nested quote +
On August 02 2016 10:43 bduddy wrote:
On July 31 2016 22:16 weqn wrote:
On July 28 2016 19:33 Bacillus wrote:
I might take a bit of a look out of curiosity later on, I probably should know these things. The initial gut feeling is that the inaccuracy here is negligible compared to all the other inaccuracies you experience due to hardware, mouse surface, drivers and rest of the CS:GO input handling (assuming it actually exists in the first place).


Do you know any way to test both performances in order to prove that there is a difference?
Find a friend. Explain it to him. Have him set it up one way, and not tell you which one. Test it out, and report your findings. Then have him switch the settings, and test it again. This isn't perfect, because he knows the difference - to minimize any possible effects, minimize any kind of contact with your friend during the experiment (talking to him, etc.).

And stop triple posting...


I did that already, but that is trash to valve, they think its a "montage"


I do not know how to prove it scientifically. It is something that you feel the mouse movement with respect to mouse sensitivity . I'm not the only one that I share this opinion , many others who tested also able to identify the difference , so we are players and not programmers, so do not have the necessary knowledge to prove scientifically ; or in some way that makes it clear the difference in the mouse movement speed

people say:
0.022
and
0.022000
are the same number ;

i agree , but
0.022000 feels faster than
0.022

what is the explanation for this?
what may be causing this difference in mathematically correct values ​​?

this is what has to be proven , but how?
WTF do you mean by "montage"?

This is probably why you're seeing an effect: https://en.wikipedia.org/wiki/Placebo#Effects
>Liquid'Nazgul: Of course you are completely right
weqn
Profile Joined July 2016
31 Posts
August 05 2016 23:41 GMT
#43
Montage = Video
This difference is something that, even you can visually identify with some ease , if you are familiar with the game.
Is that placebo effect also? or or eye problems?
This is not placebo;

weqn
Profile Joined July 2016
31 Posts
August 08 2016 00:13 GMT
#44
I try to explain better in here, please look

https://s7.postimg.org/ye5pzn2p5/asdadsad.jpg

And the problem is, the game says default "0.022" but is set to "0.022000" ! and we cant change it, it's protected!
weqn
Profile Joined July 2016
31 Posts
August 10 2016 17:48 GMT
#45
does anyone know how to check this at runtime?
stmdev
Profile Joined August 2016
1 Post
Last Edited: 2016-08-11 13:02:24
August 10 2016 20:18 GMT
#46
It is not about the floats to guess, its the text-to-float conversion, in fact they are buggy
https://www.reddit.com/r/GlobalOffensive/comments/4x39vo/bug_in_m_pitch_command_texttofloat/
weqn
Profile Joined July 2016
31 Posts
August 11 2016 19:17 GMT
#47
UP, FULL EDITED POST!
Normal
Please log in or register to reply.
Live Events Refresh
Epic.LAN
12:00
Epic.LAN 45 Playoffs Stage
Liquipedia
CranKy Ducklings
10:00
Sea Duckling Open #136
CranKy Ducklings114
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
mouzHeroMarine 524
StarCraft: Brood War
Barracks 3624
actioN 2170
Larva 1236
Hyuk 1048
Mini 995
Stork 567
Soma 505
firebathero 438
TY 267
Pusan 252
[ Show more ]
Last 244
Dewaltoss 144
Hyun 113
JulyZerg 86
ToSsGirL 81
Backho 68
Bonyth 49
Light 23
GoRush 17
Icarus 10
SilentControl 7
Dota 2
Gorgc8586
singsing2843
qojqva389
XcaliburYe285
Fuzer 179
canceldota51
Counter-Strike
Stewie2K18
sgares0
Super Smash Bros
Westballz32
Heroes of the Storm
Khaldor199
Other Games
B2W.Neo1802
DeMusliM395
Lowko173
Trikslyr24
Organizations
Other Games
gamesdonequick2645
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• Berry_CruncH252
• sitaska43
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• Michael_bg 2
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Jankos1255
• Nemesis818
Upcoming Events
CSO Contender
4h 37m
Sparkling Tuna Cup
21h 37m
Online Event
1d 3h
Esports World Cup
2 days
ByuN vs Astrea
Lambo vs HeRoMaRinE
Clem vs TBD
Solar vs Zoun
SHIN vs Reynor
Maru vs TriGGeR
herO vs Lancer
Cure vs ShoWTimE
Esports World Cup
3 days
Esports World Cup
4 days
Esports World Cup
5 days
CranKy Ducklings
6 days
Liquipedia Results

Completed

CSL Xiamen Invitational: ShowMatche
RSL Revival: Season 1
Murky Cup #2

Ongoing

BSL 2v2 Season 3
Copa Latinoamericana 4
Jiahua Invitational
BSL20 Non-Korean Championship
CSL Xiamen Invitational
2025 ACS Season 2
Championship of Russia 2025
Underdog Cup #2
FISSURE Playground #1
BLAST.tv Austin Major 2025
ESL Impact League Season 7
IEM Dallas 2025
PGL Astana 2025
Asian Champions League '25

Upcoming

CSLPRO Last Chance 2025
CSLPRO Chat StarLAN 3
BSL Season 21
RSL Revival: Season 2
SEL Season 2 Championship
uThermal 2v2 Main Event
FEL Cracov 2025
Esports World Cup 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.