You could use the default file (First main file), as the only difference is that I have added just 2 keywords which gives you the ability to activate deadeye tagging using snipers. There is no major groundup work done for that ability. Still, if it's required, I can do it.
Is there a way to 'Merge' the "Colt Model 1911" mod? That is the only mod that uses any conflicting file.. weapon_pistol_m1899.ymt ..?
The 'read me' in the Colt 1911 mod says, "To merge this portion of the mod with any other mod that uses the file "weapon_pistol_m1899.ymt" just open The File with notepad and use the search "<UnlockWeaponHash>". Once you've found it just replace the text that is between "<UnlockWeaponHash> </UnlockWeaponHash>" with "WEAPON_REVOLVER_CATTLEMAN". After doing this it should look like "<UnlockWeaponHash>WEAPON_REVOLVER_CATTLEMAN</UnlockWeaponHash>"
Which .ymt is "The File?" The Colt file or UAG file? Also which weapon_pistol_m1899.ymt will I keep and where does it go? So sorry for these noob questions, never merged before.. Thanks for reading.
Okay, I have gone through Colt Model 1911. You don't need any patch, just overwrite it with my mod or you can skip optional file "Colt Model 1911 Unlock Early" and only download main file "Colt Model 1911". It won't cause any issues.
Does this work on existing saves? It's not unlocking any weapons for me...I have plenty of other LML mods that work without issue, and no other mods that edit the same .ymt files. I even gave this mod Overwrite permissions in LML just to be safe and still nothing.
Yeah. It works on existing save. You can check troubleshoot by disabling (better moving mods to some other folder except root directory) all other mods with only this mod active. If weapons still don't unlock, please share your modlist here. I can go through.
Creating a patch for Maverick (or any other mod that edits weapon files) is easy. Download and install Notepad++ and do as follows.
Step 1. Find <UnlockWeaponHash> in weapons.ymt (or any other file that you need to make patch for). You will get results like <UnlockWeaponHash>weapon_revolver_cattleman</UnlockWeaponHash> or <UnlockWeaponHash>weapon_pistol_semiauto</UnlockWeaponHash> or <UnlockWeaponHash>weapon_repeater_carbine</UnlockWeaponHash> and so on.
Step 2. Change all the values to <UnlockWeaponHash>WEAPON_UNARMED</UnlockWeaponHash> and save.
Step 3. Optional step if you want two or more shotgun shot for Lemat revolver. Find <Type>0x4141426E</Type> in ""weapon_revolver_lemat.ymt". Just below <Type>0x4141426E</Type>, you will see <Size value="1" />. Change the value to you desired value for extra shots.
Many thanks for this tutorial. for very easy mode CTRL+H in notepad ++ and make sure regex is on Find: <UnlockWeaponHash>.*</UnlockWeaponHash>Replace: <UnlockWeaponHash>WEAPON_UNARMED</UnlockWeaponHash>
15 comments
weapon_pistol_m1899.ymt ..?
The 'read me' in the Colt 1911 mod says, "To merge this portion of the mod with any other mod that uses the file "weapon_pistol_m1899.ymt" just open The File with notepad and use the search "<UnlockWeaponHash>". Once you've found it just replace the text that is between "<UnlockWeaponHash> </UnlockWeaponHash>" with "WEAPON_REVOLVER_CATTLEMAN". After doing this it should look like "<UnlockWeaponHash>WEAPON_REVOLVER_CATTLEMAN</UnlockWeaponHash>"
Which .ymt is "The File?" The Colt file or UAG file? Also which weapon_pistol_m1899.ymt will I keep and where does it go?
So sorry for these noob questions, never merged before.. Thanks for reading.
I then moved all other LML mods out of the lml folder and left only your mod, still didn't work
Here is a list of all the LML mods I have installed as well as a list of all of the .asi mods I have installed: https://imgur.com/a/PahjwI9
Let me know if you need any more info
Step 1. Find <UnlockWeaponHash> in weapons.ymt (or any other file that you need to make patch for). You will get results like <UnlockWeaponHash>weapon_revolver_cattleman</UnlockWeaponHash> or <UnlockWeaponHash>weapon_pistol_semiauto</UnlockWeaponHash> or <UnlockWeaponHash>weapon_repeater_carbine</UnlockWeaponHash> and so on.
Step 2. Change all the values to <UnlockWeaponHash>WEAPON_UNARMED</UnlockWeaponHash> and save.
Step 3. Optional step if you want two or more shotgun shot for Lemat revolver. Find <Type>0x4141426E</Type> in ""weapon_revolver_lemat.ymt". Just below <Type>0x4141426E</Type>, you will see <Size value="1" />. Change the value to you desired value for extra shots.
There you go. Enjoy all guns unlocked.
for very easy mode CTRL+H in notepad ++ and make sure regex is on
Find:
<UnlockWeaponHash>.*</UnlockWeaponHash>
Replace:<UnlockWeaponHash>WEAPON_UNARMED</UnlockWeaponHash>