Difference between revisions of "ASAM"

From Sim Settlements
Jump to: navigation, search
Line 1: Line 1:
'''Holotape Console Commands'''
+
If you cannot (or do not want to) [[Locations|find the holotape]] within the game, you can load it into your inventory manually by using console commands. Press the tilde key <code>~</code> to bring up the console in Fallout 4 on PC. Press tilde <code>~</code> again to close the console.
  
''Reminder, pressing (~) brings up your console in Fallout 4 pc''
+
== Form ID ==
  
First you need to find the Form ID of the item you want to console command in. To do so type: help, then part of the item's name, then the number 4. Note: These steps will work for any item in Fallout!
+
First you need to find the '''Form ID''' of the item you want to add to your inventory. To do so type <code>help</code>, then part of the item's name, and then the number <code>4</code>. For example, to search for the "city manager" holotape, type:
  
 +
<pre>help "city manager" 4</pre>
  
For example, to search for the holotape:
+
'''Note:''' these steps will work for any item in Fallout!
  
help "city manager" 4
+
== Add Item ==
  
 +
Now you can type <code>player.additem</code> and then the '''Form ID'''. For example, to add the item with ID <code>0800544A</code>, type:
  
This will give you the Form ID for the [[Options|holotape]]. You then use the command: player.additem, then the Form ID.
+
<pre>player.additem 0800544A</pre>
 
 
 
 
For example:
 
 
 
player.additem 0800544A
 
  
 
[[Category:Sim Settlements]]
 
[[Category:Sim Settlements]]

Revision as of 01:37, 23 May 2017

If you cannot (or do not want to) find the holotape within the game, you can load it into your inventory manually by using console commands. Press the tilde key ~ to bring up the console in Fallout 4 on PC. Press tilde ~ again to close the console.

Form ID

First you need to find the Form ID of the item you want to add to your inventory. To do so type help, then part of the item's name, and then the number 4. For example, to search for the "city manager" holotape, type:

help "city manager" 4

Note: these steps will work for any item in Fallout!

Add Item

Now you can type player.additem and then the Form ID. For example, to add the item with ID 0800544A, type:

player.additem 0800544A