DLC installer Ver 3.1 MGPH

Posts 115 of 98 · Page 1 of 7
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:
 
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%
DLC installer Ver 3.1 MPGH_mpgh.net.rar781 B · 4,347 downloads Clean
This is how its supposed to look when you have the DLCs:
Please, verify, i want to check it out!!!
add this is DLS, pls
start steam://install/325070/
start steam://install/291830/
start steam://install/291831/
start steam://install/291832/
start steam://install/300980/
start steam://install/300981/
start steam://install/300982/
Quote Originally Posted by maaaaaad3 View Post
add this is DLS, pls
start steam://install/325070/
start steam://install/291830/
start steam://install/291831/
start steam://install/291832/
start steam://install/300980/
start steam://install/300981/
start steam://install/300982/
seems to be pay bundles, you CAN'T ADD pay bundle by this way.

There's maybe a solution with the steam master patch, but it's highly dangerous for your account.
Says download is not yet approved? When will it?

To try it, Simply Open up Notepad, and Paste this Code, and then save it as DLC.bat(important)
 
Code
Code:
ECHO off
goto start
:start
cls
color 3
title DLC installer Ver 3.1 MGPH
echo.
echo.
echo   Tom Clancy's:Ghost Recon Phantoms DLC Installer
echo   Ver. 3.1 [Remake]
echo.
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

: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%

:exit
cls
color c
echo thank you for using my Installer.
pause>nul
start http://www.MPGH.net
exit

Hey man you can't help ? How to create a .Bat file ?
When I press EU servers he then ask Y/N i can only press N
//Approved
Mine's not connected to a steam account, is there a way to install DLCs without a steam?
Quote Originally Posted by gustavus View Post
Mine's not connected to a steam account, is there a way to install DLCs without a steam?
no you can't, you need steam
Posts 115 of 98 · Page 1 of 7

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?