loot/fallout3

KDS Zealotlees ACR with Ironsights

Kelmych opened this issue · 4 comments

http://www.nexusmods.com/fallout3/mods/17748

name: ZL-ACR.esp
tag:
  - Stats
dirty:
  - crc: 0x373C0213
    util: FO3Edit 3.0.32
    itm: 7

Different version of same plugin used by Zealotlees ACR mod

Different version of same plugin used by Zealotlees ACR mod

So they should be incompatible with each other?

Instead of what is above I suggest what's below to replace what is currently in ZL-ACR.esp. This also fixes an error; ZL-ACR.esp from the original mod isn't dirty.

name: ZL-ACR.esp
msg:
  - type: say
    content: ZL-ACR.esp from KDSZealotleeACRwithIronsights  is preferred when using RH_Ironsights, or alternatively the version in the Zealotlee Adaptive Combat Rifle Script Bugfix mod can be used.
    condition: active("RH_IRONSIGHTS.esm") and checksum("ZL-ACR.esp", E4D428D7)
tag:
  - Stats
dirty:
  - crc: 0x373c0213
    util: "[FO3Edit](http://www.nexusmods.com/fallout3/mods/637)"
    itm: 7
  - crc: 0xE94AC8C2
    util: "[FO3Edit](http://www.nexusmods.com/fallout3/mods/637)"
    itm: 7

Well, first of all, it doesn't really make sense to have "condition: file("ZL-ACR.esp")" for ZL-ACR.esp... :)

Second, the msg itself doesn't make much sense either, since it isn't possible to have two different mods of the same (file)name "live" side-by-side. One would have to override the other on the filesystem level. (Try to create a file "test.txt" on your desktop and a file "test.txt" in your Documents folder. Then drag the one from the Documents to your desktop and watch Windows raise a warning.)

I feel like I've mentioned this before...

see above replacement that I edited