0 of 0

File information

Last updated

Original upload

Created by

Chirag Dudharejiya

Uploaded by

ChiragDudharejiya

Virus scan

Safe to use

Tags for this mod

15 comments

  1. ydamao
    ydamao
    • member
    • 0 kudos
    Could you create a version that only unlocks all the guns? Thank you.
    1. ChiragDudharejiya
      ChiragDudharejiya
      • member
      • 7 kudos
      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.
    2. ydamao
      ydamao
      • member
      • 0 kudos
      If you are willing to create such a version, I would greatly appreciate it.
    3. ChiragDudharejiya
      ChiragDudharejiya
      • member
      • 7 kudos
      Yeah. I am working on an update on one of my other mod where this mod is dependent. Hence, i will release both update together very soon.
  2. civicboy
    civicboy
    • member
    • 1 kudos
    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.
    1. ChiragDudharejiya
      ChiragDudharejiya
      • member
      • 7 kudos
      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.
    2. civicboy
      civicboy
      • member
      • 1 kudos
      I appreciate it, Thanks!
    3. ydamao
      ydamao
      • member
      • 0 kudos
      It was sent wrong
  3. JuerroGrande
    JuerroGrande
    • supporter
    • 4 kudos
    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.
    1. ChiragDudharejiya
      ChiragDudharejiya
      • member
      • 7 kudos
      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.
    2. JuerroGrande
      JuerroGrande
      • supporter
      • 4 kudos
      I tried disabling all other LML mods through LML and it didn't work

      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
    3. ChiragDudharejiya
      ChiragDudharejiya
      • member
      • 7 kudos
      Unable to identify bro. PM me on discord id "chiragkd". Will see what i can do.
  4. TheUnseenCowboy818
    TheUnseenCowboy818
    • member
    • 1 kudos
    will there ever be a maverick weapons merge or a merge tutorial?
    1. ChiragDudharejiya
      ChiragDudharejiya
      • member
      • 7 kudos
      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.

      There you go. Enjoy all guns unlocked.
    2. DeathWrench
      DeathWrench
      • premium
      • 140 kudos
      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>