Go Back   Novahq.net Forum > Games > Delta Force
FAQ Community Calendar Today's Posts Search

Delta Force Anything to do with the Delta Force series of games, DF1, DF2, LW, TFD, BHD, DFX, AF etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 03-23-2019, 04:20 PM
Guest001 is offline Guest001
Registered User

Join Date: Aug 2008
Posts: 4,971

Important Play Custom Files In BHD Steam Version (script)

For (Windows 7/10 Steam Installations)
Play Delta Force Black Hawk Down with the /d switch applied so custom files can be read by the game.


These batch scripts will create a shortcut on your desktop or startmenu.


Here's a copy of the code - modify as needed


DESKTOP


Code:
@echo off
Cls
set SCRIPT="%TEMP%\%RANDOM%-%RANDOM%-%RANDOM%-%RANDOM%.vbs"
echo Set oWS = WScript.CreateObject("WScript.Shell") >> %SCRIPT%
echo sLinkFile = "%USERPROFILE%\Desktop\BHD Customized.lnk" >> %SCRIPT%
echo Set oLink = oWS.CreateShortcut(sLinkFile) >> %SCRIPT%
echo oLink.TargetPath = "%SystemDrive%\Program Files (x86)\Steam\steamapps\common\Delta Force Black Hawk Down\dfbhd.exe" >> %SCRIPT%
echo oLink.Arguments = "/d" >> %SCRIPT%
echo oLink.WorkingDirectory = "%SystemDrive%\Program Files (x86)\Steam\steamapps\common\Delta Force Black Hawk Down" >> %SCRIPT%
echo oLink.Save >> %SCRIPT%
cscript /nologo %SCRIPT%
del %SCRIPT%
echo Short Cut Created On Desktop
pause
STARTMENU

Code:
@echo off
Cls
set SCRIPT="%TEMP%\%RANDOM%-%RANDOM%-%RANDOM%-%RANDOM%.vbs"
echo Set oWS = WScript.CreateObject("WScript.Shell") >> %SCRIPT%
echo sLinkFile = "%USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\BHD Customized.lnk" >> %SCRIPT%
echo Set oLink = oWS.CreateShortcut(sLinkFile) >> %SCRIPT%
echo oLink.TargetPath = "%SystemDrive%\Program Files (x86)\Steam\steamapps\common\Delta Force Black Hawk Down\dfbhd.exe" >> %SCRIPT%
echo oLink.Arguments = "/d" >> %SCRIPT%
echo oLink.WorkingDirectory = "%SystemDrive%\Program Files (x86)\Steam\steamapps\common\Delta Force Black Hawk Down" >> %SCRIPT%
echo oLink.Save >> %SCRIPT%
cscript /nologo %SCRIPT%
del %SCRIPT%
echo Shortcut Created In StartMenu
pause
or simply download and run the files below

UPDATE:
Added working directory - stops _iberr.txt appearing on desktop
Attached Files
File Type: zip BHD_SteamDesktop.zip (476 Bytes, 1 views)
File Type: zip BHD_SteamStartMenu.zip (511 Bytes, 0 views)

Last edited by Guest001; 03-23-2019 at 04:47 PM. Reason: correction
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 05:01 AM.




Powered by vBulletin®