Advertisement
B4rr

Planetside 2 font change, steam, RTST, TS

Jan 29th, 2015
1,974
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. @echo off
  2. start steam://rungameid/218230
  3. tasklist | findstr "RTST.exe">nul || start /d "C:\Program Files (x86)\Recursion\RealTimeStatTracker" RTST.exe
  4. tasklist | findstr "ts3client_win64.exe">nul || start /d "C:\Program Files\TeamSpeak 3 Client" ts3client_win64.exe
  5. cd "C:\Program Files (x86)\Steam\SteamApps\common\PlanetSide 2"
  6. echo Starting Planetside 2 launcher.
  7. echo When the green PLAY button lights up, click this window and press any key.
  8. echo (Note that if there's a patch to download, that might take a while to happen.)
  9. pause > nul
  10. echo Applying user font...
  11. copy verdana.ttf UI\Resource\Fonts\Geo-Md.ttf
  12. echo ...Done! Press any key to close this window and enjoy the game!
  13. pause > nul
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement