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 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.*/

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_PowerArmorX-01
  • 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.

*********************************************************************************************************************************************************************************
;;X-01 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

;;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