View Single Post
  #4  
Old 11-04-2015, 12:21 PM
Guest001 is offline Guest001
Registered User

Join Date: Aug 2008
Posts: 4,971

Quote:
Originally Posted by -DD-Deathwish View Post
Ok so i get map manger, install it. Click open PFF File and get this


Any ideas? I need to rid my stock maps. Want to make a custom only server.
I think you can also remove stock maps (and other files) from your Delta Force game or server using pack.exe and a batch file with some script.

Pack.exe usually comes with the game and the correct version should already be inside your Delta Force game folder.

In this example pffname is the name of the pff file you want to remove files from - in this case you want to remove all files bms.

Code:
@echo off
pack pffname.pff -*.bms /force
pack pffname.pff /opt
EDIT:

To make the batch file copy the script into a text file named removbms.txt and then rename it to removbms.bat and place it inside the Delta Force game folder.

Because of Windows security settings you may have to make a shortcut to the batch file to execute it.

PS
With a free FTP client and a quick email to my host admin, I used this script to remove all the stock maps from my DFX2 server which is hosted from New York - I am in Australia.

Last edited by Guest001; 11-04-2015 at 12:55 PM.
Reply With Quote