How do i merge two mods with conflicting files that aren't regulation.bin files?
i have two mods and each one of them use them use menu_dlc02.msgbnd.dcx file,how do i merge them?
i have two mods and each one of them use them use menu_dlc02.msgbnd.dcx file,how do i merge them?
By continuing, you agree to our User Agreement and acknowledge that you understand the Privacy Policy.
You’ve set up two-factor authentication for this account.
You’ve set up two-factor authentication for this account.
By continuing, you agree to our User Agreement and acknowledge that you understand the Privacy Policy.
Enter the 6-digit code we sent to
Reddit is anonymous, so your username is what you’ll go by here. Choose wisely—because once you get a name, you can’t change it.
By continuing, you agree to our User Agreement and acknowledge that you understand the Privacy Policy.
Enter the 6-digit code we sent to
Reddit is anonymous, so your username is what you’ll go by here. Choose wisely—because once you get a name, you can’t change it.
Enter your email address or username and we’ll send you a link to reset your password
An email with a link to reset your password was sent to the email address associated with your account
Comments Section
That's a file containing text data, so you basically have to export the text files from Mod 1 and import them into Mod 2. You can use Smithbox to do the following:
Create a new project with Smithbox, where "Project Directory" is set to the location of Mod 1's files (specifically the folder that contains stuff like regulation.bin, "event", "map", "msg", etc).
Go to Text Editor, and on the upper bar, Data > Export Text Entries > Export Modded Entries. Make an empty folder and save the files in there. This should generate a bunch of fmgmerge.json files in it.
Create a new project with Smithbox, but this time setting Project Directory to the location of Mod 2's files.
Go to Text Editor > Data > Import Text Entries > Merge Entries. Select all the files you generated in step 2.
Save your changes with CTRL+S. This will update Mod 2's files with the text from Mod 1.
Run the mods with Mod Engine 2 and test your changes.
Note that there will still be issues if the two mods happen to use the same text IDs for modded text.