Skip to content

Commit

Permalink
Add scripts
Browse files Browse the repository at this point in the history
update fov/minmode in prefs
Add launcher scripts
  • Loading branch information
Eric G. Wolfe committed Nov 1, 2012
1 parent ef15208 commit 34a414c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions launch-scripts/tf2-fullscreen
@@ -0,0 +1,2 @@
#!/bin/sh
/opt/cxoffice/bin/wine --bottle "Team Fortress 2" "C:/Program Files/Steam/Steam.exe" -applaunch 440 -full -w 1600 -h 900 -console -novid -nod3d9ex "$@"
2 changes: 2 additions & 0 deletions launch-scripts/tf2-idle
@@ -0,0 +1,2 @@
#!/bin/sh
/opt/cxoffice/bin/wine --bottle "Team Fortress 2" "C:/Program Files/Steam/Steam.exe" -applaunch 440 -textmode -nosound -sw -maxplayers 2 +sv_lan 1 +map "itemtest" "$@"
2 changes: 2 additions & 0 deletions launch-scripts/tf2-windowed
@@ -0,0 +1,2 @@
#!/bin/sh
/opt/cxoffice/bin/wine --bottle "Team Fortress 2" "C:/Program Files/Steam/Steam.exe" -applaunch 440 -windowed -w 1600 -h 900 -console -novid "$@"
4 changes: 2 additions & 2 deletions prefs.cfg
Expand Up @@ -6,11 +6,11 @@
hud_freezecamhide "1" // hide HUD on freeze-cam shots
hud_fastswitch "1" // Enable fast weapon switching
hud_classautokill "0" // Do not suicide on class selection
cl_hud_minmode "1" // Enable minimal HUD
cl_hud_minmode "0" // Enable minimal HUD
cl_use_tournament_specgui "1" // Use tournament HUD in spectator

viewmodel_fov "54" //weapon fov
fov_desired "75" //fov
fov_desired "90" //fov

// Dot crosshair, color green to contrast with Red/Blu theme
cl_crosshair_red "0.000000"
Expand Down

0 comments on commit 34a414c

Please sign in to comment.