DLC installer Ver 3.1 MGPH
Hello,
today i have written a very simple batch file,
for those of you who Still didnt get the Free DLCs.
So Here it is :P
[How To Use?]
• Open Up the Batch File
• Follow Instructions written on the screen
• If done correctly, a steam window would open, and ask to install something.
• click install, and then' when an error pops up(its supposed to happen), Press "cancel game installation"
• Repeat The steps until no installation window pops up
• To Verify:
• Open Steam Library
• Locate "Tom Clancy's Ghost Recon Phantoms - EU/NA"
• Right Click
• Properties
• go to DLC tab
• If everything was done correctly,There should be 9 DLCs With a Checkmark next to them

• Open up your Game
• Sign in
• A Window will pop up, Press Yes,
• Go to your inbox
• ???
• PROFIT!
[Credits]
Credits:
@Hugohack (Original Guide maker)
@Itoe14 (NA Batch code)
@zorta (ver. 3.0)
@edo2220 (EU Batch Code and ver 3.1 remake)
[Virus Scans]
Virustotal
Virus Jotti
Source Code (i know you can just donload and edit but just so you can use it before the aprooval):


today i have written a very simple batch file,
for those of you who Still didnt get the Free DLCs.
So Here it is :P
[How To Use?]
• Open Up the Batch File
• Follow Instructions written on the screen
• If done correctly, a steam window would open, and ask to install something.
• click install, and then' when an error pops up(its supposed to happen), Press "cancel game installation"
• Repeat The steps until no installation window pops up
• To Verify:
Verify installation
• Open Steam Library
• Locate "Tom Clancy's Ghost Recon Phantoms - EU/NA"
• Right Click
• Properties
• go to DLC tab
• If everything was done correctly,There should be 9 DLCs With a Checkmark next to them
• Open up your Game
• Sign in
• A Window will pop up, Press Yes,
• Go to your inbox
• ???
• PROFIT!

[Credits]
Credits:
@Hugohack (Original Guide maker)
@Itoe14 (NA Batch code)
@zorta (ver. 3.0)
@edo2220 (EU Batch Code and ver 3.1 remake)
[Virus Scans]
Virustotal
Virus Jotti
Source Code (i know you can just donload and edit but just so you can use it before the aprooval):
Code:
@EcHo off color 3 title TC:GRP DLC Installer ver 3.1Remake echo Tom Clancy's:Ghost Recon Phantoms DLC Installer echo Ver. 3.1 [Remake] echo [Press any key to continue...] pause>nul color a echo. echo Credits: echo Hugohack(Original Guide maker) echo Itoe14 (NA Batch code) echo zorta (ver. 3.0) echo edo2220 (EU Batch Code and ver 3.1 remake) echo The MGPH community! echo. echo. echo [Press any key to begin...] pause>nul color b cls goto :MENU :MENU color b set POP= set REGN= cls echo Press 1 if you are playing the EU version. echo Press 2 if you are playing the NA version. echo Press 3 to Quit. choice /C:123 /N if errorlevel 1 set REGN=EU if errorlevel 2 set REGN=NA if errorlevel 3 call exit goto CNFRM :EU color a cls echo Installing EU's DLC echo Press Any Key to continue... pause>nul start /wait steam://install/317452/ start /wait steam://install/317451/ start /wait steam://install/317450/ start /wait steam://install/317455/ start /wait steam://install/317454/ start /wait steam://install/317453/ start /wait steam://install/315907/ start /wait steam://install/315909/ start /wait steam://install/315908/ goto exit :NA color e cls echo Installing NA's DLC echo Press Any Key to continue... pause>nul start /wait steam://install/317463/ start /wait steam://install/317464/ start /wait steam://install/317465/ start /wait steam://install/315917/ start /wait steam://install/315918/ start /wait steam://install/315919/ start /wait steam://install/317460/ start /wait steam://install/317461/ start /wait steam://install/317462/ goto exit :exit cls color c echo thank you for using my Installer. pause>nul start http://www.MPGH.net :CNFRM cls color c echo Please Confirm: echo Your Choice:%REGN% echo Do you confirm that you play on the %REGN% server? echo Press Y if you Confirm. echo Press N if %REGN% is not the server you play in. choice /N if errorlevel 1 set POP=%REGN% if errorlevel 2 set POP=MENU goto %POP%





