cl_pdump
cl_soundscape_printdebuginfo
sv_soundemitter_trace 1
snd_dumpclientsounds
snd_show 1
| // SPDX-License-Identifier: CC0 | |
| /* vim: set ts=2 : */ | |
| /* | |
| This is basically: | |
| SELECT SUM(p2) | |
| FROM ( | |
| SELECT (points * POW(?, ROW_NUMBER() OVER (ORDER BY points DESC) -1)) AS p2 | |
| FROM playertimes WHERE auth = ? ORDER BY points DESC LIMIT ?; | |
| ); |
| <?xml version="1.0" encoding="utf-16"?> | |
| <ArrayOfProfile> | |
| <Profile> | |
| <ProfileName>mpv fucker</ProfileName> | |
| <Executeables> | |
| <string>mpv.exe</string> | |
| </Executeables> | |
| <Settings> | |
| <ProfileSetting> | |
| <SettingNameInfo /> |
cl_pdump
cl_soundscape_printdebuginfo
sv_soundemitter_trace 1
snd_dumpclientsounds
snd_show 1
| // B = back | |
| // F = front/forward | |
| // D = down | |
| // U = up | |
| // L = left | |
| // R = right | |
| #define BDL 0 | |
| #define BUL 1 | |
| #define FDL 2 |
| #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
| ; #Warn ; Enable warnings to assist with detecting common errors. | |
| ;SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
| SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. | |
| SetKeyDelay, 10 | |
| winTitle := "ahk_class UnityWndClass ahk_exe ShiningJumpJump.exe" | |
| Loop | |
| { |
| #pragma semicolon 1 | |
| #pragma newdecls required | |
| #include <sourcemod> | |
| #include <sdkhooks> | |
| #include <sdktools> | |
| #include <output_info_plugin> | |
| #define PLUGIN_NAME "Show Triggers (Brushes) Redux" | |
| #define PLUGIN_AUTHOR "JoinedSenses, edited by Blank" |
| #include <sourcemod> | |
| #include <sdktools> | |
| #include <clientprefs> | |
| #include <shavit> | |
| #pragma semicolon 1 | |
| #pragma newdecls required | |
| #define PLUGIN_VERSION "1337" |
| public void OnPluginStart() | |
| { | |
| FindConVar("sv_client_min_interp_ratio").FloatValue = 2.0; | |
| FindConVar("sv_client_max_interp_ratio").FloatValue = 2.0; | |
| } |
| #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
| ; #Warn ; Enable warnings to assist with detecting common errors. | |
| ;SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
| SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. | |
| SetKeyDelay, 30 | |
| winTitle := "ahk_class Chrome_WidgetWin_1 ahk_exe Discord.exe" | |
| Loop | |
| { |