yellowsubmarine
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  
1 2
#1 net graph shows incorrect ping number in Q/A Help

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?

posted 1 week ago
#3 got better modem but ping only gets higher in Q/A Help
Sentihttps://m.media-amazon.com/images/I/71VsBRutZoL._AC_UF1000,1000_QL80_.jpg
Show Content
in my experience tf2 has always been unplayable on wifi, just get a cable

yes, i do have lan cable

posted 1 week ago
#1 got better modem but ping only gets higher in Q/A Help

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?

posted 1 week ago
#8 binding shift + E,Q to change loudauts in Customization
DivineAT
bind 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
remove duck command if u don't use shift

love you man! works!

posted 3 weeks ago
#5 binding shift + E,Q to change loudauts in Customization
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"

posted 4 weeks ago
#4 binding shift + E,Q to change loudauts in Customization
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"

posted 4 weeks ago
#1 binding shift + E,Q to change loudauts in Customization

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)

posted 4 weeks ago
#1 hud mediguns(exept vaccinator) chargebar issue in Customization

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

posted 1 month ago
#5 autoenable bhop when connecting to offline server in Customization
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

posted 4 months ago
#1 closecaption doesnt show text in Customization

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

posted 4 months ago
#3 autoenable bhop when connecting to offline server in Customization
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

posted 4 months ago
#1 autoenable bhop when connecting to offline server in Customization

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

posted 4 months ago
#1 i reseted class playtime HELP in Q/A 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)

posted 6 months ago
#1 VSH HUD how to change damage counter font? in Customization

original font is very pixelated, i want to change to lighthud font

posted 7 months ago
#1 Hud medigun chargemeters problem in Customization

i use lighthud and add chargemeters for mediguns, but charge meters appear after you reswitch mediguns, how to fix this?

posted 7 months ago
1 2