This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ======================= | |
// PERFORMANCE & ENGINE | |
// ======================= | |
vprof_off // Disable performance profiler overlay | |
engine_low_latency_sleep_after_client_tick true // Low-latency mode | |
fps_max 150 // Limit max FPS | |
mm_dedicated_search_maxping 150 // Max matchmaking ping | |
snd_mixahead 0.001 // Lower audio latency | |
r_fullscreen_gamma 2.1 // Screen gamma setting | |
r_show_build_info false // Hide build info text |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt install sudo apt-utils bash-completion dialog man-db |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt update && apt upgrade -y | |
apt install apt-utils sudo bash-completion dialog -y | |
sudo apt install man-db ca-certification -y | |
sudo apt install nano vim ubuntu-minimal neofetch -y | |