feat:新增初始化配置文件,备份当前设置并重置默认设置;移除性能配置中的重置设置注释
This commit is contained in:
21
src/init.cfg
Normal file
21
src/init.cfg
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
// ========================================
|
||||
// 初始化配置
|
||||
// ========================================
|
||||
//
|
||||
// ========================================
|
||||
|
||||
// ========================================
|
||||
// 备份当前设置
|
||||
// ========================================
|
||||
host_writeconfig arrogant/mysettings.bak.cfg
|
||||
|
||||
// ========================================
|
||||
// 启动时重置设置
|
||||
// ========================================
|
||||
unbindall
|
||||
exec default.cfg
|
||||
viewmodel_fov 60
|
||||
viewmodel_offset_x 1
|
||||
viewmodel_offset_y 1
|
||||
viewmodel_offset_z -1
|
||||
Reference in New Issue
Block a user