Thank you for the patch, appreciate it. :) I haven't seen too many dead eye patches for new enemy mods.
Would you be able to help me with a patch? I'm trying to make a Deadeye Patch for FGEP, I've tried to copy your mod that adds deadeye to wendigo but its not working.
I tried to make the mod but it doesn't seem to work. I'm not sure if its because the main ghoul race is overwriting dead eyes code or not, causing all ghoul races to be taken out in one hit, or if I named the file wrong, directory etc, Current directory: FGEP Deadeye Patch > F4SE > Plugins > RobCo_Patcher > FormList > [ARRETH] FGEP-DE.esp (I also tried Deadeye> Deadeye Patch > [ARRETH] FGEP-DE.esp)
Hey there, you can find the winter creature mods in the description. This mod simply patches them to BLD NG mods like Deadeye. Hope that clears up your question. Thanks!
6 comments
I haven't seen too many dead eye patches for new enemy mods.
Would you be able to help me with a patch?
I'm trying to make a Deadeye Patch for FGEP, I've tried to copy your mod that adds deadeye to wendigo but its not working.
I will take a look this week.
I tried to make the mod but it doesn't seem to work.
I'm not sure if its because the main ghoul race is overwriting dead eyes code or not, causing all ghoul races to be taken out in one hit, or if I named the file wrong, directory etc,
Current directory: FGEP Deadeye Patch > F4SE > Plugins > RobCo_Patcher > FormList > [ARRETH] FGEP-DE.esp (I also tried Deadeye> Deadeye Patch > [ARRETH] FGEP-DE.esp)
Here is the code I wrote.
// # 4estGimp - FGEP Deadeye Patch
// # Requires: [ARRETH] FGEP-DE.esp
// Add objects to formlist Deadeye_Race_Weak "Deadeye_Race_Weak" [FLST:FE004004]
// - fgep_maggotRace "Maggot Race" [RACE:05166ED9]
// - fgep_slasherRace "Feral Ghoul" [RACE:05072055]
// - fgep_shamblerrace "Shamblers Race" [RACE:05008955]
// - fgep_DiseasedRace "Diseased Feral Ghoul" [RACE:0515A2AE]
// - fgep_diggerRace "diggerRace" [RACE:0517C475]
filterByFormLists=Deadeye.esp|FE057004:formsToAdd=[ARRETH] FGEP-DE.esp|05166ED9
filterByFormLists=Deadeye.esp|FE057004:formsToAdd=[ARRETH] FGEP-DE.esp|05072055
filterByFormLists=Deadeye.esp|FE057004:formsToAdd=[ARRETH] FGEP-DE.esp|05008955
filterByFormLists=Deadeye.esp|FE057004:formsToAdd=[ARRETH] FGEP-DE.esp|0515A2AE
filterByFormLists=Deadeye.esp|FE057004:formsToAdd=[ARRETH] FGEP-DE.esp|0517C475
// Add objects to formlist Deadeye_Race_Moderate "Deadeye_Race_Moderate" [FLST:FE057005]
// - fgep_crawlerRace "Crawler Race" [RACE:05036C58]
// - fgep_exploderRace "Exploder Race" [RACE:05011264]
// - fgep_shamblerPArace "Armored Shamblers Race" [RACE:0501031D]
// - fgep_rotterRace "Feral Ghoul" [RACE:0507EAE0]
// - fgep_SpitterRace "Spitters" [RACE:05000F99]
filterByFormLists=Deadeye.esp|FE057005:formsToAdd=[ARRETH] FGEP-DE.esp|05036C58
filterByFormLists=Deadeye.esp|FE057005:formsToAdd=[ARRETH] FGEP-DE.esp|05011264
filterByFormLists=Deadeye.esp|FE057005:formsToAdd=[ARRETH] FGEP-DE.esp|0501031D
filterByFormLists=Deadeye.esp|FE057005:formsToAdd=[ARRETH] FGEP-DE.esp|0507EAE0
filterByFormLists=Deadeye.esp|FE057005:formsToAdd=[ARRETH] FGEP-DE.esp|05000F99
// Add objects to formlist Deadeye_Race_Strong "Deadeye_Race_Strong" [FLST:FE057003]
// - fgep_FeralBruteRace "Mango Brutus" [RACE:050D752C]
// - fgep_RavagerRace "Ravager" [RACE:0503CCD2]
filterByFormLists=Deadeye.esp|FE057003:formsToAdd=[ARRETH] FGEP-DE.esp|050D752C
filterByFormLists=Deadeye.esp|FE057003:formsToAdd=[ARRETH] FGEP-DE.esp|0503CCD2
// Add objects to formlist Deadeye_Race_Powerful "Deadeye_Race_Powerful" [FLST:FE004006
// - fgep_tankRace "Feral Tanks Race" [RACE:050611FA]
// - fgep_GoliathRace "Goliath" [RACE:0519A2BD]
// - fgep_GoliathRaceArmored "Goliath" [RACE:0501214C]
filterByFormLists=Deadeye.esp|FE054006:formsToAdd=[ARRETH] FGEP-DE.esp|050611FA
filterByFormLists=Deadeye.esp|FE054006:formsToAdd=[ARRETH] FGEP-DE.esp|0519A2BD
filterByFormLists=Deadeye.esp|FE054006:formsToAdd=[ARRETH] FGEP-DE.esp|0501214C