Hey, I'm trying to replace this same song with a different song (i am binded to you by Meth Wax- the line 'where will I watch my sunset on the hillside?' hits pretty hard). How did you do it? Thanks in advance!
UPDATE: I might have figured it out? Mostly? I installed OpenIV and exported the files THATSTHEWAYITIS_1.wav and THATSTHEWAYITIS_2.wav and replaced them with the new .wav files. Then I wrote up an install.xml for LML and put it all in a folder (the gamepath in the install is "audio:/sfx/SCORE_05/BOB_THATTHEWAYITIS.awc" since I couldn't figure out how to replace the AWC itself. It all appears fine in LML, but I won't be able to see if it actually works in-game until the end of chapter 6, for obvious reasons. I'd love to know if I missed something.
Lemme know your thoughts if and when you get around to reading this. Thanks again!
that sounds about right and btw try a 100% save and use the replay feature the mission is red dead redemption also feel free to use a program like WinMerge to look at my install.xml
About the install.xml, should I include the ".awc" part of the filepath or just leave it at "BOB_THATTHEWAYITIS"? (In case you haven't guessed, this is my first time modding this game.)
Update! My mod didn't work. I assume this is due to me not including the AWC and instead including the .wav files themselves. How did you extract the AWC? I can't figure it out with OpenIV. Thanks!
which version? Are you sure you installed lml correctly? I've tested both after reading this and haven't ran into any problems please try using a conflict checker to see if any files conflict with mine https://www.rdr2mods.com/downloads/rdr2/tools/460-lml-mod-conflict-checker-tool-lmcct/
Yeah im not sure. LML is installed correctly. Ill look into the conflict checker though. Also Ive tried with both versions so its honestly kind of strange that neither worked.
Yeah it should look like "Red Dead Redemption 2\lml\Last pale light in the west" and that folder should contain an "audio" folder and my install.xml which looks like this <?xml version="1.0" encoding="utf-8"?> <EasyInstall> <Name>Last pale light in the west</Name> <Author>ZarthezHD</Author> <Version>1.0</Version> <Link></Link> <Metadata></Metadata> <Resources> <Resource> <FileReplacements> <GamePath>audio:/sfx/SCORE_05</GamePath> <FilePath>audio</FilePath> </FileReplacements> </Resource> </Resources> </EasyInstall>
16 comments
UPDATE: I might have figured it out? Mostly? I installed OpenIV and exported the files THATSTHEWAYITIS_1.wav and THATSTHEWAYITIS_2.wav and replaced them with the new .wav files. Then I wrote up an install.xml for LML and put it all in a folder (the gamepath in the install is "audio:/sfx/SCORE_05/BOB_THATTHEWAYITIS.awc" since I couldn't figure out how to replace the AWC itself. It all appears fine in LML, but I won't be able to see if it actually works in-game until the end of chapter 6, for obvious reasons. I'd love to know if I missed something.
Lemme know your thoughts if and when you get around to reading this. Thanks again!
<GamePath>audio:/sfx/SCORE_05</GamePath>
<FilePath>audio</FilePath>
</FileReplacements>
this was my only guide I hope this helps ill make it more confusing than it really is
I've tested both after reading this and haven't ran into any problems please try using a conflict checker to see if any files conflict with mine
https://www.rdr2mods.com/downloads/rdr2/tools/460-lml-mod-conflict-checker-tool-lmcct/
<?xml version="1.0" encoding="utf-8"?>
<EasyInstall>
<Name>Last pale light in the west</Name>
<Author>ZarthezHD</Author>
<Version>1.0</Version>
<Link></Link>
<Metadata></Metadata>
<Resources>
<Resource>
<FileReplacements>
<GamePath>audio:/sfx/SCORE_05</GamePath>
<FilePath>audio</FilePath>
</FileReplacements>
</Resource>
</Resources>
</EasyInstall>