Jump to content

WesternGamer

Recognized Creator
  • Joined

  • Last visited

Everything posted by WesternGamer

  1. @JammyDodger I made my own mod that replaces the startup video with one from another game called Space Engineers. You can find a video of it here: https://drive.google.com/file/d/1h88Cd1DP28ZGpkblJ1XEKNpBKwJy7N5h/view?usp=sharing There is no audio as I misconfigured OBS.
  2. @JammyDodger I fixed the mod for you. To get it to work, you will need to make a folder called downloader in the lml folder. Now just copy and paste the folder from the zip file in the downloader folder and it should work! CustomStartVideo.zip
  3. @BaranPro58 Yes you can reset back to Turkish, you just need to do the same thing, just pick the Turkish language pack instead of the English language pack.
  4. @BaranPro58 Try this tutorial from stackexchange to change language: https://superuser.com/questions/1537466/how-to-change-language-of-windows-10-single-language-without-format.
  5. @SnowMan509 You need to put the contents of the ModLoader folder from the zip file you downloaded in E:\Steam Games\steamapps\common\Red Dead Redemption 2 where rdr2.exe is located, not in E:\Steam Games\steamapps\common\Red Dead Redemption 2\lml. Before doing that, delete the lml folder in E:\Steam Games\steamapps\common\Red Dead Redemption 2. If windows says that the destination has 5 files with the same names, click Replace the files in the destination.
  6. @RichChicken In install.xml, <Resources> <Resource> <DataFile>strings.gxt2</DataFile> </Resource> <Resource> <FileReplacement> <GamePath>audio:/x64/audio/sfx/WEAPONS_PLAYER/REV_CATTLEMAN_FINAL.awc</GamePath> <FilePath>audio/REV_SCHOFIELD_FINA.awc</FilePath> </FileReplacement> I think audio:/x64/audio/sfx/WEAPONS_PLAYER/REV_CATTLEMAN_FINAL.awc is supposed to be audio:/sfx/WEAPONS_PLAYER/REV_CATTLEMAN_FINAL.awc. The awc files can't be swapped because the awc files contain multiple audio sounds and the hashes inside both don't match each other
  7. @LMS Does Lml support streaming/replacing awc audio files or is that coming in a later version?
  8. If you did not get your lml compatible mods to work: Check what lml is mounting the rpf files as. 1. Change logging to 0 in the lml config file. 2. Run the game. 3. Open the log and find this area of the log (Its near the top) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: common:/ (common_0.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: common:/ (movies_0.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: platform:/ (anim_0.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: platform:/ (data_0.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: platform:/ (rowpack_0.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: platform:/ (hd_0.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: platform:/ (levels_0.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: platform:/ (levels_1.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: platform:/ (levels_2.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: platform:/ (levels_3.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: platform:/ (levels_4.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: platform:/ (levels_5.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: platform:/ (levels_6.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: platform:/ (levels_7.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: platform:/ (packs_0.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: platform:/ (packs_1.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: platform:/ (textures_0.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: platform:/ (textures_1.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: common:/ (shaders_x64.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: update:/ (update_2.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: update:/ (update_3.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: update:/ (update_4.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: update:/ (update_1.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/ (x64/audio/audio_rel.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:687: CustomCollection::Open: audio:/config/packlist_rel.txt (x64/audio/audio_rel.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:370: AllocateHandle: Allocated new handle 1 for 0xa7e32188 (x64/audio/audio_rel.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/ANIMALS_FAR/ (platform:/audio/sfx/ANIMALS_FAR.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/ANIMALS_HORSES/ (platform:/audio/sfx/ANIMALS_HORSES.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/ANIMALS_NEAR/ (platform:/audio/sfx/ANIMALS_NEAR.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/CUTSCENE_MASTERED_ONLY/ (platform:/audio/sfx/CUTSCENE_MASTERED_ONLY.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/INTERACTIVE_MUSIC/ (platform:/audio/sfx/INTERACTIVE_MUSIC.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/MUSIC_2T/ (platform:/audio/sfx/MUSIC_2T.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/ONESHOT_AMBIENCE/ (platform:/audio/sfx/ONESHOT_AMBIENCE.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/PEDS_00/ (platform:/audio/sfx/PEDS_00.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/PEDS_01/ (platform:/audio/sfx/PEDS_01.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/PEDS_02/ (platform:/audio/sfx/PEDS_02.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/PEDS_03/ (platform:/audio/sfx/PEDS_03.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/PEDS_04/ (platform:/audio/sfx/PEDS_04.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/PEDS_05/ (platform:/audio/sfx/PEDS_05.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/PEDS_06/ (platform:/audio/sfx/PEDS_06.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/PEDS_07/ (platform:/audio/sfx/PEDS_07.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/PEDS_08/ (platform:/audio/sfx/PEDS_08.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/PEDS_09/ (platform:/audio/sfx/PEDS_09.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/PEDS_10/ (platform:/audio/sfx/PEDS_10.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/RDR3.Resident/ (platform:/audio/sfx/RDR3.Resident.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/RESIDENT/ (platform:/audio/sfx/RESIDENT.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/SCORE_01/ (platform:/audio/sfx/SCORE_01.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/SCORE_02/ (platform:/audio/sfx/SCORE_02.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/SCORE_03/ (platform:/audio/sfx/SCORE_03.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/SCORE_04/ (platform:/audio/sfx/SCORE_04.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/SCORE_05/ (platform:/audio/sfx/SCORE_05.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/SCORE_06/ (platform:/audio/sfx/SCORE_06.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/SCRIPT/ (platform:/audio/sfx/SCRIPT.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/SS_AM/ (platform:/audio/sfx/SS_AM.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/SS_NZ/ (platform:/audio/sfx/SS_NZ.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/STREAMED_AMBIENCE/ (platform:/audio/sfx/STREAMED_AMBIENCE.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/STREAMS/ (platform:/audio/sfx/STREAMS.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/STREAMS_AS/ (platform:/audio/sfx/STREAMS_AS.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/S_MISC/ (platform:/audio/sfx/S_MISC.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/S_RE/ (platform:/audio/sfx/S_RE.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/S_VOFX/ (platform:/audio/sfx/S_VOFX.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/THUNDER/ (platform:/audio/sfx/THUNDER.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/VEHICLES/ (platform:/audio/sfx/VEHICLES.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/WALLA/ (platform:/audio/sfx/WALLA.rpf) 2021-08-08 20:01:58 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: audio:/sfx/WEAPONS_PLAYER/ (platform:/audio/sfx/WEAPONS_PLAYER.rpf) 4. Fix errors in the install.xml file of your mod. Example: <FileReplacement> <GamePath>update_1:/common/movies/rockstar_logos.bk2</GamePath> <FilePath>replace/rockstar_logos.bk2</FilePath> </FileReplacement> This will not work because lml is mounting update_1 as update. To fix this, just change update_1 to update. 5. Your mod should be fixed!
  9. Try to change update_1 to update. It fixed the problem for me.
  10. I fixed it: I had to change update_1: to update: in the install xml file in my mod.
  11. NOTE: This issue has been resolved. The mount as part may not reflect the name of the .rpf file. @LMS Here is the first few lines of the log 2021-08-08 19:42:04 INFO d:\gtav\vfs\vfs\vfs\loadermain.cpp:116: Log initialized 2021-08-08 19:42:04 INFO d:\gtav\vfs\vfs\vfs\loadermain.cpp:117: Lenny's Mod Loader Beta Test Version 0.5.7872.2247 - Compiled on Jul 21 2021 01:14:57 2021-08-08 19:42:04 INFO d:\gtav\vfs\vfs\vfs\loadermain.cpp:122: Running RDR2 2021-08-08 19:42:04 INFO d:\gtav\vfs\vfs\vfs\loadermain.cpp:97: Game File Version: 1.0.1436.25 2021-08-08 19:42:04 TRACE d:\gtav\vfs\vfs\vfs\loadermain.cpp:24: InitializeSafe 2021-08-08 19:42:04 INFO d:\gtav\vfs\vfs\vfs\hooking\hooking.cpp:44: Found hooking memory at 7ff6be2e0000 2021-08-08 19:42:04 INFO d:\gtav\vfs\vfs\vfs\loadermain.cpp:147: HookFunction::RunAll(): done 2021-08-08 19:42:04 INFO d:\gtav\vfs\vfs\vfs\loadermain.cpp:132: Init done 2021-08-08 19:42:04 TRACE d:\gtav\vfs\vfs\vfs\pipeserver.cpp:44: Ready for client connection 2021-08-08 19:42:06 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:1318: CustomCollection::MountAs: packcache:/ (appdata0_update.rpf) 2021-08-08 19:42:06 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:687: CustomCollection::Open: packcache:/mountmanifest_tu.xml (appdata0_update.rpf) 2021-08-08 19:42:06 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:548: Full file name addonDLC:/replace/appdata0_update/mountmanifest_tu.xml (packcache:/mountmanifest_tu.xml) 2021-08-08 19:42:06 TRACE d:\gtav\vfs\vfs\vfs\rdr3\customcollection.cpp:370: AllocateHandle: Allocated new handle 1 for 0x94a969c1 (appdata0_update.rpf) 2021-08-08 19:42:06 TRACE d:\gtav\vfs\vfs\vfs\pipeserver.cpp:72: Client connected, creating a processing thread. 2021-08-08 19:42:06 TRACE d:\gtav\vfs\vfs\vfs\pipeserver.cpp:44: Ready for client connection 2021-08-08 19:42:06 TRACE d:\gtav\vfs\vfs\vfs\pipeserver.cpp:145: InstanceThread created, receiving and processing messages. 2021-08-08 19:42:06 INFO d:\gtav\vfs\vfs\vfs\rdr3\stringreplace.h:38: Added new text c7153721 2021-08-08 19:42:06 INFO d:\gtav\vfs\vfs\vfs\rdr3\stringreplace.h:38: Added new text 7e945c8 2021-08-08 19:42:06 TRACE d:\gtav\vfs\vfs\vfs\rdr3\communicationclient.cpp:122: Requested to override stream file movies_0:/movies/rockstar_logos.bk2 with addonDLC:/downloader/customstartvideo/replace/rockstar_logos.bk2 2021-08-08 19:42:06 TRACE d:\gtav\vfs\vfs\vfs\rdr3\communicationclient.cpp:122: Requested to override stream file movies_0:/movies/rockstar_logos_4k.bk2 with addonDLC:/downloader/customstartvideo/replace/rockstar_logos_4k.bk2 2021-08-08 19:42:06 TRACE d:\gtav\vfs\vfs\vfs\rdr3\communicationclient.cpp:98: Requested to stream file addonDLC:/downloader/customstartvideo/stream/rockstar_logos.bk2 2021-08-08 19:42:06 INFO d:\gtav\vfs\vfs\vfs\rdr3\streamingfilesloader.cpp:230: Adding addonDLC:/downloader/customstartvideo/stream/rockstar_logos.bk2 to queue 2021-08-08 19:42:06 TRACE d:\gtav\vfs\vfs\vfs\rdr3\communicationclient.cpp:98: Requested to stream file addonDLC:/downloader/customstartvideo/stream/rockstar_logos_4k.bk2 2021-08-08 19:42:06 INFO d:\gtav\vfs\vfs\vfs\rdr3\streamingfilesloader.cpp:230: Adding addonDLC:/downloader/customstartvideo/stream/rockstar_logos_4k.bk2 to queue 2021-08-08 19:42:06 TRACE d:\gtav\vfs\vfs\vfs\rdr3\communicationclient.cpp:98: Requested to stream file addonDLC:/downloader/mainmenutexturemod/stream/landing_page.ytd 2021-08-08 19:42:06 INFO d:\gtav\vfs\vfs\vfs\rdr3\streamingfilesloader.cpp:230: Adding addonDLC:/downloader/mainmenutexturemod/stream/landing_page.ytd to queue 2021-08-08 19:42:06 TRACE d:\gtav\vfs\vfs\vfs\rdr3\loaderrdr3.cpp:47: Mod manager initialized successfully I was using the streaming feature the load the videos. It was trying to replace the videos in movies_0.rpf but there are the same videos in update_1.rpf. Do I have to use the replace feature the replace the videos in update_1.rpf? Or does lml also override the files in update_1.rpf? Also I was both trying to stream and replace the files at the same time according to the log above but I tried to replace the files only but that did not work.
  12. @LMS I am replacing the video that plays when you launch the game (The one which has the red rockstar logo) and I tried replacing it but it does not work. Lml is treating it like it does not exist. The mod this located like this Red Dead Redemption 2\lml\replace\update_1\common\movies. The replacement videos are located in the movies folder. I am running the latest version of rdr2 on steam.