Skip to content

Instantly share code, notes, and snippets.

@xorenio
Last active September 27, 2022 06:52
Show Gist options
  • Save xorenio/37c9d64a3e3c615f771ccf6f07000b64 to your computer and use it in GitHub Desktop.
Save xorenio/37c9d64a3e3c615f771ccf6f07000b64 to your computer and use it in GitHub Desktop.
Twisted Team Fortress 2

This is a collection of notes, mods and servers stuff for Team Fortress 2

Team Fortess 2 Client-Side

Useful notes for making the game nicer to play.

How to Install Mods

https://www.youtube.com/watch?v=C_Pd1nPPIqU

Optimal FOV

FOV: 75 to 90

Add up hit points damage numbers

$ hud_combattext_batching 1

Improve weapon firing speed

$ cl_interp 0.015
$ cl_interp_ratio 1
$ cl_updaterate 66

Minifize hub

HUD: https://www.dropbox.com/s/oo24utdnghr20cd/FUNKeHUD%202.3.zip?dl=0

Other hubs

http://huds.tf

Allow contunious movement

Null Movement: http://pastebin.com/DK58CGn1

Hands and weapons see through

Transparent Viewmodels: http://bit.ly/2c4c0Ox

Minifize weapon smoke creation

NoSmoke Script: http://bit.ly/2c4ryBo

Fresh Looking Models

HAWF's Lightwarp: http://bit.ly/2bOKfMc

Turns Down the Lighting Quality on Weapons

$ r_rimlight 0

Other

Basic Commands: http://pastebin.com/Qmn20Urb

Source

https://www.youtube.com/watch?v=T_KUgZjY5Wo


Team Fortess 2 Server-Side

Useful notes for making a TF2 server.

...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment