[TF2] alguna cfg tf2?

M

pos eso,si alguien sabe de alguna pagina o alguna cfg q optimice el tf2(tipo lancfg o cevo del cs:s) gracias de antemano

bittersweet

mirate el FAQ :P
http://www.media-vida.net/vertema.php?fid=19&tid=303098

thrazz

No hay nada de eso todavía ni creo que haya porque lo único que le falta al GUI por defecto es el "lastdisguise random".

BoBmArLeY

A mi con esa confi del faq me dice en consola algo sobre sv_cheats 1 , como no se ingles no la utilice haber si despues pongo el texto completo

D

aparte de eso por ahora tengo esto :

************************************ Engineer Scripts

developer 1
echo "PATCHER'S ENGINEER SCRIPT LOADED"
wait 100
developer 0

//BUILD SENTRY-DISPENSER-ENTRANCE-EXIT ALLOWS USE OF M TO ROTATE BEFORE SENTRY PLACEMENT
alias sentry1 "build 3"
alias dispenser1 "build 0; wait 50; +attack; wait; -attack; slot1"
alias entrance1 "build 1; wait 50; +attack; wait; -attack; slot1"
alias exit1 "build 2; wait 50; +attack; wait; -attack; slot1"

//BUILD KEY BINDINGS
bind "f1" "sentry1"
bind "f2" "dispenser1"
bind "f3" "entrance1"
bind "f4" "exit1"

////DESTROY SENTRY-DISPENSER-ENTRANCE-EXIT
alias sentry2 "destroy 3"
alias dispenser2 "destroy 0"
alias entrance2 "destroy 1"
alias exit2 "destroy 2"

//DESTROY KEY BINDINGS
bind "f6" "sentry2"
bind "f7" "dispenser2"
bind "f8" "entrance2"
bind "f9" "exit2"

//HOLD DOWN MOUSE3 TO SWING WRENCH FOR UPGRADE THEN LETTING GO SWITCHES BACK TO SHOTGUN
alias +upgrade1 "slot3; +attack"
alias -upgrade1 "-attack; wait; slot1"
bind "mouse3" "+upgrade1"
bind "mouse1" "+attack"

**************************************** Spy Scripts

developer 1
echo "PATCHER'S SPY SCRIPT LOADED"
wait 100
developer 0

//DISABLE SENTRY GUN - HOLD DOWN THE BUTTON AND IT WILL AUTOMATICALLY PLACE THE DEVICE - LET GO TAKES YOU BACK TO KNIFE
alias +destsent "slot2; +attack"
alias -destsent "-attack; wait; slot3"
bind "l" "+destsent"

//CHANGE CLASSES - CUSTOM SPY SCRIPT

//BLUE TEAM ALIASES
alias redscout "disguise 1 2"
alias redsniper "disguise 2 2"
alias redsoldier "disguise 3 2"
alias reddemoman "disguise 4 2"
alias redmedic "disguise 5 2"
alias redhwguy "disguise 6 2"
alias redpyro "disguise 7 2"
alias redspy "disguise 8 2"
alias redengineer "disguise 9 2"

//RED TEAM ALIASES
alias bluescout "disguise 1 1"
alias bluesniper "disguise 2 1"
alias bluesoldier "disguise 3 1"
alias bluedemoman "disguise 4 1"
alias bluemedic "disguise 5 1"
alias bluehwguy "disguise 6 1"
alias bluepyro "disguise 7 1"
alias bluespy "disguise 8 1"
alias blueengineer "disguise 9 1"

//SETS F1-F9 TO DISGUISE INTO EACH CLASS 1=SCOUT 2=SNIPER 3=SOLDIER 4=DEMOMAN 5=MEDIC 6=HWGUY 7=PYRO 8=SPY 9=ENGINEER
alias BLUETEAM "bind f1 redscout; bind f2 redsniper; bind f3 redsoldier; bind f4 reddemoman; bind f5 redmedic; bind f6 redhwguy; bind f7 redpyro; bind f8 redspy; bind f9 redengineer"
alias REDTEAM "bind f1 bluescout; bind f2 bluesniper; bind f3 bluesoldier; bind f4 bluedemoman; bind f5 bluemedic; bind f6 bluehwguy; bind f7 bluepyro; bind f8 bluespy; bind f9 blueengineer"

//SWITCHES UP F10 TO TOGGLE BETWEEN COLORS DEPENDING ON WHICH TEAM YOU ARE ON
alias toggletored "alias changecolor setred"
alias toggletoblue "alias changecolor setblue"

//CHANGES THE BINDINGS AND LETS YOU CHOOSE BINDS APPROPRIATE TO YOUR TEAMS COLOR
alias setred "REDTEAM; redannounce; toggletoblue"
alias setblue "BLUETEAM; blueannounce; toggletored"

//TEAM ANNOUNCE ALIAS
alias redannounce "developer 1; echo I AM ON RED TEAM; wait 100; developer 0"
alias blueannounce "developer 1; echo I AM ON BLUE TEAM; wait 100; developer 0"

//DEFAULT TEAM IS RED
alias changecolor "setred"
Bind "F10" "CHANGECOLOR"

//MAKES IT SO THAT AS SOON AS YOU STOP ATTACKING YOU AUTOMATICALLY REDISGUISE
alias +backstab1 "+attack"
alias -backstab1 "-attack; lastdisguise"
bind "mouse1" "+backstab1"
bind "mouse3" "slot3"

This script auto-disguises “randomly” after a back stab. Posted verbatim. (Credit: kerneld)

Note: credit, where credit is due (besides Stryfex's great, and hard, work, of course) .. I'm gonna use part of Patty's Spy code here

alias +backstab1 "+attack"
alias -backstab1 "-attack; nextdisguise"
bind "mouse1" "+backstab1"
bind p "tooglecolorRed"

alias tooglecolorRed "alias nextdisguise RedDemo; developer 1; echo ** Using RED Disguises **; wait 10; developer 0; bind p tooglecolorBlue"
alias tooglecolorBlue "alias nextdisguise BlueDemo; developer 1; echo ** Using BLUE Disguises **; wait 10; developer 0; bind p tooglecolorRed"
alias nextdisguise "BlueDemo"

//RED TEAM ALIASES
alias BlueDemo "disguise 4 1; wait; alias nextdisguise BlueEngy"
alias BlueEngy "disguise 9 1; wait; alias nextdisguise BlueSniper"
alias BlueSniper "disguise 2 1; wait; alias nextdisguise BluePyro"
alias BluePyro "disguise 7 1; wait; alias nextdisguise BlueDemo"

//BLUE TEAM ALIASES
alias RedDemo "disguise 4 2; wait; alias nextdisguise RedEngy"
alias RedEngy "disguise 9 2; wait; alias nextdisguise RedSniper"
alias RedSniper "disguise 2 2; wait; alias nextdisguise RedPyro"
alias RedPyro "disguise 7 2; wait; alias nextdisguise RedDemo"

espero q os sea util.

bittersweet

#4 te dice que habrá algun comando que si no tienes sv_cheats 1 no se activará.
Eso pasa porque cada semana valve decide bloquear nuevos comandos y para ello lo pasan a la lista sv_cheats 1.

BoBmArLeY

gracias por contestarme bitter :P, la peste estos de valve olles.......

M

pues muchisimas gracias, con la configuracion por defecto me va bastante bien, solo era por si podria mejorarse(mi counter source voló con la lan79 XD).
gran juego el team fortress 2 si señor!!!!

P.D: bitter con tu cfg cambia mucho la calidad grafica??, me recomiendas ponerla??? gracias de antemano. sois los mejores!!!

bittersweet

visiblemente solo se nota en que los tios no tienen ojos, en lo demás es igual que jugar en calidad baja. Pero tiene comanditos que quitán mucha basura.
Yo recomiendo ponerla si de verdad se necesitan fps

Usuarios habituales

Tags