Advertisement
Guest User

Untitled

a guest
Feb 4th, 2013
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.55 KB | None | 0 0
  1. Never tell your password to anyone.
  2. zondag 3 februari 2013
  3. 20:53 - lwf: hi
  4. 20:53 - this.XKLL: hello, I'm Casual on etf2l and I thought I'd contact you in regard of my plugin
  5. 20:53 - lwf: oh
  6. 20:54 - lwf: okay?
  7. 20:54 - this.XKLL: uhm since I think I overreacted a bit on etf2l I thought that maybe we could work something out that would help everyone
  8. 20:54 - lwf: sounds interesting
  9. 20:55 - this.XKLL: first, I'm going to assume there's manual work involved in banning the people setting their fov setting outside of the valve restricted range?
  10. 20:55 - this.XKLL: (since your banlist mentions an admin name and not 'CONSOLE' or w/e)
  11. 20:56 - lwf: yes. in fact, i considered stopping because it was too much work. for a long time there were only a few players doing it so they were warned and such. lately however there has been a huge increase in popularity.
  12. 20:56 - this.XKLL: well
  13. 20:56 - this.XKLL: I've seen you guys use SMAC on your pub servers
  14. 20:56 - this.XKLL: you can configure smac to automate this checking
  15. 20:57 - lwf: i know, i disabled smac banning, though admins has been pushing for me to enable it
  16. 20:57 - lwf: just commented out that function. like to go through the log and verify everything we can.
  17. 20:57 - this.XKLL: well, I just wanted to suggest using its convar checker to kick people for fov_desired outside [75,90] range
  18. 20:57 - lwf: but it has increased all over
  19. 20:58 - this.XKLL: (since it works automatically there would be no reason to ban people, just a friendly request to change back if they want to play on your server)
  20. 20:58 - this.XKLL: (documentation: https://forums.alliedmods.net/showpost.php?p=1561689&postcount=3 )
  21. 20:58 - this.XKLL: smac_addcvar fov_desired between kick 75 90
  22. 20:58 - this.XKLL: in your server.cfg
  23. 20:59 - this.XKLL: should auto kick everyone who has it outside that range
  24. 20:59 - lwf: indeed
  25. 20:59 - lwf: and i assume then you won't modify the plugin to fake cvar values?
  26. 20:59 - this.XKLL: yes
  27. 20:59 - lwf: i didn't expect that from you at all
  28. 20:59 - lwf: in fact i expected it would have been patched many months ago
  29. 21:00 - lwf: i've already seen the code for faking it
  30. 21:00 - this.XKLL: well, I thought about it but reconsidered because I'm trying to help out the competitive community
  31. 21:00 - this.XKLL: and there would be no point in trying to get people to run something that can easily be considered and actual cheat
  32. 21:00 - this.XKLL: far better would be to just talk about all concerned parties to come to a solution everyone can agree with
  33. 21:01 - lwf: sounds resonable
  34. 21:01 - lwf: i found a problem with the 75 to 90 range though
  35. 21:01 - lwf: tried that before
  36. 21:01 - this.XKLL: oh?
  37. 21:01 - lwf: the range is funny you see
  38. 21:01 - lwf: the engine limits at 75 to 90
  39. 21:01 - lwf: however, the cvar is 20 to 90
  40. 21:02 - lwf: so you can set it to lower than 75 with a fully legit client
  41. 21:02 - lwf: but it will be limited to 75 in practice
  42. 21:02 - this.XKLL: didn't know that, sec
  43. 21:02 - lwf: found that out the hard way
  44. 21:03 - this.XKLL: yeah the server clamps it to 75; 90
  45. 21:03 - lwf: another problem with unclamping fov is amby zooming
  46. 21:03 - this.XKLL: well, since it would just kick it wouldn't be a huge problem
  47. 21:03 - lwf: true
  48. 21:03 - this.XKLL: yeah but that's been in the game since launch
  49. 21:03 - lwf: didn't think about that
  50. 21:03 - this.XKLL: and never 'fixed' either
  51. 21:03 - this.XKLL: (I'm assumking you mean scripts to toggle between 75-90)
  52. 21:03 - this.XKLL: (for a quick small zoom)
  53. 21:04 - lwf: no, that's fine
  54. 21:04 - lwf: i mean toggling between say, 20 and 90
  55. 21:04 - lwf: or 20 and whatever
  56. 21:04 - lwf: which isn't possible without unclamping, but the cvar will be stored anyway
  57. 21:04 - lwf: and as such, detected by smac, even though it may or may not do anything
  58. 21:05 - this.XKLL: my plugin actually only increases the upper bound
  59. 21:05 - this.XKLL: so you could adjust the lower bound for smac to kick to 20
  60. 21:05 - lwf: i reported it valve anyway, not fixed of course
  61. 21:05 - this.XKLL: (or just tell people to update their script to make it say 75)
  62. 21:08 - lwf: if you don't mind me asking, why help (whatever our ideas about what helping is) the comp scene?
  63. 21:08 - lwf: bad conscience for the damage to pubs?
  64. 21:08 - this.XKLL: nah
  65. 21:09 - this.XKLL: I just have all the knowledge of how source engine / client works
  66. 21:09 - this.XKLL: might as well get some positive rep by making plugins for them
  67. 21:11 - lwf: i can understand that. i don't know the history of it but i presume p-rec could have started out similarly.
  68. 21:12 - this.XKLL: well, I did help orange a bit when it came down to fixing the old outdated sdk
  69. 21:12 - this.XKLL: (and provided fixes for when an update broke it)
  70. ...
  71. 22:12 - lwf: anyhow, about your proposal. not sure if i said it, but it sounds good, i'll ask what the rest of the team (s3 basically) thinks
  72. 22:12 - this.XKLL: alright
  73. 22:12 - lwf: i've held you up for a while
  74. 22:12 - this.XKLL: 's ok, I like to talk to interesting people
  75. 22:12 - this.XKLL: and honestly I didn't expect it to go like this :p
  76. 22:18 - lwf: someone asks; why? just so you can claim nobody gets banned by using it?
  77. 22:18 - lwf: i will make it so nonetheless
  78. 22:18 - this.XKLL: I'm upset that people are getting banned for it and I'm (somewhat) responsible
  79. 22:19 - this.XKLL: while I have the power to prevent that I'd rather work something out that helps everyone
  80. 22:19 - this.XKLL: (because of the whole trying to play nice because I don't want to publish a 'cheat' for comp players to use)
  81. 22:20 - this.XKLL: also because it allows me to claim I'm a responsible adult
  82. 22:20 - this.XKLL: :p
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement