This batch file places 10,000 of each ammo type into the PC's inventory.
/*This may make the PC over encumbered. Be careful when activating this on Survival Mode.*/
/*You will need Far Harbor & Nuka World DLCs installed for this file to work correctly.*/
To activate this file:
- Extract the files in the Looting(Plus Plus) Batch Files archive into the Steam\steamapps\common\Fallout 4 folder.
- In game press shift + the ~ key to open the console.
- type BAT LPP_AmmoAll
- press shift + ~ key to close the console.
****************************************************************************************************************************
;;;Provides 10,000 ammo for all weapons & the Syringer
;;Ballistic Weapons
player.AddItem 0001F66B 10000; .308 Round
player.AddItem 0004CE87 10000; .38 Round
player.AddItem 0009221C 10000; .44 Round
player.AddItem 0001F66A 10000; .45 Round
player.AddItem xx02C8B1 10000; .45-70
player.AddItem 0001F279 10000; .50 Caliber
player.AddItem 0001F276 10000; 10mm Round
player.AddItem 0001F278 10000; 5.56 Round
player.AddItem 0001F66C 10000; 5mm Round
player.Additem xx037897 10000; 7.62mm
player.AddItem 0001F673 10000; Shotgun Shell
;;Explosives
player.AddItem 000FD11C 10000; Cannonball
player.AddItem 000E6B2E 10000; Mini Nuke
player.AddItem 000CABA3 10000; Missile
;;Energy Weapons
player.AddItem 0018ABDF 10000; 2mm Electromagnetic Cartridge
player.AddItem 001025AA 10000; Alien Blaster Round
player.AddItem 0018ABE2 10000; Cryo Cell
player.AddItem 000CAC78 10000; Flamer Fuel
player.AddItem 000C1897 10000; Fusion Cell
player.AddItem 00075FE4 10000; Fusion Core
player.AddItem 000DF279 10000; Gamma Round
player.AddItem 0001DBB7 10000; Plasma Cartridge
;;Other Weapons
player.AddItem 001025AE 10000; Flare
player.AddItem xx010B80 10000; Harpoon
player.AddItem 000E942C 10000; Junk
player.AddItem xx02740E 10000; Modified Bowling Ball
player.AddItem xx00A6C2 10000; Paddle Ball String
player.AddItem 000FE269 10000; Railway Spike
;;Syringer Ammo
player.AddItem 00058AE9 10000; Berserk Syringe
player.AddItem 00058AEB 10000; Bleed Out Syringe
player.AddItem 000375BB 10000; Bloatfly Larva Syringe
player.AddItem 00058AF2 10000; Endangerol Syringe
player.AddItem 00058AF4 10000; Lock Joint Syringe
player.AddItem 00058AF5 10000; Mind Cloud Syringe
player.AddItem 00058AF7 10000; Pax Syringe
player.AddItem 00058B0C 10000; Radscorpion Venom Syringe
player.AddItem 00058B0E 10000; Yellow Belly Syringe
****************************************************************************************************************************
0 comments