Jump to content

HUGE Problem with Modding RDR2 That No One is Talking About


Dagger323
 Share

Recommended Posts

22 minutes ago, vincemeister55 said:

Dude, if that's the case then good for you. You're probably the luckiest RDR2 PC gamer out there when it comes to using mods. lol

 

As for your question about making trains despawn, I cannot give you a concrete answer. It just happens if you are using different combination of mods. Its already been proven. You're the first person I know who uses those mods and still has no issues. So if I were you, I wont bother trying to replicate the problem.

 

But if you still insists, perhaps you could download every possible texture mods available out there, then install it via the stream folder. Because as far as we know, texture mods are the main culprit on the despawning issue.

Again, I understand what you are saying but I installed these mods specifically to break the game. I personally wouldnt play with whyem dlc or red dead offline just because of personal taste.

 

But the thing is we really need some definitive way to break these spawns or how to break them because Im not sure what to do.

 

Now I managed to break the spawns finally by mismatching some catalog settings first of all, then buying an invisible item from the trapper whyem wardobe menu, then I went ahead and died near a train, saved then reloaded the save and trains seem to be broken (used railroad enginner to track them because there is no other way I can think of right now, maybe thats also part of the problem. who knows at this point)
FUnnily enough tram passengers are still spawning, so what the conclusion? That the whole thing is nonsense.

 

 

 

PS: thats a huge amount of mods by the way that you are using im surprised that you are not having issues at this point :D

Edited by dundarrion
Link to comment
Share on other sites

48 minutes ago, vincemeister55 said:

I finally have a working mod setup now. I am finally playing the game. Currently in Chapter 3 already.

 

For reference, here is my complete set of mods. My LML-enabled mods, my ASI mods, and the 272 mod items in my STREAM folder.

 

And for additional info, I'm playing on 1080p, with a 5800X3D CPU, 6700xt GPU, and 32GB RAM. Some say you'll have more leeway on 1080p. I cannot confirm nor deny, as I only have a 1080p monitor and havent tested on 1440p or 4K. But it is fully working on my end. Hope this helps in any way, shape, or form. This is probably my last stop at trying to find a fix for the modding issues about the game. I will play and hopefully finish a playthrough for the first time.

 

 

Could contain: text, screenshot, software, multimedia software, graphics software, computer icon, editing

Could contain: text, screenshot, software, multimedia software, graphics software, editing, computer icon

Could contain: text, screenshot, software, multimedia software, graphics software, computer icon, editing

Could contain: text, screenshot, software, multimedia software, graphics software, editing, computer icon

Could contain: text, menu, screenshot

Could contain: text, screenshot, menu

Could contain: text, screenshot, line, font

Could contain: text, screenshot, menu

Did you change the files like u did for whyems dlc, or just untouched, and wow that is a  lot of mods

Link to comment
Share on other sites

All I can say is install every texture mods that you can find on Nexus. Firearm Cosmetics mod is infamously known to cause the despawning issue. Make sure to install that. Also those upscaled texture series, install all of that. To further test it, install these mods in the stream folder if it uses the File Replacement method, otherwise install as it is. Install WhyEm DLC and equip as many WhyEm DLC items as you can. Dont install Railroad Engineer mod. Play the game and find the trains manually. Dont rely on blips. Dont just do your test for 5 minutes. Make it 20mins tops.  And dont stay on one place to test. Roam around so everything in the game world is loaded.

 

That's all really I could suggest. INSTALL EVERY TEXTURE MODS.

 

35 minutes ago, dundarrion said:

PS: thats a huge amount of mods by the way that you are using im surprised that you are not having issues at this point 😄

Yeah, a couple of my texture mods are edited. Using the original textures causes the despawning issue. It took a lot of time in testing to finally have a working setup.

Link to comment
Share on other sites

44 minutes ago, dundarrion said:


FUnnily enough tram passengers are still spawning, so what the conclusion? That the whole thing is nonsense.

 

You cant call it nonsense when in fact there are a lot of users who reported that its been happening in their game, too.

 

Saying that you havent experienced the issue, how about you provide a list of all the mods you have installed when doing your test? Perhaps somebody will try and replicate your mod setup. I for one wouldnt test it, for I already have a working setup. But maybe somebody with the issue still, will replicate.

Edited by vincemeister55
Link to comment
Share on other sites

On 11/18/2024 at 4:14 AM, BitTitan said:

There's something wrong with your update_1 path.  Where it has the full path /update.rpf/blah/blah instead of update:/ -- that should be an update_1 and translated by the script to be update:/

 

Since I've been writing a powerautomate routine to query the path's from CodeX I've learned that R* likes to reuse names sometimes, weaponcomponents.meta just bit me in the ass for most of the night trying to figure out why I was crashing since the M1899 pistol and the base weapons both share the same name.

 

But I'm gone through and rebuilt 150 mod's installs at this point with only a few problematic ones.  I just restarted so I need to fly over to Denis and see if the trolley have people still, but my stream folder is running pretty thin; which is great!

 

IDK why that is, my update_1 path is *\Red Dead Redemption 2\update_1.rpf, and I always copy the path from OpenIV, so I guess there's something wrong with the script

Link to comment
Share on other sites

29 minutes ago, Edegon said:

 

IDK why that is, my update_1 path is *\Red Dead Redemption 2\update_1.rpf, and I always copy the path from OpenIV, so I guess there's something wrong with the script

Im not sure I undestand u correctly but every "update_1" "update_2".... etc should be just  update:/xxxxxx/xxxxx in install.xml

Link to comment
Share on other sites

3 hours ago, dundarrion said:

Im not sure I undestand u correctly but every "update_1" "update_2".... etc should be just  update:/xxxxxx/xxxxx in install.xml

I don't create it manually, it's the script of @werwolf969 that makes the install.xml, so that writes the path, not me

Edit: Since I already tagged you @werwolf969 I'll take the chance to also ask you about this thing lexo1000 said:
 

Quote

Also I don't think we need to put line with game location like :

      <FileReplacement allowDuplicate="true">
        <GamePath>platform:/packs/base/data/metapeds.ymt</GamePath>
        <GamePath>platform:/dlcpacks/rowassetpack/row/x64/packs/ped_pack/data/metapeds.ymt</GamePath>
        <GamePath>C:\GAMEZ\Red Dead Redemption 2\update.rpf\x64\packs\base\data\metapeds.ymt</GamePath>
        <GamePath>update:/x64/packs/base/data/metapeds.ymt</GamePath>
        <FilePath>metapeds.ymt</FilePath>
      </FileReplacement>

 

Writing the following line is enough:

      <FileReplacement>
        <GamePath>update:/x64/packs/base/data/metapeds.ymt</GamePath>
        <FilePath>metapeds.ymt</FilePath>
      </FileReplacement>

I already guessed that it wasn't needed to put all the paths since in the end the game loads just one of the files (I guess) and I've seen the install.xml of other mods that don't have all duplicate paths that my .xml have, but I don't know which path should I put. Then there are also cases where I guess multiple paths should be put like:

 

      <FileReplacement allowDuplicate="true">
        <GamePath>dlc_mp006:/x64/packs/base/models/metaped_textures_m/mp_horse_01_head_000_c0_838_ab+hi.ytd</GamePath>
        <GamePath>dlc_mp007:/x64/packs/base/models/metaped_textures_m/mp_horse_01_head_000_c0_838_ab+hi.ytd</GamePath>
        <GamePath>dlc_mp008:/x64/packs/base/models/metaped_textures_m/mp_horse_01_head_000_c0_838_ab+hi.ytd</GamePath>
        <FilePath>replace/mp_horse_01_head_000_c0_838_ab+hi.ytd</FilePath>

You didn't explain anything about this IIRC

Edited by Edegon
Link to comment
Share on other sites

In your source path does it have  C:\GAMEZ\Red Dead Redemption 2\update.rpf\x64\ -- which I think should be update_4.  I use CodeX instead of OpenIV for paths.  

 

Though werewolf's script really only looks for the .rpf -- for instance my paths are RDR2\blah\blah and it'll translated the .rpf's just fine.  Missing that _4 is kind of important because there isn't a key for just update.rpf.  I suppose you could that key in his script because all the update's mount at the same place.

 

Link to comment
Share on other sites

Hey lovely people,

 

I wanted to shill my video on the topic here, hope its OK. I offer up a very good way of measuring the level if ''fuckiness'' your game is at currently with mods.

Please watch it on 1.5 or 1.75 speed if you are interested in the topic because its incredibly BORING! you have been warned.

Next part will be a modding guide for beginners and not-so beginners

 

 

 

  • Like 4
Link to comment
Share on other sites

Hi all,

 

I’ve tried to read most of the thread but a lot went over my head.

 

Is this issue affected by ANY mod that uses the streaming method? Even small ones like these?


https://www.nexusmods.com/reddeadredemption2/mods/5225

https://www.nexusmods.com/reddeadredemption2/mods/1689

https://www.nexusmods.com/reddeadredemption2/mods/1420
 

If these pose a problem or even if not, is it easy to convert them from streaming?

 

And is the issue isolated to streaming method only? Or is there something more??

 

 

 

Link to comment
Share on other sites

No, plenty of streaming mods work completely fine. It's mainly stuff like Why Em's, clothes mods, and large texture upscales. I'm running a John mod and Complete Horse Overhaul in streaming and everything works fine. Just test your setup with the methods Dundarrion outlined in his video. I also use the three you linked with no issues. 

Link to comment
Share on other sites

12 hours ago, dundarrion said:

Hey lovely people,

 

I wanted to shill my video on the topic here, hope its OK. I offer up a very good way of measuring the level if ''fuckiness'' your game is at currently with mods.

Please watch it on 1.5 or 1.75 speed if you are interested in the topic because its incredibly BORING! you have been warned.

Next part will be a modding guide for beginners and not-so beginners

 

 

 

Thanks a lot for the video, it made me realize a very important thing when you talked about priorities for spawning: while the method I was using to check if my game was ok (the same one I posted here) was indeed working 100% of the time to see if trains spawned with Railroad Engineer installed (with WhyEm's DLC or a lot of heavy mods they didn't, meanwhile when I removed those they did), trains spawning isn't necessairly a good indicator for the game working correctly in general since trains are probably on a higher end of priority compared to other stuff, in fact those chickens you show in the video weren't spawning with my current set of mods (even if trains were), and the more heavy mods I removed the more chickens spawned each time. I also discovered that trams for some reason sometimes used to stop spawning completely while using Railroad Engineer, so I removed it since I don't need it anymore for testing, because now I can use your method.
Thanks again. Now I have all trams with people inside in Saint Denis and, most importantly, chickens in Valentine.

(Since you didn't provide a save file I used the same one I was using taken from Nexus, which I'll link again: https://www.nexusmods.com/reddeadredemption2/mods/4015)

Edited by Edegon
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...