Make it work on non-steam/other drives
Fixing application for users who have Counter-Strike: 1.6 installed on another drive or have a pirated version of the game (I do NOT support pirated versions.)
Downloading the source code
Go to the "releases" tab Press on the .py file that is linked under the "assets" Open the .py file in Visual Studio Code or whatever python code editing software your prefer.
Fixing the code
Go down to the part of code where:
predefined_destinations = {is seen in the code Edit the part under that says something like:
".wav": r"C:\Program Files (x86)\Steam\steamapps\common\Half-Life\cstrike\sound",Change this to whatever path you would like, such as
".wav": r"F:\SteamLibrary\steamapps\common\Half-Life\cstrike\sound",Last updated