clarify how to use hammer in tutorial 3 (#1888)

install-platforms
Maikel de Vries 2017-06-17 21:16:38 +02:00
parent 48c17c1e54
commit 968c5b9e68
3 changed files with 4 additions and 3 deletions

View File

@ -454,7 +454,8 @@ global func FxTutorialTalkedForFlagpoleTimer(object target, proplist effect)
{
if (effect.talked_to_fireman && effect.talked_to_builder)
{
guide->AddGuideMessage("$MsgTutorialConstructFlagpole$");
var use = GetPlayerControlAssignment(effect.plr, CON_Use, true, true);
guide->AddGuideMessage(Format("$MsgTutorialConstructFlagpole$", use));
guide->ShowGuideMessage();
var new_effect = AddEffect("TutorialPlacedFlagpole", nil, 100, 5);
new_effect.plr = effect.plr;

View File

@ -16,7 +16,7 @@ MsgTutorialBlastRock=Perfekt, mit Dynamit kannst du den Stein an der Decke spren
MsgTutorialPickUpRock=Schön! Sammle drei Steine ein, so dass du damit das Sägewerk fertig bauen kannst. Beachte, dass einige Stein durch die Explosion in der Lore gelandet sein könnten.
MsgTutorialSawmill=Geh hoch zur Baustelle und tue die drei Steine mit dem Interaktionsmenü in die Baustelle (drücke dazu [%s]). Die Baustelle wird automatisch vollendet, sobald alles Baumaterial da ist.
MsgTutorialTalkToFireman=Die Dorfbewohner brauchen noch mehr Hilfe. Rede mit dem Feuerwehrmann neben der verbrannten Hütte und mit dem Bauarbeiter beim Mineneingang.
MsgTutorialConstructFlagpole=Hol dir den Hammer aus der Kiste und benutze ihn um das Baumenü zu öffnen. Im Baumenü kannst du ein Gebäude auswählen und danach platzieren. Wähle die Flagge aus und platziere sie an der markierten Position.
MsgTutorialConstructFlagpole=Hol dir den Hammer aus der Kiste und benutze ihn [%s] um das Baumenü zu öffnen. Im Baumenü kannst du ein Gebäude auswählen und danach platzieren. Wähle die Flagge aus und platziere sie an der markierten Position.
MsgTutorialFlagpoleMaterials=Jetzt da die Baustelle steht brauchen wir etwas Holz und Metall. Rede nochmal mit dem Holzfäller.
MsgTutorialAxeChopping=Finde die Axt in der Mine und benutze sie um einen Baum zu fällen. Lege dann drei Stücke Holz in die Baustelle der Flagge. Stelle dich neben einen Baum und benutze die Axt um ihn zu fällen. Stell dich nicht direkt vor den Stamm und halte die Maustaste gedrückt. Der gefällte Baum kann entweder in das Sägewerk geschoben werden oder nochmal mit der Axt zerlegt werden.
MsgTutorialOreMining=Gut. Jetzt fehlt nurnoch ein Metall, welches im Hochofen aus Kohle und Erz geschmolzen werden kann. Gehe nochmal in die Mine und hole ein Stück Erz, indem du das Erzmaterial sprengst. Grabe auch etwas Kohle aus dem Kohlematerial heraus.

View File

@ -16,7 +16,7 @@ MsgTutorialBlastRock=Perfect, with dynamite you can blast the rock at the ceilin
MsgTutorialPickUpRock=Great, pick up three pieces of rock, so that you can finish the sawmill construction. Note that the explosion could have flung some pieces of rock into the lorry.
MsgTutorialSawmill=Go up to the sawmill construction site and put the three pieces of rock into construction site via the interaction menu (press [%s] to open). If all building materials are put into a construction site the building will be constructed automatically.
MsgTutorialTalkToFireman=The villagers seem to need a little more help, talk to the fireman standing next to the burned hut and to the builder next to the mine entrance.
MsgTutorialConstructFlagpole=Get the hammer from the chest, then use it to open the construction menu. From the construction menu you can select a building you wish to construct, select the flagpole and place it at the indicated position.
MsgTutorialConstructFlagpole=Get the hammer from the chest, then use it [%s] to open the construction menu. From the construction menu you can select a building you wish to construct, select the flagpole and place it at the indicated position.
MsgTutorialFlagpoleMaterials=Now that the construction site is placed we need some wood and metal. Talk to the lumberjack again to obtain some wood.
MsgTutorialAxeChopping=Find the axe in the mine and use it chop down a tree for wood, then put three pieces of wood into the construction site for the flagpole. Stand next to a tree and use the axe to start chopping, be sure to not stand exactly in front of it and keep holding down the mouse button. The fallen tree can either be pushed into the sawmill or chopped to wood manually.
MsgTutorialOreMining=Good, now only one piece of metal is needed to finish the flagpole. This can be produced at the foundry using ore and coal. Descend into the mine again and get one piece of ore by blasting the ore material and one piece of coal by digging the coal material.