-
Content Count
1163 -
Joined
-
Last visited
Community Reputation
137 ExcellentRecent Profile Visitors
1299 profile views
-
Triksterism started following Alright, who else got lucky with the Thunder?, Least used guns., [BUG] 145 fps causing floating/sliding movement and and 7 others
-
Least used guns.
Triksterism replied to Defibrillator's topic in Social District (General Discussion)
I'm sick to death of meta weapons but winning is nice sometimes. -
I just noticed this today and thought I was going crazy.
-
When will car radar tower be fixed/improved.
Triksterism replied to Niilyn's topic in Social District (General Discussion)
Could you clarify please? -
I Miss Colby
Triksterism replied to NotZombieBiscuit's topic in Social District (General Discussion)
Hey Byrt, check out my hacks -
Well, it's the only game of its kind in existence right now. We don't really have any options.
-
3840 x 2160 video resolution
Triksterism replied to gordoIsMyName's topic in Social District (General Discussion)
Shouldn't be an issue. I run at 2k just fine. You'd be lucky to get 30% GPU usage in APB, it's more cpu-heavy. -
The original batch files were from some big forum guy wayyyyyyyyyyyyy back in the day. These batch files were later edited by another guy I can't recall (it's been ~4-5 years). I found his post and further edited the commands to be more efficient. I've never claimed to be the original batch dude nor have I stated anywhere that I made them all myself. I just happened to have a solution to a problem the OP has.
-
Disable Music (themes optional) ren "%~dp0APBGame\Content\Audio\DefaultMusicLibrary\*.mp3" *.back ren "%~dp0APBGame\Content\Audio\DefaultMusicLibrary\*.wav" *.back ren "%~dp0APBGame\Content\Audio\FilePackages\Music.pck" *.back REM cd /d "%~dp0APBGame\Content\Audio\MusicStudio\Instruments" REM for /f "tokens=* delims= " %%a in ('dir /b /ad /s') do rename "%%a\*.wav" "*.back" Remove "REM" in front of the last two lines to disable themes as well. Save as a .bat file INSIDE YOUR APB DIRECTORY. Restore Music/Themes @echo off ren "%~dp0APBGame\Content\Audio\DefaultMusicLibrary\*.back" *.mp3 ren "%~dp0APBGame\Content\Audio\FilePackages\*.back" *.pck cd /d "%~dp0APBGame\Content\Audio\MusicStudio\Instruments" for /f "tokens=* delims= " %%a in ('dir /b /ad /s') do rename "%%a\*.back" "*.wav" Save as a .bat file INSIDE YOUR APB DIRECTORY.