NearInfnity - Deleting Certain Files Greyed Out?
Melicamp
Member Posts: 243
I want to delete certain parts of .BIF files, specifically the .CHR files that don't need. I can no longer get this to work. The Delete option is grayed out on most things. Strange thing is, I know I have done this before. Can anyone help? Has this changed or have I just forgotten how I've done this lol.
0
Comments
Another option would be creating a small WeiDU mod to remove the files in question.
1. Create a text file "DeleteFromBiff/setup-DeleteFromBiff.tp2" in the game folder with the following content:
BACKUP ~DeleteFromBiff/backup~ AUTHOR ~Myself~ BEGIN ~Delete files from BIFF~ DISABLE_FROM_KEY ~01FIGHT.CHR~ ~02THIEF.CHR~ // list more files to remove...
2. Place a weidu.exe into the game folder (or use any setup-xxx.exe from another mod), rename it to setup-DeleteFromBiff.exe and execute it.
This method has the advantage that you can restore the disabled files simply by uninstalling the mod.
Hmm maybe I'll play around with your mod. I've never messed with them before... well using them, not making them.
BACKUP ~DeleteFromBiff/backup~
AUTHOR ~Myself~
BEGIN ~Delete files from BIFF~
DISABLE_FROM_KEY
~0H1FIGHT.CHR~
~0H2MAGE.CHR~
~0H2THIEF.CHR~
~0H4CLER.CHR~
~0H5PALA.CHR~
~0H6BARD.CHR~