diff --git a/RA3MP3Playback.py b/RA3MP3Playback.py index 5a4a151..77f9338 100644 --- a/RA3MP3Playback.py +++ b/RA3MP3Playback.py @@ -22,10 +22,10 @@ shutdown_event = threading.Event() ERROR_ALREADY_EXISTS = 183 # ========================= CONFIG ========================= -DEBUG = True # Set True to enable debug overrides +DEBUG = False # Set True to enable debug overrides # Default paths (used if not in debug mode) -DEFAULT_GAME_EXE = r".\RA3game.dll" +DEFAULT_GAME_EXE = r".\qgame.dll" DEFAULT_PLAYLIST = r".\arena\music\playlist.txt" DEFAULT_RA3_MAPS = r".\arena\music\ra3_maps.txt" diff --git a/build.bat b/build.bat index 6a42805..dce12fe 100644 --- a/build.bat +++ b/build.bat @@ -1 +1 @@ -pyinstaller --onefile --name RA3WITHMP3 --icon=RA3.ico --collect-all readchar --collect-all winpty RA3MP3Playback.py \ No newline at end of file +pyinstaller --onefile --name RA3WITHMP3 --icon=quake3modern.ico --collect-all readchar --collect-all winpty RA3MP3Playback.py \ No newline at end of file diff --git a/quake3modern.ico b/quake3modern.ico new file mode 100644 index 0000000..6a47cd3 Binary files /dev/null and b/quake3modern.ico differ