Oh interesting, it might be easy to integrate into TTW by injecting the armors into a leveled list via Script Runner, this is a great job indeed for raider variety
Alright, I did give it a try, Fo3/TTW lists for Raider armors aren't as clear as NVs and maybe this script could use further refinement. But it works.
Instructions:
Save the text below as gr_NightmareFiends.txt
Place inside data/NVSE/Plugins/Scripts/
Run the game, if you did it correctly you should see the messages in the console in the main menu, you might need to scroll up if you have too many mods printing the console.
Changes are made on the fly, so even if another mod touches leveled lists, it will still work.
A quick explanation: Basically makes the same edit the ESP does with a plus, Instead of completely removing base Riders/Fiends armors, they are put inside the mod's armor list, so raiders and fiends still spawn with them every now and then instead of being completely removed.
If author desires so, he can remove the actual edits from the base forms, leaving the ESP with unique forms only.
And a note of warning: While it might be safe to install and uninstall midway through, the leveled list changes may or may not persist in your save file, this is true for an old GECK function which is very similar, i am not sure if this carries over to NVSE and JIP functions.
Author can upload it as an optional download for his mod. I didn't add anything that could be considered of my creation. Sorry for the late reply, i'm just coming back again to NV modding. The armors are very enjoyable in game.
hey man long time no see I still think you should upload this as a optional mod, if it will help i will ask the mod creator if you got his permission :D
it just stuff like level list can be hard for most people to figure out i know for the love of pete i have troubles with scripts >W<
The mod's really awesome, endorsed! There's a thing I don't really like tho, it's anarchist armor's symbol glowing. Is there a version without the glowby the chance or, uh, at least a way to exclude that armor? I'm not really familiar with that all, tried removing its meshes and textures, didn't expect it to actually help and, well, it didn't
So I'm having this issue where entering Fiend Territory causes heavy stutter then CTD, at first I assumed it was some other mod but after disabling this mod, I find that the area is now not buggy. Idk if it's because of a Mod conflict, if you might know of any.
I think I figured it out! I think it was conflicting with some texture pack mods like Ojo Bueno or NMC, either way I'd uninstalled those since they were already causing problems to begin with, and now the Fiends Territory is better. Still some stutter but nothing major!
It's simply a Power Armor mod for the Legion. The armor can be found in the Legion Safe House. I recommend installing the "Titans Of The New West" mod and the patch for these Legion power armors so they can better replicate to what power armor was like in Fallout 1 and 2. Webb has the patch files for TOTNW.
Now, this looks cool, but it doesnt seem to be working for me, as in none of the armors are spawning on the fiends, i dont know if it is because i use spice of life mod, that needs one out of three body mods, might that be it? if anyone knows for sure please let me know! thanks in advance.
253 comments
Also, there is a file called "PowerToTheBull - LEGIONPAs.esp". My bad, you can ignore that.
Instructions:
Notes:
And a note of warning: While it might be safe to install and uninstall midway through, the leveled list changes may or may not persist in your save file, this is true for an old GECK function which is very similar, i am not sure if this carries over to NVSE and JIP functions.
Print "Nightmare Fiends: JIP NVSE Script"
; - NVSE detects Nightmare Fiends mod active -
if IsModLoaded "NightmareFiends.esp" == 1
Print "Nightmare Fiends: Loaded"
LeveledListAddForm Fiend1ArmorComplete AAAFiendAllArmorsList 1 1 0.0
LeveledListAddForm Fiend2ArmorComplete AAAFiendAllArmorsList 1 1 0.0
LeveledListAddForm Fiend3ArmorComplete AAAFiendAllArmorsList 1 1 0.0
LeveledListRemoveForm Fiend1ArmorComplete Raider1ArmorAll
LeveledListRemoveForm Fiend2ArmorComplete Raider2ArmorAll
LeveledListRemoveForm Fiend3ArmorComplete Raider3ArmorAll
LeveledListAddForm LootArmorFiend1ArmorAll AAAFiendAllArmorsList 1 1 0.0
LeveledListAddForm LootArmorFiend2ArmorAll AAAFiendAllArmorsList 1 1 0.0
LeveledListAddForm LootArmorFiend3ArmorAll AAAFiendAllArmorsList 1 1 0.0
LeveledListAddForm LootArmorFiendArmorAll AAAFiendAllArmorsList 1 1 0.0
LeveledListRemoveForm LootArmorFiend1ArmorAll CondRaider1Armor01
LeveledListRemoveForm LootArmorFiend1ArmorAll CondRaider1Armor02
LeveledListRemoveForm LootArmorFiend1ArmorAll CondRaider1Armor03
LeveledListRemoveForm LootArmorFiend1ArmorAll CondRaider1Armor04
LeveledListRemoveForm LootArmorFiend2ArmorAll CondRaider2Armor01
LeveledListRemoveForm LootArmorFiend2ArmorAll CondRaider2Armor02
LeveledListRemoveForm LootArmorFiend2ArmorAll CondRaider2Armor03
LeveledListRemoveForm LootArmorFiend2ArmorAll CondRaider2Armor04
LeveledListRemoveForm LootArmorFiend3ArmorAll CondRaider3Armor01
LeveledListRemoveForm LootArmorFiend3ArmorAll CondRaider3Armor02
LeveledListRemoveForm LootArmorFiend3ArmorAll CondRaider3Armor03
LeveledListRemoveForm LootArmorFiend3ArmorAll CondRaider3Armor04
LeveledListRemoveForm LootArmorFiendArmorAll CondRaider1Armor01
LeveledListRemoveForm LootArmorFiendArmorAll CondRaider1Armor02
LeveledListRemoveForm LootArmorFiendArmorAll CondRaider1Armor03
LeveledListRemoveForm LootArmorFiendArmorAll CondRaider1Armor04
LeveledListRemoveForm LootArmorFiendArmorAll CondRaider2Armor01
LeveledListRemoveForm LootArmorFiendArmorAll CondRaider2Armor02
LeveledListRemoveForm LootArmorFiendArmorAll CondRaider2Armor03
LeveledListRemoveForm LootArmorFiendArmorAll CondRaider2Armor04
LeveledListRemoveForm LootArmorFiendArmorAll CondRaider3Armor01
LeveledListRemoveForm LootArmorFiendArmorAll CondRaider3Armor02
LeveledListRemoveForm LootArmorFiendArmorAll CondRaider3Armor03
LeveledListRemoveForm LootArmorFiendArmorAll CondRaider3Armor04
LeveledListAddForm AAAFiendAllArmorsList Raider1ArmorAll 1 1 0.0
LeveledListAddForm AAAFiendAllArmorsList Raider2ArmorAll 1 1 0.0
LeveledListAddForm AAAFiendAllArmorsList Raider3ArmorAll 1 1 0.0
; - NVSE detects Tale of Two Wastelands mod active -
if IsModLoaded "TaleOfTwoWastelands.esm" == 1
Print "Nightmare Fiends: TTW detected"
LeveledListAddForm ArmorRaiderTier0 AAAFiendAllArmorsList 1 1 0.0
LeveledListAddForm ArmorRaiderTier1 AAAFiendAllArmorsList 1 1 0.0
LeveledListAddForm ArmorRaiderTier2 AAAFiendAllArmorsList 1 1 0.0
LeveledListAddForm ArmorRaiderTier3 AAAFiendAllArmorsList 1 1 0.0
LeveledListAddForm ArmorRaiderTier4 AAAFiendAllArmorsList 1 1 0.0
LeveledListRemoveForm ArmorRaiderTier0 LootRaiderCombined
LeveledListRemoveForm ArmorRaiderTier1 LootRaiderCombined
LeveledListRemoveForm ArmorRaiderTier2 LootRaiderCombined
LeveledListRemoveForm ArmorRaiderTier3 LootRaiderCombined
LeveledListRemoveForm ArmorRaiderTier3 LootRaiderMetalCombined
LeveledListRemoveForm ArmorRaiderTier4 LootRaiderCombined
LeveledListRemoveForm ArmorRaiderTier4 LootRaiderMetalReinforcedCombined
LeveledListAddForm AAAFiendAllArmorsList LootRaiderMetalCombined 1 1 0.0
LeveledListAddForm AAAFiendAllArmorsList LootRaiderMetalReinforcedCombined 1 1 0.0
LeveledListAddForm LootRaiderArmor AAAFiendAllArmorsList 1 1 0.0
LeveledListAddForm LootRaiderCombined AAAFiendAllArmorsList 1 1 0.0
endif
endif
; IsModLoaded check is necessary to prevent errors if the mod is not properly uninstalled.
it just stuff like level list can be hard for most people to figure out i know for the love of pete i have troubles with scripts >W<
Just will you think on it my friend :D
Saw the ESP was confused myself