This batch file places a Power Armor Frame at the player, gives the PC 1 Fat Man with 100 Mininukes, 1 Minigun with 10,000 rounds, and a Baseball Bat. It also places into the PC's inventory a complete set of Raider, Overboss, T-45, T-51, T-60, and X-01 Power Armor pieces (Helm, Torso, Left Arm, Left Leg, Right Arm, Right Leg).

/*This may make the PC over encumbered. Be careful when activating this on Survival Mode.*/
/*In order to use this file you will need the Nuka World DLC to be installed.*/


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_PowerArmorAll
  • press shift + ~ key to close the console.

This file uses the player.placethere xxxxxxxx 0 0 command to place the Power Armor Frame. The two optional variables after the FormID are for [distance from cursor] and [rotation from player] respectively. When activating this file be sure that your cursor is pointed at a valid location (aka the ground) so your new frame doesn't spawn in a wall or some other physics object.

*******************************************************************************************************************************
;;All Power Armor

;;Place a power armor frame & give fusion cores, weapons, and ammo
player.placethere 0002079E; Power Armor Frame
player.AddItem 00075FE4 100; Fusion Core
player.AddItem 000BD56F 1; Fat Man
player.AddItem 000E6B2E 100; Mini Nuke
player.AddItem 0001F669 1; Minigun
player.AddItem 0001F66C 10000; 5mm Round
player.AddItem 0008E736 1; Baseball Bat

;;Raider Power Armor
player.AddItem 00140C54 1; Raider power helm
player.AddItem 00140C57 1; Raider power torso
player.AddItem 0050188B 1; Raider power left arm
player.AddItem 00140C53 1; Raider power right arm
player.AddItem 00140C55 1; Raider power left leg
player.AddItem 00140C56 1; Raider power right leg

;;Overboss Power Armor
player.AddItem xx00DC29 1; Overboss power helmet
player.AddItem xx00DC2B 1; Overboss power torso
player.AddItem xx00DC27 1; Overboss power left arm
player.AddItem xx00DC28 1; Overboss power right arm
player.AddItem xx00DC2C 1; Overboss power left leg
player.AddItem xx00DC2A 1; Overboss power right leg

;;T-45 Power Armor
player.AddItem 00154abf 1; T-45 Helm
player.AddItem 00154ac2 1; T-45 Chest Piece
player.AddItem 00154abd 1; T-45 Left Arm
player.AddItem 00154abe 1; T-45 Right Arm
player.AddItem 00154ac0 1; T-45 Left Leg
player.AddItem 00154ac1 1; T-45 Right Leg

;;T-51 Power Armor
player.AddItem 00140c4e 1; T-51 Helm
player.AddItem 00140c51 1; T-51 Chest Piece
player.AddItem 00140c4c 1; T-51 Left Arm
player.AddItem 00140c4f 1; T-51 Left Leg
player.AddItem 00140c4d 1; T-51 Right Arm
player.AddItem 00140c50 1; T-51 Right Leg

;;T-60 Power Armor
player.AddItem 00140c4a 1; T-60 Helm
player.AddItem 00140c42 1; T-60 Chest Piece
player.AddItem 00140c3d 1; T-60 Left Arm
player.AddItem 00140c49 1; T-60 Left Leg
player.AddItem 00140c45 1; T-60 Right Arm
player.AddItem 00140C3F 1; T-60 Right Leg

;;X-01 Power Armor
player.AddItem 00154ac5 1; X-01 Helm
player.AddItem 00154ac8 1; X-01 Torso
player.AddItem 00154ac3 1; X-01 Left Arm
player.AddItem 00154ac6 1; X-01 Left Leg
player.AddItem 00154ac4 1; X-01 Right Arm
player.AddItem 00154ac7 1; X-01 Right Leg

******************************************************************************************************************************************************************

Article information

Added on

Edited on

Written by

CadaverTheScavver

0 comments