Reorder these by hand using your favourite mod ordering utility.
Unknown mod file: Finger of the Mountain Fix.esp
http://www.tesnexus.com/downloads/file.php?id=29654
ELECTRO-CITY - CompletedWorkorders.esmELECTRO-CITY - Highways and Byways.esmnVamp - Vaernus's Voracious Vermin.esmSelective Fire - FOOK NV.espnVamp - Tales from the Burning Sands.espnVamp - A World of Pain.espnVamp - Caliber.espnVamp - Classic Fallout Weapons.espnVamp - New Vegas Bounties.espnVamp - Caesars Legion Overhaul.espnVamp - More Perks.espnVamp - XFO.espnVamp - Effects and Graphics.espnVamp - Superior Firepower.espnVamp - Weapon Mod Expansion.espnVamp - Combat Enhancement.espnVamp - Game Fixes.espnVamp - Core.espnVamp - Vaernus's Voracious Vermin.espnVamp - HarderAI.esp
ELECTRO-CITY - CompletedWorkorders.esmELECTRO-CITY - Highways and Byways.esmnVamp - Vaernus's Voracious Vermin.esmSelective Fire - FOOK NV.espnVamp - Tales from the Burning Sands.espnVamp - A World of Pain.espnVamp - Caliber.espnVamp - Classic Fallout Weapons.espnVamp - New Vegas Bounties.espnVamp - Caesars Legion Overhaul.espnVamp - More Perks.espnVamp - XFO.espnVamp - Effects and Graphics.espnVamp - Superior Firepower.espnVamp - Weapon Mod Expansion.espnVamp - Combat Enhancement.espnVamp - Game Fixes.espnVamp - Core.espnVamp - Vaernus's Voracious Vermin.espnVamp - HarderAI.esp
// Syntax Info//// // A silent comment - will be ignored by the program.//// Keywords://// TAG A Bashed Patch suggestion for the mod above. (Replaces %)// NOTE A comment about the mod above. (Replaces ?)// REQ A non-mod requirement (OBSE, Wrye Bash, etc.). (Partially replaces : )// WARN Flags a non-critical installation mistake of the mod in question. Will show up in// yellow for HTML output. (Replaces " and the rest of : )// ERROR Flags a critical installation mistake of the mod in question. Will show up in red // for HTML output. (Replaces *)// SET Defines a variable of the given name.//// Conditionals://// IF () THEN // IFNOT ( ) THEN //// For the first, if the condition is true then the result will be parsed. If not, it will be ignored. // The second is the opposite of the first.//// The conditions can be:// // A variable name If the variable is defined, the condition will be true and vice-versa.// A mod name If the mod exists, the condition will be true and vice-versa.// A version number If the mod currently being processed (ie. in the last mod line) has// the given version, then the condition will be true, otherwise it will be false.//// The semicolon : denotes the end of any keywords/conditions/functions in a line.// Multiple remark/comment/bash/error lines allowed.//// The other special keywords that are not to be mixed in the above expressions are://// BEGINGROUP: Begins a group with the given name.// ENDGROUP Ends the last began group. Note the lack of a semicolon.