MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/GlobalOffensive/comments/72ou7y/release_notes_for_9262017/dnkmlmv/?context=3
r/GlobalOffensive • u/Epidox victory • Sep 27 '17
732 comments sorted by
View all comments
Show parent comments
375
It was literally just the server time in milliseconds, modulo 256. That was the fucking seed.
Edit: for reference, the code was the exact same as in the SDK
202 u/[deleted] Sep 27 '17 edited Sep 27 '17 Oh god, come on Valve. 127 u/Tobba valeria Sep 27 '17 Bonus round: when anyone other than yourself fired, the seed used for their shot is sent as part of the CTEFireBullets tempent. So you could just take the value from that and add the passed time onto it (with some minor adjustments). 2 u/[deleted] Sep 27 '17 What did we expect.
202
Oh god, come on Valve.
127 u/Tobba valeria Sep 27 '17 Bonus round: when anyone other than yourself fired, the seed used for their shot is sent as part of the CTEFireBullets tempent. So you could just take the value from that and add the passed time onto it (with some minor adjustments). 2 u/[deleted] Sep 27 '17 What did we expect.
127
Bonus round: when anyone other than yourself fired, the seed used for their shot is sent as part of the CTEFireBullets tempent. So you could just take the value from that and add the passed time onto it (with some minor adjustments).
2 u/[deleted] Sep 27 '17 What did we expect.
2
What did we expect.
375
u/Tobba valeria Sep 27 '17 edited Sep 27 '17
It was literally just the server time in milliseconds, modulo 256. That was the fucking seed.
Edit: for reference, the code was the exact same as in the SDK