Thread: How To Use Mods
View Single Post
  #6  
Old 12-02-2019, 07:30 AM
Baldo_the_Don is offline Baldo_the_Don
Baldo_the_Don's Avatar
Registered User

Join Date: Jul 2012
Posts: 531

I guess what you're looking to learn is the /d /mod PFFNAME trick.

If the mod installer failed to create a useable shortcut, what you do is:
- Open Windows Explorer. Navigate to the game folder.
- Right-click the game executable necessary to run the mod, mouse over the "Send to..." option, then choose "Desktop (Create Shortcut)" from that menu. Alternatively, right-click and hold on the executable, drag and drop it to the Desktop, then choose "Create Shortcut" from the menu that opens on release.
- Open the folder labeled "Mod" in the game folder. Locate the .pff the mod is packed into, you'll need that .pff's name in a moment.
- Go to the Desktop, right-click the new shortcut, select "Properties." Confirm you're on the "Shortcut" tab. You'll see the Target line dialog box displaying something like this:
Code:
"C:\Program Files (x86)\NovaLogic\Delta Force Black Hawk Down\dfbhd.exe"
You want to edit it to this:
Code:
"C:\Program Files (x86)\NovaLogic\Delta Force Black Hawk Down\dfbhd.exe" /d /mod PFFNAME
Details: After the quotation mark, add a space, then the /d tag, another space, the /mod tag, another space, then the name of the .pff without the .pff extension. This:
Code:
"C:\Program Files (x86)\NovaLogic\Delta Force Black Hawk Down\dfbhd.exe" /mod PFFNAME /d
Is also acceptable.

The /d tag tells the dfbhd.exe to look in its own directory (folder) for game files, like .wac and .bin files. Duplicates it finds in the game directory will preempt the copies in the .pff.

The /mod tag tells the game which .pff in the mod folder to use.

- After making the edits, click "Apply" to confirm the changes, then go to the Compatibility tab.
- Activate the "Run as Administrator" checkbox. Click "OK" to save the changes.

Running ALL executables involved with NovaLogic games as administrator is a good idea, but it's especially necessary for the game and the mission editor 'cause without admin rights, Windows 7/8/10 will shunt new and altered files to the "C:\Users\YOURNAME\AppData\Local\VirtualStore" folder, where the system is more secure from these files, but the game and MED cannot access them.

Hope this helps.
__________________
////////////////////<- SIGNATURE STARTS ->\\\\\\\\\\\\\\\\\\\\\
The NSO Deadline Mod at NovaHQ.net:
/////////////////////<- SIGNATURE ENDS ->\\\\\\\\\\\\\\\\\\\\\\

Last edited by Baldo_the_Don; 12-02-2019 at 10:12 AM.
Reply With Quote