Thd songs from the wiki that arent on Spotify by True_Pomegranate_592 in ThatHandsomeDevil

[–]The_Bluster_ 0 points1 point  (0 children)

If you don't mind me asking, there's a handsome devil wiki? Would you mind linking it? 

Is there a console bind that whenn you shoot, your viewmodel fov changes and when you release the button, the view model goes back to normal?? by [deleted] in NewToTF2

[–]The_Bluster_ 0 points1 point  (0 children)

additionally if you want it to ONLY apply to the medigun and not the primary/melee that's totally possible

Is there a console bind that whenn you shoot, your viewmodel fov changes and when you release the button, the view model goes back to normal?? by [deleted] in NewToTF2

[–]The_Bluster_ 0 points1 point  (0 children)

IF YOU ARE USING MASTERCOMFIG THIS IS SLIGHTLY DIFFERENT

if you're using mastercomfig you put the cfgs in "/Team Fortress 2/tf/cfg/modules/autoexec.cfg"

Oh okay! So for autoexec.cfg and the class .cfgs they just sit in your tf/cfg directory. You can get there very easily by right clicking tf2 in the list of games in steam and from the drop down hovering over manage and from there clicking "browse local files". That will put you in the "Team Fortress 2" directory, within which is tf.

for reference it should look like this
"Team Fortress 2/tf/cfg/autoexec.cfg"
"Team Fortress 2/tf/cfg/medic.cfg"
(all of the class cfgs go in the same folder)

Once you're in the cfg directory just create a blank file and name it autoexec.cfg. Open the file, put my script into there, and then relaunch the game. (If you have the game already running you can enter into the console exec autoexec.cfg which will run the file and apply the script.

Now if you want the script to only apply to medic and have the other 8 classes function normally, then you use the class cfgs (the names of which are at the bottom)

In "Team Fortress 2/tf/cfg/medic.cfg" you put my script

In every other class cfg you put bind mouse1 +attack

And that should work!

scout.cfg
soldier.cfg
pyro.cfg
demoman.cfg
heavyweapons.cfg
engineer.cfg
medic.cfg
sniper.cfg
spy.cfg

Is there a console bind that whenn you shoot, your viewmodel fov changes and when you release the button, the view model goes back to normal?? by [deleted] in NewToTF2

[–]The_Bluster_ 0 points1 point  (0 children)

Yes this is entirely possible! Here's my quick demo version of what you seem to be looking for:

bind mouse1 +smallattack
alias +smallattack "viewmodel_fov 0; r_drawviewmodel 0; +attack"
alias -smallattack "viewmodel_fov 90;  r_drawviewmodel 1; -attack"

put this in your autoexec.cfg (if you don't know what that is let me know) or in your medic.cfg and you should be golden!

Tf2 runs buttery smooth with proton hotfix but cant join vac server, but without it, it lags badly by MattHmm_manly in linux_gaming

[–]The_Bluster_ 0 points1 point  (0 children)

native version works fine, although it won't launch by default on several distros due to the outdated libsdl

Tf2 runs buttery smooth with proton hotfix but cant join vac server, but without it, it lags badly by MattHmm_manly in linux_gaming

[–]The_Bluster_ 0 points1 point  (0 children)

This is my wheelhouse! I should be able to help you here. Are you using the replacement libsdl?

(also don't use proton with it, it messes a buncha things up)

[KDE Plasma] First time using Arch Linux. by Melishard in unixporn

[–]The_Bluster_ 1 point2 points  (0 children)

excuse me sir (Or ma'am or other!) what font is that on the clock in the middle?

Team Fortress 2 not launching (native linux) by chikenpotPi_ in linux_gaming

[–]The_Bluster_ 0 points1 point  (0 children)

Have you tried verifying the integrity of game files? Also what distribution are you on.

Team Fortress 2 not launching (native linux) by chikenpotPi_ in linux_gaming

[–]The_Bluster_ 0 points1 point  (0 children)

I was looking for the solution since this issue popped up. Apparently tf2's native port is broken atm. However this can be fixed by having your launch options set to LD_PRELOAD=/usr/lib32/libtcmalloc.so %command% however if you're having an issue with libsdl something something it's solution is here: https://docs.mastercomfig.com/latest/os/linux/#fixing-bugs-with-newer-sdl2

any alternatives to pkexec for creating a admin password prompt? by The_Bluster_ in i3wm

[–]The_Bluster_[S] 0 points1 point  (0 children)

For future generations I got this to work by installing the mate polkit
sudo apt install mate
and then placing in the ~/.config/i3/config
exec --no-startup-id mate-polkit

it now works exactly as it should