You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
What this change?
Deleted the invalid field left by history, which caused the initial random number seed set to be the same every time the program was executed. Although this will not affect the function of the program, it is safer to set a different random number seed every time it runs.
edc93a3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What this change?
edc93a3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deleted the invalid field left by history, which caused the initial random number seed set to be the same every time the program was executed. Although this will not affect the function of the program, it is safer to set a different random number seed every time it runs.
edc93a3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What number do you think is best? or it is fully random?
edc93a3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rest assured that the random value will not affect the value you have adjusted. You can continue to use the current values.
edc93a3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ADS = 100,
-- 腰射 | take aim
Aim = 0.55,
-- 二倍 | twice scope
scopeX2 = 1.3,
-- 三倍 | trebling scope
scopeX3 = 1.3,
-- 四倍 | quadruple scope
scopeX4 = 3.9,
-- 六倍 | sixfold scope
scopeX6 = 2.3,
how can i set it in game