Difference between revisions of "ASAM/de"

From Sim Settlements
Jump to: navigation, search
(Created page with "== Gegenstand hinzufügen ==")
(Created page with "Als Nächstes kannst Du den Befehl <code>player.additem</code> eingeben und dann die '''Gegenstands-ID'''. Als Beispiel, um den Gegenstand mit der ID <code>0800544A</code> dem...")
Line 12: Line 12:
 
== Gegenstand hinzufügen ==
 
== Gegenstand hinzufügen ==
  
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:
+
Als Nächstes kannst Du den Befehl <code>player.additem</code> eingeben und dann die '''Gegenstands-ID'''. Als Beispiel, um den Gegenstand mit der ID <code>0800544A</code> dem Inventar zuzufügen, tippe Nachfolgendes ein:
  
 
<pre>player.additem 0800544A</pre>
 
<pre>player.additem 0800544A</pre>
  
 
[[Category:Sim Settlements]]
 
[[Category:Sim Settlements]]

Revision as of 21:42, 2 July 2017

Other languages:
Deutsch • ‎English

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.

Gegenstands-ID

Zuerst benötigst Du die Gegenstands-ID des Gegenstandes, welches Du gerne in Deinem Inventar haben möchtest. Um die passende Nummer herauszufinden gib in der Konsolenschreibmaske den Befehl help ein, anschliessend den Namen des gesuchten Gegenstandes in Anführungszeichen, und abschliessend die Nummer 4. Als Beispiel, um nach dem "City Manager"-Holotape zu suchen wäre der Befehl wie folgt:

help "city manager" 4

Notiz: dieses Vorgehen funktioniert mit allen Gegenständen in Fallout!

Gegenstand hinzufügen

Als Nächstes kannst Du den Befehl player.additem eingeben und dann die Gegenstands-ID. Als Beispiel, um den Gegenstand mit der ID 0800544A dem Inventar zuzufügen, tippe Nachfolgendes ein:

player.additem 0800544A