Jump to content

HUGE Problem with Modding RDR2 That No One is Talking About


Dagger323
 Share

Recommended Posts

14 hours ago, Edegon said:

Isn't update.rpf being omitted instead of update_4.rpf as you say?

About that multiple files thing: how do I know which one is which? And when the files are streamed how does the game differentiate?

Thanks for the line to add to the script, I'll try it, but I'd like to know why it doesn't work properly by itself

 

So...are you running a cracked version?

 

Yes metaped.ymt is one of the ones that exists in multiple folders with the same name but different files.  I'm still researching on my own a better way to only replace the correct one.  Looking at developing an automate flow that scans vfs.log to see what path is being opened -- but I'm still working on that one for myself.

Link to comment
Share on other sites

3 hours ago, Sptz said:


what do you mean by hiccups??

 

what list are you using then? I used wolfs source path list because I thought that was accurate

 

hiccups -- Extended Animations was crashing me for a long time until I found a gamepath doesn't wasn't right because the file was named the same but different.  Game crashes with weaponcomponent.meta for the same reason.  Newest one is Llama Police Overhaul doesn't seem to actually use any of the LML files because the install.xml seems to be way off.  So fixing it has resulted in loosing access to zoom, interaction buttons, or even having enemies just stand around scratching their asses while getting shot.  Llama's though I'm still working through my findings and verifying my theories and I want to fix it because it's the only recent bounty system overhaul on Nexus....

 

I actually don't know if his source path was accurate or not.  I scan for the paths in CodeX (same could be done in OpenIV).  I actually have a Power Automate Flow that takes an file I put in a designated folder and scans for the gamepaths, writes it to the mod specific source path, moves the file to the lml folder and generates an install.xml.

 

I'm still looking to improve the process like reading exisiting install.xml, but only a few mod authors do anything in their install.xml that's not simple replacements; so the need hasn't arrisen much.  

Edited by BitTitan
Link to comment
Share on other sites

18 minutes ago, BitTitan said:

 

So...are you running a cracked version?

 

Yes metaped.ymt is one of the ones that exists in multiple folders with the same name but different files.  I'm still researching on my own a better way to only replace the correct one.  Looking at developing an automate flow that scans vfs.log to see what path is being opened -- but I'm still working on that one for myself.

Replacing the correct one is not that difficult, it should always be the highest numbered one, if its in update_1,2,3 etc then it will be update:/
If its in patchpack005 or something its gonna be dlc_patchpack005:/

 

just go for the highest numbered one

 

BTW i will have my video about this  and a full modding guide out early next week for anyone that is unsure of things. This part in particular is very detailed and I show the different ways you can do filereplacement

Edited by dundarrion
Link to comment
Share on other sites

Just now, dundarrion said:

Replacing the correct one is not that difficult, it should always be the highest numbered one, if its in update_1,2,3 etc then it will be update:/
If its in patchpack005 or something its gonna be dlc_patchpack005:/

 

just go for the highest numbered one

 

In this thread -- it was speculated that replacing the old and new was required for some mods to work properly, still speculation and concept; which is werewolf wrote his script to use AllowDuplicates=True.

 

Looking through vfs.log I personally haven't found any replacements that are called for more than one replacement of the same file in multiple locations.

Link to comment
Share on other sites

Just now, BitTitan said:

 

In this thread -- it was speculated that replacing the old and new was required for some mods to work properly, still speculation and concept; which is werewolf wrote his script to use AllowDuplicates=True.

 

Looking through vfs.log I personally haven't found any replacements that are called for more than one replacement of the same file in multiple locations.

I think that is pure speculation, as you just said there is no evidence of replacing the highest numbered update file not doing the job in fact I think replacing every file is probably gonna tax the game more memory wise so probably not advised.

 

Link to comment
Share on other sites

11 minutes ago, dundarrion said:

I think that is pure speculation, as you just said there is no evidence of replacing the highest numbered update file not doing the job in fact I think replacing every file is probably gonna tax the game more memory wise so probably not advised.

 

 

I see an argument for both for and against -- my current theory/observation is it's not needed and it's moot because vfs.logs only show it being used as a replacement in a single location; which as my understanding grows, should indicate that it's only being called for in that one place -- though I'm still learning and I have been spoiled by years of Bethesda modding using MO2 and XEDIT.  (MO2 I have working well, but RDR2 lacks an XEDIT style utility) 

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...