Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- https://www.reddit.com/r/PCRedDead/comments/1grcwrm/comment/lx7us1m/
- TL;DR : make sure you use version.dll and ScriptHookV2.dll. If it doesn't work see below
- ___________________
- Maybe you don't have the correct one, AFAIK there are 2 : d8input.dll (or similar) and version.dll
- 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.
- 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)
- If not,
- can you give a list of your files ? or I can give mine (which work) so you can compare with yours :
- PS C:\> (gci "C:\Program Files (x86)\Steam\steamapps\common\Red Dead Redemption 2" -recurse | where {$_.Extension -in ".dll",".asi"} | sort -Property Extension).Fullname
- RESULT LISTE :
- C:\Program Files (x86)\Steam\steamapps\common\Red Dead Redemption 2\HudCrosshair.asi
- C:\ (....) \Red Dead Redemption 2\Stagecoaches.asi
- C:\ (....) \Red Dead Redemption 2\Hard.asi
- C:\ (....) \Red Dead Redemption 2\Houses.asi
- C:\ (....) \Red Dead Redemption 2\SimpleHighStakes.asi
- C:\ (....) \Red Dead Redemption 2\OpenAllInteriors.asi
- C:\ (....) \Red Dead Redemption 2\PedDamageOverhaul.asi
- C:\ (....) \Red Dead Redemption 2\RemoveSpeedLimits.asi
- C:\ (....) \Red Dead Redemption 2\Rampage.asi
- C:\ (....) \Red Dead Redemption 2\vfs.asi
- C:\ (....) \Red Dead Redemption 2\BountiesExpansion.asi
- C:\ (....) \Red Dead Redemption 2\NoAutoReloadEver.asi
- C:\ (....) \Red Dead Redemption 2\AMJMTransport.asi
- C:\ (....) \Red Dead Redemption 2\ammo.asi
- C:\ (....) \Red Dead Redemption 2\lml\red_dead_offline\loader.asi
- C:\ (....) \Red Dead Redemption 2\Duels.asi
- C:\ (....) \Red Dead Redemption 2\RampageFiles\Plugins\fmodstudio.dll
- C:\ (....) \Red Dead Redemption 2\12on7\d3d12.dll
- C:\ (....) \Red Dead Redemption 2\version.dll
- C:\ (....) \Red Dead Redemption 2\steam_api64.dll
- C:\ (....) \Red Dead Redemption 2\ScriptHookRDR2.dll
- C:\ (....) \Red Dead Redemption 2\RampageFiles\Plugins\fmod.dll
- C:\ (....) \Red Dead Redemption 2\ffx_fsr2_api_vk_x64.dll
- C:\ (....) \Red Dead Redemption 2\ffx_fsr2_api_x64.dll
- C:\ (....) \Red Dead Redemption 2\ModManager.Core.dll
- C:\ (....) \Red Dead Redemption 2\bink2w64.dll
- C:\ (....) \Red Dead Redemption 2\dxilconv7.dll
- C:\ (....) \Red Dead Redemption 2\ffx_fsr2_api_dx12_x64.dll
- C:\ (....) \Red Dead Redemption 2\NvLowLatencyVk.dll
- C:\ (....) \Red Dead Redemption 2\nvngx_dlss.dll
- C:\ (....) \Red Dead Redemption 2\oo2core_5_win64.dll
- C:\ (....) \Red Dead Redemption 2\ModManager.NativeInterop.dll
- C:\ (....) \Red Dead Redemption 2\NLog.dll
- C:\ (....) \Red Dead Redemption 2\amd_ags_x64.dll
- Some of the .dll are irrelevant here but I guess but it gives an idea
- 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 ?
- 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)
- (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)
- Here is my mods.xml file, (my WhyEm has Enabled on false because I uninstalled it)
- <ModsManager>
- <Mods>
- <Mod folder="Ambient Gang - RDR1 Gang Addon">
- (....)
- </Mod>
- <Mod folder="Contracts">
- (....)
- </Mod>
- <Mod folder="no_ammo">
- (....)
- </Mod>
- <Mod folder="red_dead_offline">
- <Name>Red Dead Offline</Name>
- <Enabled>true</Enabled> <--------------------------- RDO enabled
- <Overwrite>false</Overwrite>
- <DisabledGroups />
- </Mod>
- <Mod folder="WhyEm_DLC">
- <Name>WhyEm's DLC: Red Dead Offline Edition</Name>
- <Enabled>true</Enabled> <------------------------- WhyEm enabled
- <Overwrite>false</Overwrite>
- <DisabledGroups />
- </Mod>
- <Mod folder="WickedHorseMan/UI/Durations">
- (....)
- </Mod>
- </Mods>
- Right below in the same file is the load order you can change :
- <LoadOrder>
- <Mod>Ambient Gang - RDR1 Gang Addon</Mod>
- <Mod>Contracts</Mod>
- <Mod>no_ammo</Mod>
- <Mod>red_dead_offline</Mod> <------------------------------ RDO
- <Mod>WhyEm_DLC</Mod> <-------------------------- WhyEm loaded after RDO
- <Mod>WickedHorseMan/UI/Durations</Mod>
- </LoadOrder>
- Also, dig a little on the error logs, maybe the solution is right there. (vfs.log, ScriptHookRDR2.log, ModManager.log files)
- 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