11
submitted 7 months ago by fortniteplaya@lemy.lol to c/tf2@lemmy.world

What (if any) are your go to class scripts? I’ve been a long time player and would like to try getting into non malicious class scripts to make things a bit more enjoyable.

Some examples that I can think of are:

  • Vacc resistance buttons
  • Engie quick setup
  • Sniper reduce sensitivity when scoped in

What are some scripts that you all use, and why do you like to use them?

you are viewing a single comment's thread
view the rest of the comments
[-] wrenchmonkey@lemmy.blahaj.zone 1 points 7 months ago

engineer.cfg

//Reset
exec binds

//Quickbuild
exec quickbuild

//Quickbreak
alias +shiftbuild "exec quickbreak"
alias -shiftbuild "exec quickbuild"
bind shift "+shiftbuild"

quickbuild.cfg

    //Sentry
bind 4 "build 2 0"
    //Dispenser
bind 5 "build 0 0"
    //Entrance
bind 7 "build 1 0"
    //Exit
bind 8 "build 1 1"

quickbreak.cfg

    //Sentry
bind 4 "destroy 2 0"
    //Dispenser
bind 5 "destroy 0 0"
    //Entrance
bind 7 "destroy 1 0"
    //Exit
bind 8 "destroy 1 1"
this post was submitted on 05 Feb 2024
11 points (100.0% liked)

Team Fortress 2

994 readers
1 users here now

This is a community for the video game Team Fortress 2. You are welcome to post anything you like, be it memes or tips & tricks as long as it's on topic.

Rules

Discord server: https://discord.gg/WwKdysfJks

Copyright LOLOLOL

founded 1 year ago
MODERATORS