open rdr2 with open iv and navigate to update_4.rpf/x64/data/effects/ find animpostfx.ymt right click on it and select export to XML.now open the exported animpostfx.ymt with notepad++ and remove the UNK_TYPE_ from </UNK_TYPE_0xFAE1A86A> at the first and last lines of animpostfx.ymt so it should look like this </0xFAE1A86A> then go to these lines to remove eagleEye and deadEye effects but keep the eagle eye glow for pickups and deadEye critical areas.
lines below are for eagleEye: Go to(ctrl+g in notepad++)line 54459 change: <Disabled value="false"/> to <Disabled value="true"/> Go to(ctrl+g in notepad++)line 54472 change to this <Intensity value="0.00000000"/> Go to(ctrl+g in notepad++)line 55343 change: <Disabled value="false"/> to <Disabled value="true"/>
lines below are for deadEye: Go to(ctrl+g in notepad++)line 40688 change: <Disabled value="false"/> to <Disabled value="true"/> Go to(ctrl+g in notepad++)line 41130 change: <Disabled value="false"/> to <Disabled value="true"/> Go to(ctrl+g in notepad++)line 92178 change: <Disabled value="false"/> to <Disabled value="true"/> Go to(ctrl+g in notepad++)line 92399 change: <Disabled value="false"/> to <Disabled value="true"/> Go to(ctrl+g in notepad++)line 92841 change: <Disabled value="false"/> to <Disabled value="true"/>
after that hit save.
now for the install.xml open notepad++ select file/new and copy paste the lines below. <EasyInstall> <Name>name it what ever you want</Name> <Author>you can put your name here</Author> <Link></Link> <Metadata></Metadata> <Resources> <Resource> <FileReplacement> <GamePath>update:/x64/data/effects/animpostfx.ymt</GamePath> <FilePath>animpostfx.ymt</FilePath> </FileReplacement> </Resource> </Resources> </EasyInstall>
hit save make sure the name of the file is install and format is xml.(install.xml) create a new folder and put the install.xml , animpostfx.ymt that you've made inside it.put the folder into lenny mod loader and thats it.load your game deadEye and EagleEye effects are gone but critical areas and glow for pickups are present.
13 comments
lines below are for eagleEye:
Go to(ctrl+g in notepad++)line 54459 change: <Disabled value="false"/> to <Disabled value="true"/>
Go to(ctrl+g in notepad++)line 54472 change to this <Intensity value="0.00000000"/>
Go to(ctrl+g in notepad++)line 55343 change: <Disabled value="false"/> to <Disabled value="true"/>
lines below are for deadEye:
Go to(ctrl+g in notepad++)line 40688 change: <Disabled value="false"/> to <Disabled value="true"/>
Go to(ctrl+g in notepad++)line 41130 change: <Disabled value="false"/> to <Disabled value="true"/>
Go to(ctrl+g in notepad++)line 92178 change: <Disabled value="false"/> to <Disabled value="true"/>
Go to(ctrl+g in notepad++)line 92399 change: <Disabled value="false"/> to <Disabled value="true"/>
Go to(ctrl+g in notepad++)line 92841 change: <Disabled value="false"/> to <Disabled value="true"/>
after that hit save.
now for the install.xml open notepad++ select file/new and copy paste the lines below.
<EasyInstall>
<Name>name it what ever you want</Name>
<Author>you can put your name here</Author>
<Link></Link>
<Metadata></Metadata>
<Resources>
<Resource>
<FileReplacement>
<GamePath>update:/x64/data/effects/animpostfx.ymt</GamePath>
<FilePath>animpostfx.ymt</FilePath>
</FileReplacement>
</Resource>
</Resources>
</EasyInstall>
hit save make sure the name of the file is install and format is xml.(install.xml)
create a new folder and put the install.xml , animpostfx.ymt that you've made inside it.put the folder into lenny mod loader and thats it.load your game deadEye and EagleEye effects are gone but critical areas and glow for pickups are present.
sorry for my bad english.