Team Fortress 2

Team Fortress 2

Not enough ratings
tf2 my config
By ._. | 7n☕ and 2 collaborators
Startoptionen / Launch Options
Script and How To
Autoexec
   
Award
Favorite
Favorited
Unfavorite
01 Start Optionen / Lauch Option
01 Start Optionen / Lauch Option

[How to] TF2 starten mit Console + ohne Intro Video
So funktioniert's:

1. Starte Steam und klicke auf Bibliothek
2. Klick dann auf Team Fortress 2 mit der rechten Maustaste
3. Dann auf Eigenschaften und dort auf Start-Option festlegen
4. Dort fügt ihr folgendes ein: -novid -console
5. Klick auf Okay und dann auf schließen
6. Starte TF2

(English Version)
How it works:

1. start steam and go to library
2. right click on team fortress 2 and then "properties"
3.then click on "set launch options" and write this in it :
-novid -console
4. start tf2 and hf

_______________________________________
Launch Options Varianten:
-novid -console -dev +r_hunkalloclightmaps 0 -dxlevel 80
-dxlevel 80 -full -w 1366 -h 768 -console -novid -useforcedmparms -noforcemaccel -noforcemspd
-dxlevel 90 -sw -w 800 -h 600 -console -novid -useforcedmparms -noforcemaccel -noforcemspd

Other Launch Options:
-32bit (It increased fps for me by about 2 on average, this only helps with 64bit OS's)
-heapsize 4096 (I personally haven't tested this but some people got 5-8fps increase, need more than 4GBs of RAM)
02 autoexec and cfgs
02 autoexec and cfgs

How To Bind Gfx Network Optimization Script

cl_showfps 1

1. Go into your C:\Program Files\Steam\Steamapps\Common\Team Fortress 2\tf\custom\My Custom Stuff\cfg folder (Or create all missing folders)

2. Make a new text file named Autoexec

3. Change the file extension to .cfg
-See Question 3 if you need to enable viewing of known file extensions.

4. Open the file using Notepad or other text editors.
-See Question 4 if your computer doesn't know what to use in order to open the .cfg you just made.

5. Add these lines to the .cfg file.

//network lan settings
cl_updaterate 100
cl_cmdrate 100
rate 60000
cl_interp_ratio -1
cl_interp .015
cl_smooth 0
cl_smoothtime 0

03 my_custom_stuff/cfg/autoexec
1. gen my_custom_stuff - Verknüpfung on Desktop (for easy switch)
C:\Program Files (x86)\Steam\SteamApps\common\Team Fortress 2\tf\custom\my_custom_stuff

2. gen in
C:\Program Files (x86)\Steam\SteamApps\common\Team Fortress 2\tf\custom\my_custom_stuff\cfg
die
autoexec.cfg
echo ">>>autoexec.cfg loaded<<<" exec tf2_bind.cfg exec tf2_user.cfg //exec tf2_gfx_low.cfg hud_reloadscheme
04 my_custom_stuff/cfg/tf2_bind
tf2_bind.cfg
echo ">>>start tf2 bind config<<<" unbindall bind "ESCAPE" "cancelselect" bind "F1" "+showroundinfo" bind "F2" "cl_decline_first_notification" // Thanks bind "F3" "say autopilot" //askconnect_accept bind "F4" "v_help" // help bind "F5" "screenshot" bind "F6" "v_incoming" // activate ubercharge bind "F7" "v_gogogo" // sentry ahead bind "F8" "showmapinfo" // Cloaked Spy bind "F9" "voice_menu_1" // fun bind "F10" "voice_menu_2" bind "F11" "voice_menu_3" bind "F12" "" bind "`" "toggleconsole" bind "0" "slot0" bind "1" "slot1" bind "2" "slot2" bind "3" "slot3" bind "4" "slot4" bind "5" "slot5" bind "6" "slot6" bind "7" "slot7" bind "8" "slot8" bind "9" "slot9" bind "a" "+moveleft" bind "b" "lastdisguise" //disguiseteam bind "d" "+moveright" bind "g" "taunt" bind "j" "cl_trigger_first_notification" bind "k" "cl_decline_first_notification" bind "l" "say lol xD" bind "m" "open_charinfo_direct" bind "n" "open_charinfo_backpack" bind "q" "lastinv" bind "r" "+reload" bind "s" "+back" bind "t" "impulse 201" bind "u" "say" bind "i" "say_team" bind "o" "say hi" bind "p" "say bye" bind "v" "+voicerecord" bind "w" "+forward" bind "e" "dropitem" bind "h" "voicemenu 0 0" //medic bind "f" "inspect" bind "y" "+use_action_slot_item" bind "'" "+moveup" bind "," "changeclass" bind "." "changeteam" bind "/" "+movedown" bind "\" "toggleconsole" bind "-" "disguiseteam" bind "SPACE" "+jump" bind "TAB" "+showscores" bind "PAUSE" "pause" bind "ALT" "+strafe" bind "CTRL" "+duck" bind "BACKSPACE" "load_itempreset 0" // funktions tasten lookup lookdown centerview mat_monitorgamma bind "PGDN" "say no" bind "PGUP" "say omg xD" bind "HOME" "disconnect" bind "END" "quit" //quit prompt bind "DEL" "say xD" bind "INS" "say :)" bind "MOUSE1" "+attack" bind "MOUSE2" "+attack2" bind "MOUSE3" "+attack3" bind "MWHEELUP" "invprev" bind "MWHEELDOWN" "invnext" bind "KP_MULTIPLY" "mat_monitorgamma 2.6" bind "KP_MINUS" "mm2needmedic" bind "KP_PLUS" "v_gogogo" alias "v_gogogo" "voicemenu 0 2" bind "KP_ENTER" "v_thanks" alias "v_thanks" "voicemenu 0 1" bind "KP_HOME" "v_battlecry" bind "KP_UPARROW" "v_moveup" bind "KP_PGUP" "v_cheers" alias "v_moveup" "voicemenu 0 3" alias "v_battlecry" "voicemenu 2 1" alias "v_cheers" "voicemenu 2 2" bind "KP_LEFTARROW" "v_goleft" bind "KP_5" "v_help" bind "KP_RIGHTARROW" "v_goright" alias "v_goleft" "voicemenu 0 4" alias "v_goright" "voicemenu 0 5" alias "v_help" "voicemenu 2 0" bind "KP_END" "v_medic" bind "KP_DOWNARROW" "v_sentryahead" bind "KP_PGDN" "v_incoming" alias "v_medic" "voicemenu 0 0" alias "v_positive" "voicemenu 2 4" //voice speak alias "v_negative" "voicemenu 2 5" //voice speak bind "KP_DEL" "v_no" bind "KP_INS" "v_yes" alias "v_yes" "voicemenu 0 6" alias "v_no" "voicemenu 0 7" bind "UPARROW" "uber_active" bind "DOWNARROW" "uber_ready" bind "LEFTARROW" "v_positive" bind "RIGHTARROW" "v_negative" alias "v_incoming" "voicemenu 1 0" alias "v_cloakedspy" "voicemenu 1 1" alias "v_sentryahead" "voicemenu 1 2" alias "v_teleporterhere" "voicemenu 1 3" alias "v_dispenserhere" "voicemenu 1 4" alias "v_sentryhere" "voicemenu 1 5" alias "v_activateuber" "voicemenu 1 6" alias "v_uberready" "voicemenu 1 7" alias "mm2needmedic" "voicemenu 0 0;wait 600;voicemenu 0 0" alias "uber_ready" "voicemenu 1 7;wait;say_team Ubercharge ready! Awaiting signal" alias "uber_active" "voicemenu 1 6;wait;say_team Activate Ubercharge NOW! GOGOGO!" echo ">>>end tf2 bind config<<<"
05 my_custom_stuff/cfg/tf2_user
tf2_user.cfg
echo ">>>start tf2 user config<<<" mat_antialias "0" mat_bumpmap "0" mat_compressedtextures "1" mat_disable_bloom "1" mat_hdr_enabled "0" mat_hdr_level "0" // Double Disables HDR. mat_mipmaptextures "1" // mipmapping textures look smooth. mat_monitorgamma "1.6" // Only works in fullscreen. mat_picmip "2" // resolutions of textures low memory mat_reducefillrate "1" // when the game is in DXLevel 8. mat_specular "0" // 0 Specularity on objects. mat_trilinear "0" // Trilinear mipmapping. mat_wateroverlaysize "8" // Sets the resolution of water mat_queue_mode 0 r_shadowmaxrendered "4" // Max shadows the game will render. r_shadowrendertotexture "0" // Rendered the shadow texture causing it to match the player model. r_shadows "0" // Enables shadows (Change be disabled for additional performance.) jpeg_quality "100" // High quality screenshots cl_showfps "1" hud_fastswitch "1" cl_playerspraydisable "1" cl_showpluginmessages "1" cl_showhelp "0" fov_desired "90.000000" crosshair "1" cl_crosshaircolor "0" cl_dynamiccrosshair "1" cl_scalecrosshair "1" cl_crosshairalpha "200" commentary "0" hud_classautokill "0" cl_autorezoom "1" tf_medigun_autoheal "1" tf_weapon_criticals "1" // critical hits on or off hud_takesshots "1" cl_hud_minmode "1" con_enable "1" hud_fastswitch "1" sensitivity "2.7" fps_max "201" // Caps framerate. Set to max monitor refresh rate + 1. net_graph "1" // Enables net_graph (Required in SS round) net_graphpos "2" // Adjusts netgraph position-set between 1 and 3 cl_dynamiccrosshair 0 cl_scalecrosshair 1 cl_crosshairalpha "200" cl_crosshaircolor "0" rate "25000" //lan60000 cl_cmdrate "60" //org30 //liga60 //lan100 cl_updaterate "20" //org20 cl_downloadfilter "nosounds" // Disables annoying pub sound downloads cl_lagcomp_errorcheck "0" // Disables lagcompensation error checking cl_lagcompensation "1" cl_smooth "1" cl_interp_ratio -1 cl_interp .015 //interpolated character models, 0.034default cl_smooth 0 cl_smoothtime 0 //fraps cl_show_splashes 0 cl_show_splashes 0 mat_fastspecular 1 mat_mipmaptextures 0 r_WaterDrawRefraction 0 r_decal_cullsize 10 r_maxdlights 0 r_PhysPropStaticLighting 0 r_renderoverlayfragment 0 r_worldlights 0 mat_filterlightmaps 1 mat_filtertextures 1 cl_threaded_bone_setup 1 violence_ablood "1" violence_agibs "1" violence_hblood "1" violence_hgibs "1" echo "AKTUELLE GRAFIKEINSTELLUNGEN:" r_shadows r_dynamic mat_bumpmap mat_dxlevel mat_forceaniso mat_trilinear mat_antialias mat_specular echo "______________________________" echo ">>>end tf2 user config<<<"
06 my_custom_stuff/cfg/tf2_gfx_low
tf2_gfx_low.cfg
//Performance Config //Screenshot qualitaet jpeg_quality "100" //Blut an. Alle Werte auf "0" zum austellen violence_agibs "1" violence_hgibs "1" violence_hblood "1" violence_ablood "1" //Keine Sprays downloaden und anzeigen cl_allowdownload "0" //nur ein Model pro Team //cl_minmodels "1" //cl_min_ct "1" //weahlt hier das CT-Model aus //cl_min_t "1" //weahlt hier das T-Model aus //Graphiktuning //mat Variablen mat_bumpmap "0" // Bump Mapping aus mat_specular "0" // Spiegelungen aus mat_filterlightmaps "0" mat_clipz "0" // Sollte der Sound stottern auf 0 setzen kostet dann aber Performance mat_forcemanagedtextureintohardware "1" mat_forcemanagedtextureintohardware "0" //clientseitge Physikberechnungen cl_phys_props_enable "0" // clientseitige Physikobjekte aus cl_phys_props_max "0" cl_detaildist "600" cl_detailfade "200" cl_ejectbrass "0" // Huelsen aus r_propsmaxdist "500" // Objektfading //preloads an cl_forcepreload "1" sv_forcepreload "1" //decals aus Einschussloecher usw mp_decals "0" // Zahl der gezeigten Decals r_decals "0" r_decal_cullsize "2" r_drawmodeldecals "0" // Decals auf Models aus //renderer Variablen r_avglight "0" r_renderoverlayfragment "0" r_lod "0" // ESL Wert r_worldlights "0.9" // ESL Wert r_modellodscale "0.5" r_lightaverage "0" r_3dsky "0" //Wasser r_waterforceexpensive "0" r_cheapwaterend "1" r_cheapwaterstart "1" r_WaterDrawReflection "0" r_WaterDrawRefraction "0" //seile rope_wind_dist "0" // Keine im Wind schwingenden Seile rope_smooth "0" // Keine Glaetung der Seile rope_subdiv "0" // Subdivisionsgroese der Seile //nebel aus fog_enable "0" fog_enable_water_fog "0" //Ragdolls - loescht die // um sie zu deaktivieren //cl_ragdoll_physics_enable "0" //cl_ragdoll_collide "0 //Erweiterte Grafikoptionen mat_picmip "2" // Texturqualitaet r_rootlod "2" // Niedrige Modeldetails mat_reducefillrate "1" // Niedrige Shaderqualitaet mat_antialias "0" // AA aus mat_forceaniso "1" // AF aus mat_trilinear "1" // Trilinear an mat_vsync "0" // V-sync aus mat_hdr_enabled "0" // HDR aus mat_hdr_level "0" // HDR aus mat_colorcorrection "0" // colorcorrection aus //DirectX Level niedrieger = schneller und haesslicher //loescht die // vor den gewuenschten Wert //mat_dxlevel "60" // nicht zu empfehlen //mat_dxlevel "70" // nicht in der ESL erlaubt //mat_dxlevel "80" //mat_dxlevel "81" //mat_dxlevel "90" //mat_dxlevel "95" // nur fuer DirectX 9.0c Karten! //sonstige //fps_max "101" bei extremen FPS Schwankungen senken echo "--------------------------------------------" echo "gfx low Performance Config loaded"
07 myconfig class cfgs
07 myconfig class cfgs

Classes:
01 scout.cfg when spawning as that class 02 soldier.cfg when spawning as that class 03 pyro.cfg when spawning as that class 04 demoman.cfg when spawning as that class 05 heavyweapons.cfg when spawning as that class 06 engineer.cfg when spawning as that class 07 medic.cfg when spawning as that class 08 sniper.cfg when spawning as that class 09 spy.cfg when spawning as that class
demoman.cfg

engineer.cfg

heavyweapons.cfg

medic.cfg

pyro.cfg

scout.cfg

sniper.cfg

soldier.cfg
exec clear
exec crosshairswitcher/switcher; soldier
// Bind rocket jump to attack2 key
bind "mouse2" "+mate_rocketjump"

spy.cfg
exec clear
exec crosshairswitcher/disable-crosshairswitcher; medium; white; dot; 84

resource
C:\Program Files (x86)\Steam\SteamApps\common\Team Fortress 2\tf\custom\my_custom_stuff\resource\ui

huddamageaccount.res crit nummer text big yellow ui
08 Profil User Bind Vorlage
tastatur - navigationstasten

set input insert say :)
set input delete say :(

set input home disconnect
set input end exit

set input pageUp LightGraph //[bild rauf] gamma rauf
set input pageDown DarkGraph //[bild runter] gamma runter

tastatur - funktionstasten

set input Escape ShowMenu ; [escape->esc] menü

set input F1 vote yes ; vote yes?
set input F2 vote no ; vote no?
set input F3 ready ; vote ready
set input F4 ShowStats ; change team

set input F5 ShowScores ; open MusicMenu
set input F6 MusicOFF ; ToggleBehindView
set input F7 shot ; ToggleFreeCam
set input F8 ToggleRadarMap ; ToggleFreeCamSwivel

set input F9 Cancel ; was cancel?
set input F10 NextStats ; stats am ende
set input F11 Stat Net ; netgraph
set input F12 stat fps ; frames per second anzeige

set input PrintScrn shot
;set input SCROLL say :/ ; rollen
set input PAUSE Pause ; pause

haupttastatur 1.reihe
set input Backslash safescores ; links neben 1 (ConsoleToggle) console ?bug only open

set input 1 SwitchWeapon 1 ; wpn1 shild
set input 2 SwitchWeapon 2 ; wpn2 mg
set input 3 SwitchWeapon 3 ; wpn3 blob
set input 4 SwitchWeapon 4 ; wpn4 shock
set input 5 SwitchWeapon 5 ; wpn5 linkgun
set input 6 SwitchWeapon 6 ; wpn6 minigun
set input 7 SwitchWeapon 7 ; wpn7 flak(shotgun)
set input 8 SwitchWeapon 8 ; wpn8 rocket
set input 9 SwitchWeapon 9 ; wpn9 rail
set input 0 SwitchWeapon 0 ; wpn0 ?
set input LeftBracket exec myconfig/profil_gfx_low.txt
set input RightBracket exec myconfig/profil_gfx_high.txt

set input Backspace say shut up b00n!

haupttastatur 2.reihe
set input Tab ScoreToggle ; or. safescores

set input q SwitchWeapon 9
set input w MoveForward
set input e SwitchWeapon 7 ; flak
set input r wpn8 ; wpn8 SwitchWeapon 8 - rocket

set input t shield ; shieldgun onclick lastweapon
set input z say afk zzzZZZ!
set input u Talk ; Say
set input i TeamTalk ; Teamsay
set input o ToggleLocalChat
set input p TogglePublicChat

set input Semicolon killbots 1 ; ü
set input Equals addbots 1 ; +

set input ENTER say ey du n00b!

haupttastatur 3.reihe
set input CapsLock hammerjump ; achtung! 5mal hintereinander!

set input a StrafeLeft
set input s MoveBackward
set input d StrafeRight
set input f SwitchWeapon 5 ;linkgun
set input g SwitchWeapon 3 ;blob
set input h ThrowWeapon ;drop weapon
set input j SETNAME 7even
set input k nswitch1 ;name switch
set input l SETNAME GiJoe
set input Tilde ConsoleToggle ;ö (ist und bleibt die console)

set input SingleQuote exec ut.ini ;ä
set input Slash say nene :/

haupttastatur 4.reihe
set input Shift Duck ; crouch(ducken)

set input y SwitchWeapon 2 ;mg
set input x SwitchWeapon 6 ;minigun
set input c wpn4 ;shock + sens maus 1 -> or. shieldjump

set input v say lol :D
set input b say n1ce shot :]
set input n say only luck :-P
set input m say nice frag :)

set input Comma say gl&hf :]
set input Period say gg :)
set input Minus say go!go!go!

haupttastatur 5.reihe (letzte)
set input Ctrl Strafe
set input Space Jump

tastatur - pfeiltasten
set input Up exec myconfig/profil_ch_kreuz.txt
set input Down exec myconfig/profil_ch_dot.txt
set input Left exec myconfig/profil_ch_color1.txt
set input Right exec myconfig/profil_ch_color2.txt

tastatur - zahlenfeld (num-block)
;set input NumLock say nix or. prozoom1
set input NumPad0 say frei
set input NumPadPeriod say frei

set input NumPad1 fov 90
set input NumPad2 fov 100
set input NumPad3 fov 110

set input NumPad4 prozoom1
set input NumPad5 say 1-9 ist frei
set input NumPad6 say 1-9 ist frei

set input NumPad7 set playerinput MouseSensitivity 1.0000
set input NumPad8 set playerinput MouseSensitivity 2.0000
set input NumPad9 set playerinput MouseSensitivity 3.0000

set input GreySlash ToggleLocalChat
set input GreyStar TogglePublicChat
set input GreyMinus ShrinkHUD
set input GreyPlus GrowHUD

ut2y4 config - maus |
set input LeftMouse Fire
set input RightMouse AltFire
set input MiddleMouse set playerinput MouseSensitivity 3.0000

set input MouseWheelDown SwitchWeapon 8
set input MouseWheelUp NextWeapon ;SwitchToLastWeapon

eof - end of file
GETCURRENTRES ;Zeigt deine aktuelle Auflösung an
;say *** 02bind.ini ...final loading! ***
4 Comments
._. | Unimatrix🍫  [author] Mar 11, 2018 @ 11:59am 
thx:steamhappy: 4r set back to public:steammocking:
北京天使 Oct 20, 2013 @ 4:03pm 
gj lads!
._. | 7n☕  [author] Oct 7, 2013 @ 9:04am 
:UT2004health:
long start option
-dxlevel 90 -sw -w 800 -h 600 -console -novid -useforcedmparms -noforcemaccel -noforcemspd
[000007]._. | Locutus  [author] Oct 7, 2013 @ 8:54am 
startoption
-dxlevel 90 -sw -w 800 -h 600 -console -novid
:tradingcard: ^^fenster mode