This batch file places 1,000 ammo for a selection of starter weapons plus a variety of throwables into the PC's inventory.
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_AmmoStarter
- press shift + ~ key to close the console.
******************************************************************************************************************************************************************************
;;This starter package provides 1,000 ammo for a selection of starter weapons plus a variety of throwables.
;;Ballistic Weapons
player.AddItem 0001F66B 1000; .308 Round
player.AddItem 0004CE87 1000; .38 Round
player.AddItem 0001F66A 1000; .45 Round
player.AddItem 0001F279 1000; .50 Caliber
player.AddItem 0001F276 1000; 10mm Round
player.AddItem 0001F673 1000; Shotgun Shell
;;Energy Weapons
player.AddItem 000C1897 10000; Fusion Cell
;;Throwables
player.AddItem 000EEBED 25; Fragmentation grenade
player.AddItem 0010C3C6 25; Molotov cocktail
;;Mines & Traps
player.AddItem 000E56C2 10; Fragmentation mine
******************************************************************************************************************************************************************
0 comments