FTE: add PlayerDebugInfo autocvars to cfgs (#91)

This commit is contained in:
erysdren 2024-12-09 20:42:20 -06:00 committed by GitHub
parent a3bd2f4436
commit a17c550c57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View file

@ -59,4 +59,7 @@ seta cl_cinematic "0"
seta nzp_particles "1"
seta nzp_decals "1"
seta vid_ultrawide_limiter "0"
seta cl_bobside "0.02"
seta cl_bobside "0.02"
seta scr_playerdebuginfo "0"
seta scr_playerdebuginfo_x "64"
seta scr_playerdebuginfo_y "6"

View file

@ -102,6 +102,9 @@ seta in_rumbleenabled "1"
seta cl_controllerglyphs "xbox"
seta r_viewmodel_default_fov "80"
seta cg_chatEnabled "1"
seta scr_playerdebuginfo "0"
seta scr_playerdebuginfo_x "64"
seta scr_playerdebuginfo_y "6"
// Text editor
pr_debugger "0" //When enabled, QC errors and debug events will enable step-by-step tracing.