Skip to content

Commit

Permalink
FTE: add PlayerDebugInfo autocvars to cfgs (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
erysdren authored Dec 10, 2024
1 parent a3bd2f4 commit a17c550
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pc/nzp/default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 3 additions & 0 deletions pc/nzp/nzportable.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a17c550

Please sign in to comment.