- 注册
- 2024/12/09
- 消息
- 70
- 柚币
- 1,701.6Y
- 米币
- 310.0M
原文
misc:- improved loading speed
- fixed crashes after joining servers when not using a vpn (only some users were affected)
- fixed workshop configs remaining/not updaing on unsubscribe or update
rage:
- fixed autostop mode 'only when lethal' not working
- fixed ignore limbs when moving not working
vac:
- fixed vac bans when the client was lagging
legit:
- fixed scope and target selection issues
- replaced max accuracy with proper hitchance
- enabled triggerbot delay to be set to 0 (will also consider spread when the seed is synced)
lua:
- added events.input callback
- added ccsgo_input type
- added cinput_system type
- added cgame_ui_funcs type
- added game.input
- added game.input_system
- added game.game_ui_funcs
- changed print to accept arbitrary number of arguments of any type
- added gui.slider type
- added gui.label type
- added gui.button type
- added gui.color_picker type
- added gui.selectable type
- added gui.spacer type
- added gui.text_input type
- added gui.combo_box type
- added gui.image type
- added gui.context_input type
- added gui.input
- added utils table
- (the ability to alter movement and angles in lua will be added soon)
中文
misc:改进 加载速度
修复 不使用 VPN 时加入服务器后崩溃的问题(只有部分用户受到影响)
修复 取消订阅或更新时workshop 未更新/未更改
rage:
修复 “only when lethal” 自动急停模式不起作用的问题
修复了移动时忽略肢体不起作用的问题
vac:
修复了客户端卡死时的 vac 禁令
legit:
修复了范围和目标选择问题
用适当的 hitchance 替换了最大准确度
启用triggerbot延迟以设置为 0(在同步种子时也会考虑传播)
lua:
添加了 events.input 回调
添加了 ccsgo_input 类型
添加了 cinput_system 类型
添加了 cgame_ui_funcs 类型
添加了 game.input
添加了 game.input_system
添加了 game.game_ui_funcs
更改了打印以接受任意数量的任何类型的参数
添加了 gui.slider 类型
添加了 gui.label类型
添加了 gui.button 类型
添加了 gui.color_picker 类型
添加了 gui.selectable 类型
添加了 gui.spacer 类型
添加了 gui.text_input 类型
添加了 gui.combo_box 类型
添加了 gui.image 类型
添加了 gui.context_input 类型
添加了 gui.input
添加了 utils 表
(即将添加在 lua 中改变移动和角度的功能)