in net graph panel it shows i have 100 ping but on scoreboard shows 90, what is a true number and how to fix this?
Account Details | |
---|---|
SteamID64 | 76561198930088792 |
SteamID3 | [U:1:969823064] |
SteamID32 | STEAM_0:0:484911532 |
Country | Kazakhstan |
Signed Up | April 19, 2024 |
Last Posted | February 11, 2025 at 1:19 PM |
Posts | 26 (0.1 per day) |
Game Settings | |
---|---|
In-game Sensitivity | |
Windows Sensitivity | |
Raw Input | |
DPI |
|
Resolution |
|
Refresh Rate |
Hardware Peripherals | |
---|---|
Mouse | |
Keyboard | |
Mousepad | |
Headphones | |
Monitor |
Sentihttps://m.media-amazon.com/images/I/71VsBRutZoL._AC_UF1000,1000_QL80_.jpgShow Contentin my experience tf2 has always been unplayable on wifi, just get a cable
yes, i do have lan cable
i got 5g modem with average 70 mbps but i get jumping 90-100 ping in stockholm servers
before new modem i've had stable 90 ping in stockholm servers
and also when i click to mm settings it shows that in stockholm,poland i get 80 ping but when i join game i'm getiing 100 ping
what's wrong?do i need do something with my settings?
DivineATremove duck command if u don't use shiftbind e "loadout1" bind q "loadout2" bind "shift" "+shiftbinds" alias loadout1 load_itempreset 0 alias loadout2 load_itempreset 1 alias loadout3 load_itempreset 2 alias loadout4 load_itempreset 3 alias +shiftbinds "bind e loadout3; bind q loadout4;+duck" alias -shiftbinds "bind e loadout1; bind q loadout2;-duck" -shiftbinds
love you man! works!
phosWoolen has a similar script for the eureka effect
// Eureka Effect
// Press R to go to spawn
// Crouch and Press R to go to teleporter exit
bind "r" "eureka"
alias "eureka" "slot3; eureka_teleport"
alias "eureka2" "slot3; eureka_teleport 1"
alias +crouch "+duck; bind r eureka2"
alias -crouch "-duck; bind r eureka"
Hopefully this helps
tried but doesnt work, im doing something wrong
bind "e" "loudaut"
alias "loudaut" "load_itempreset 0"
alias "loudaut1" "load_itempreset 1"
alias +crouch "+duck; bind e loudaut"
alias -crouch "-duck; bind e loudaut1"
juniorhttps://wiki.teamfortress.com/wiki/Scripting#Key_combinations
i tried but doesnt work for me
scripts
first
bind "SHIFT" "+shiftPressed"
alias "+shiftPressed" "bind e load_itempreset 2"
alias "-shiftPressed" "bind e load_itempreset 1"
second (followed this thread https://www.reddit.com/r/tf2/comments/8db0r4/how_to_bind_2_keys_to_1_command_such_as_alt1/)
alias "loudaut0" "load_itempreset 0"
alias "loudaut1" "load_itempreset 1"
alias "+altPressed" "bind e loudaut0"
alias "-altPressed" "bind e loudaut1"
bind "ALT" "+altPressed"
i have binds to quickly change loudauts in one press
i bind E for slot A and Q for slot B but i want to bind shift + E for slot C and shift + Q for slot D
how to do this? (if its possible)
when i load to server and chose medigun my chargebar doesnt show, it shows when i switch to vaccinator and back to medigun (vaccinator shows fine withiout switching), how to fix this?
im using edited lighthud by me, i add charge bars to mediguns and a bunch of important stuff
juniorIf listenserver.cfg is being executed on launch, it's probably because you're preloading mods. It shouldn't cause any problems.
If it doesn't work because cheats and/or wait are disabled (as they usually are after connecting to a real server), just enable them.
// listenserver.cfg sv_cheats 1 sv_allow_wait_command 1 net_fakelag 100; wait 150; net_fakelag 0
If it doesn't work because you need to select a class and spawn before cycling fakelag, you can fix it like so:
// autoexec.cfg alias cycle_fakelag_if_listenserver
// listenserver.cfg sv_cheats 1 sv_allow_wait_command 1 alias cycle_fakelag_if_listenserver "net_fakelag 100; wait 150; net_fakelag 0"
// scout.cfg soldier.cfg ... spy.cfg cycle_fakelag_if_listenserver alias cycle_fakelag_if_listenserver
god bless you bro, i used second way
i want to play with close captions but it doesnt show text but show shadow box, how to fix this?(i use lighthud)
[TF2/TF2C/OF] Another Closed-Captions Project! https://gamebanana.com/mods/25151
and close captions i use
J_4rb1make a file called "listenserver.cfg" and add "net_fakelag 100;wait 150;net_fakelag 0" to the cfg file
doesnt work, it enabling commands when you launching tf2, not connecting to server
normally bhop wont work on offline server, to make it work you need to type net_fakelag 100 then net_fakelag 0 after this it will work, but i dont want everytime typing these when connecting to server, is there any ways to make it automatically while connecting, ive read about listenserver but it doesnt work and i dont know much about it HELP
i wanted to reset most kills,backstabs and etc stats but i didnt know it reset class playtime too, is there ony options to track class playtime?(like ingame files idk)
original font is very pixelated, i want to change to lighthud font
i use lighthud and add chargemeters for mediguns, but charge meters appear after you reswitch mediguns, how to fix this?