Advertisement
littlebelialskey

RDR2 : RDO / WhyEm DLC troubleshooting

Nov 15th, 2024
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.76 KB | Gaming | 0 0
  1. https://www.reddit.com/r/PCRedDead/comments/1grcwrm/comment/lx7us1m/
  2.  
  3. TL;DR : make sure you use version.dll and ScriptHookV2.dll. If it doesn't work see below
  4. ___________________
  5. Maybe you don't have the correct one, AFAIK there are 2 : d8input.dll (or similar) and version.dll
  6.  
  7. version.dll is the one you want, it unlocks Online content (and more). Try to replace whatever you have with version.dll. Also, i advise using the ScriptHookV2 you find on the nexus, not the dev-c.com one.
  8.  
  9. If you want to be absolutely sure you have the correct extension, here is my "version.dll" hash : 9ce7292e3eee9e6c1078a856479150c4 (use "certutil -hashfile .\version.dll MD5" command)
  10.  
  11. If not,
  12.  
  13. can you give a list of your files ? or I can give mine (which work) so you can compare with yours :
  14.  
  15. PS C:\> (gci "C:\Program Files (x86)\Steam\steamapps\common\Red Dead Redemption 2" -recurse | where {$_.Extension -in ".dll",".asi"} | sort -Property Extension).Fullname
  16.  
  17. RESULT LISTE :
  18.  
  19. C:\Program Files (x86)\Steam\steamapps\common\Red Dead Redemption 2\HudCrosshair.asi
  20. C:\ (....) \Red Dead Redemption 2\Stagecoaches.asi
  21. C:\ (....) \Red Dead Redemption 2\Hard.asi
  22. C:\ (....) \Red Dead Redemption 2\Houses.asi
  23. C:\ (....) \Red Dead Redemption 2\SimpleHighStakes.asi
  24. C:\ (....) \Red Dead Redemption 2\OpenAllInteriors.asi
  25. C:\ (....) \Red Dead Redemption 2\PedDamageOverhaul.asi
  26. C:\ (....) \Red Dead Redemption 2\RemoveSpeedLimits.asi
  27. C:\ (....) \Red Dead Redemption 2\Rampage.asi
  28. C:\ (....) \Red Dead Redemption 2\vfs.asi
  29. C:\ (....) \Red Dead Redemption 2\BountiesExpansion.asi
  30. C:\ (....) \Red Dead Redemption 2\NoAutoReloadEver.asi
  31. C:\ (....) \Red Dead Redemption 2\AMJMTransport.asi
  32. C:\ (....) \Red Dead Redemption 2\ammo.asi
  33. C:\ (....) \Red Dead Redemption 2\lml\red_dead_offline\loader.asi
  34. C:\ (....) \Red Dead Redemption 2\Duels.asi
  35. C:\ (....) \Red Dead Redemption 2\RampageFiles\Plugins\fmodstudio.dll
  36. C:\ (....) \Red Dead Redemption 2\12on7\d3d12.dll
  37. C:\ (....) \Red Dead Redemption 2\version.dll
  38. C:\ (....) \Red Dead Redemption 2\steam_api64.dll
  39. C:\ (....) \Red Dead Redemption 2\ScriptHookRDR2.dll
  40. C:\ (....) \Red Dead Redemption 2\RampageFiles\Plugins\fmod.dll
  41. C:\ (....) \Red Dead Redemption 2\ffx_fsr2_api_vk_x64.dll
  42. C:\ (....) \Red Dead Redemption 2\ffx_fsr2_api_x64.dll
  43. C:\ (....) \Red Dead Redemption 2\ModManager.Core.dll
  44. C:\ (....) \Red Dead Redemption 2\bink2w64.dll
  45. C:\ (....) \Red Dead Redemption 2\dxilconv7.dll
  46. C:\ (....) \Red Dead Redemption 2\ffx_fsr2_api_dx12_x64.dll
  47. C:\ (....) \Red Dead Redemption 2\NvLowLatencyVk.dll
  48. C:\ (....) \Red Dead Redemption 2\nvngx_dlss.dll
  49. C:\ (....) \Red Dead Redemption 2\oo2core_5_win64.dll
  50. C:\ (....) \Red Dead Redemption 2\ModManager.NativeInterop.dll
  51. C:\ (....) \Red Dead Redemption 2\NLog.dll
  52. C:\ (....) \Red Dead Redemption 2\amd_ags_x64.dll
  53. Some of the .dll are irrelevant here but I guess but it gives an idea
  54.  
  55.  
  56. I know that I put the hook script and the V2 hook script but I have to look later if I have the version dll And also no I have to delete content online and leaves version dll ?
  57.  
  58. I think so, what is your Online content unlocker file ? I don't think I have it. Check my file list on the updated comment (.asi and .dll files)
  59.  
  60.  
  61. (part 2) Make sure that you have the RDO-compatible version of WhyEm (or as I said only 1 will work) and also WhyEm's is "Enabled" on "true" , and that it's loaded AFTER RDO (in lml/mods.xml)
  62.  
  63. Here is my mods.xml file, (my WhyEm has Enabled on false because I uninstalled it)
  64.  
  65. <ModsManager>
  66.   <Mods>
  67.     <Mod folder="Ambient Gang - RDR1 Gang Addon">
  68.       (....)
  69.     </Mod>
  70.     <Mod folder="Contracts">
  71.       (....)
  72.     </Mod>
  73.     <Mod folder="no_ammo">
  74.       (....)
  75.     </Mod>
  76.     <Mod folder="red_dead_offline">
  77.       <Name>Red Dead Offline</Name>
  78.       <Enabled>true</Enabled>    <--------------------------- RDO enabled
  79.      <Overwrite>false</Overwrite>
  80.       <DisabledGroups />
  81.     </Mod>
  82.     <Mod folder="WhyEm_DLC">
  83.       <Name>WhyEm's DLC: Red Dead Offline Edition</Name>
  84.       <Enabled>true</Enabled>    <------------------------- WhyEm enabled
  85.      <Overwrite>false</Overwrite>
  86.       <DisabledGroups />
  87.     </Mod>
  88.     <Mod folder="WickedHorseMan/UI/Durations">
  89.       (....)
  90.     </Mod>
  91.   </Mods>
  92.  
  93.  
  94. Right below in the same file is the load order you can change :
  95.  
  96. <LoadOrder>
  97.     <Mod>Ambient Gang - RDR1 Gang Addon</Mod>
  98.     <Mod>Contracts</Mod>
  99.     <Mod>no_ammo</Mod>
  100.     <Mod>red_dead_offline</Mod> <------------------------------ RDO
  101.    <Mod>WhyEm_DLC</Mod>      <-------------------------- WhyEm loaded after RDO
  102.    <Mod>WickedHorseMan/UI/Durations</Mod>
  103.   </LoadOrder>
  104. Also, dig a little on the error logs, maybe the solution is right there. (vfs.log, ScriptHookRDR2.log, ModManager.log files)
  105.  
  106. But long story short, if you don't have version.dll, then it can't work
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement