Fallout 4

Fallout 4

データを表示:
Console Command not working (additem) or working incorrectly
I've been trying to give one of my characters a lot of ammunition so I can have an evil psycho playthrough with a bunch of other crazy (goofy play) things occuring... anyhow I am using the player.additem code for the ammo and it goes through, it says .45 ( 9999) ammo added, so I go to my inventory and literally nothing is added. I was wondering if the ammo was placed somewhere else or if this is an unfortunate bug.
< >
1-3 / 3 のコメントを表示
you probably picked the wrong ID for it, noticed ammo (and most weapons) have several listings, but only one will work.
type player.showinventory to show you that you do have those not functioning bullets in your pocket though.
player.removeitem [wrong id] [amount] to fix that part, now as to the ref ID for working bullets you look around a bit as I haven't got it handy
#Guns
player.additem 0001f66b 9999; .308 Round
player.additem 0004ce87 9999; .38 Round
player.additem 0009221c 9999; .44 Round
player.additem 0001f66a 9999; .45 Round
player.additem 0001f279 9999; .50 caliber Round
player.additem 0001f276 9999; .10mm Round
player.additem 0001f66c 9999; .5mm Round
player.additem 0001f278 9999; .5.56mm Round
player.additem 0001f673 9999; Shotgun shell
player.additem 000fe269 9999; Railway spike
#Explosives
player.additem 000e6b2e 9999; Fat Man
player.additem 000caba3 9999; Missile
#Energy
player.additem 0018abe2 9999; Cryo Cell
player.additem 000c1897 9999; Energy Cell
player.additem 0001dbb7 9999; Plasma Cartridge
player.additem 00075fe4 9999; Fusion Core
player.additem 000c1897 9999; Fusion Cell
player.additem 0018abdf 9999; 2mm EC
player.additem 000df279 9999; Gamma Round
player.additem 001025aa 9999; Alien Blaster Round
#Other
player.additem 001025ae 9999; Flare
player.additem 000e942c 9999; Junk
player.additem 000fd11c 9999; Cannonball
player.additem 000CAC78 9999; FLAMER FUEL
player.additem 0012E2CA 5000 ! Artillery Smoke Grenade
player.additem 00056917 5000 ! Vertibird Signal Grenade
player.additem 0010A33D 5000 ! Plasma Grenade
player.additem 000EEBED 5000 ! Fragmentation Grenade
player.additem 000E5750 5000 ! Nuka Grenade
player.additem 000589F2 5000 ! SYNTH RELAY GRENADE
player.additem 000FF21D 5000 ! Cryogenic Grenade
player.additem 0010A340 5000 ! NUKE MINE
player.additem 0010A342 5000 ! PLASMA MINE
player.additem 0010A344 5000 ! PULSE MINE
player.additem 000E56C2 5000 ! FRAG MINE
player.additem 0010771F 5000 ! BOTTLECAP MINE
player.additem 0010C669 5000 ! CRYO MINE
player.additem 000FF21F 5000 ! PULSE GRENADE
player.additem 0018325E 5000 ! INSTITUTE EM PULSE GRENADE
player.additem 0010C3C6 5000 ! MOLOTOV
player.additem 000E98E5 5000 ! HALUCIGEN GAS GRENADE
player.additem 00107BD6 5000 ! BASEBALL GRENADE
最近の変更はchris.boneyが行いました; 2016年1月26日 18時37分
< >
1-3 / 3 のコメントを表示
ページ毎: 1530 50

投稿日: 2016年1月26日 18時00分
投稿数: 3