Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#5278 closed defect (worksforme)

Tutorial says Barracks needed to phase up

Reported by: Aris Owned by:
Priority: Must Have Milestone:
Component: UI & Simulation Keywords:
Cc: aris.wicaksono.85@… Patch:

Description

When advancing the Town Phase it said you need a Barrack to Phase Up, but without Barrack you can still Phase Up

Change History (2)

comment:1 by elexis, 6 years ago

Keywords: Tutorial Barrack removed
Milestone: Alpha 23
Resolution: worksforme
Status: newclosed

It says you should build a barracks, but it doesn't say one has to build it in order to advance to the next phase, no?

"Build a Barracks nearby. Whenever your population limit is reached, build an extra house using any available builder units."

(We also shouldn't change the game to fit the Tutorial, but the Tutorial to fit the game)

We can find all instructions by searching for markForTranslation in https://code.wildfiregames.com/source/0ad/browse/ps/trunk/binaries/data/mods/public/maps/tutorials/Introductory_Tutorial.js

		"instructions": markForTranslation("Welcome to the 0 A.D. tutorial."),
		"instructions": markForTranslation("Left-click on a female citizen and then right-click on a berry bush to make that female citizen gather food. Female citizens gather vegetables faster than other units."),
		"instructions": markForTranslation("Select the citizen-soldier, right-click on a tree near the Civic Center to begin gathering Wood. Citizen Soldiers gather Wood faster than female citizens."),
				"text": markForTranslation("Select the Civic Center building and hold %(hotkey)s while clicking on the Hoplite icon once to begin training a batch of Hoplites."),
					markForTranslation("Do not forget to press the batch training hotkey while clicking to produce multiple units.") :
					markForTranslation("Click on the HOPLITE icon.");
		"instructions": markForTranslation("Select the two idle female citizens and build a house nearby by selecting the house icon. Place the house by left-clicking on a piece of land."),
		"instructions": markForTranslation("When they are ready, select the newly trained Hoplites and assign them to build a storehouse beside some nearby trees. They will begin to gather Wood when it's constructed."),
				"text": markForTranslation("Train a batch of Skirmishers by holding %(hotkey)s and clicking on the Skirmisher icon in the Civic Center."),
					markForTranslation("Do not forget to press the batch training hotkey while clicking to produce multiple units.") :
					markForTranslation("Click on the Skirmisher icon.");
		"instructions": markForTranslation("Build a farmstead in an open space beside the Civic Center using any idle builders."),
		"instructions": markForTranslation("Let's wait for the farmstead to be built."),
		"instructions": markForTranslation("Once the farmstead is constructed, its builders will automatically begin gathering food if there is any nearby. Select the builders and instead make them construct a field beside the farmstead."),
		"instructions": markForTranslation("The field's builders will now automatically begin gathering food from the field. Using the newly created group of skirmishers, get them to build another house nearby."),
		"instructions": markForTranslation("Train a batch of Hoplites at the Civic Center. Select the Civic Center and with it selected right-click on a tree nearby. Units from the Civic Center will now automatically gather Wood."),
					markForTranslation("Do not forget to press the batch training hotkey while clicking to produce multiple units.") :
					markForTranslation("Click on the Hoplite icon.");
				this.WarningMessage(markForTranslation("Select the Civic Center, then hover the cursor over the tree and right-click when you see your cursor change into a Wood icon."));
		"instructions": markForTranslation("Order the idle Skirmishers to build an outpost to the north east at the edge of your territory.  This will be the fifth Village Phase structure that you have built, allowing you to advance to the Town Phase."),
		"instructions": markForTranslation("Select the Civic Center again and advance to Town Phase by clicking on the 'II' icon (you have to wait for the outpost to be built first). This will allow Town Phase buildings to be constructed."),
		"instructions": markForTranslation("While waiting for the phasing up, you may reaffect your idle workers to gathering the resources you are short of."),
		"instructions": markForTranslation("Start training a batch of female citizens in the Civic Center and set its rally point to the farm (right click on it)."),
					markForTranslation("Do not forget to press the batch training hotkey while clicking to produce multiple units.") :
					markForTranslation("Click on the female citizen icon.");
		"instructions": markForTranslation("Build a Barracks nearby. Whenever your population limit is reached, build an extra house using any available builder units."),
		"instructions": markForTranslation("Prepare for an attack by an enemy player. Train more soldiers using the Barracks, and get idle soldiers to build a Defense Tower near your Outpost."),
		"instructions": markForTranslation("Build a Blacksmith and research the Infantry Training technology (sword icon) to improve infantry hack attack."),
		"instructions": markForTranslation("The enemy is coming. Train more soldiers to fight off the enemies."),
		"instructions": markForTranslation("Try to repel the attack."),
		"instructions": markForTranslation("The enemy attack has been thwarted. Now build a market and a temple while you assign new units to gather required resources."),
		"instructions": markForTranslation("Once you meet the City Phase requirements, select your Civic Center and advance to City Phase."),
		"instructions": markForTranslation("While waiting for the phase change, you may train more soldiers at the barracks."),
		"instructions": markForTranslation("Now that you are in City Phase, build a fortress nearby (gather some stone first if needed) and then use it to construct 2 Battering Rams."),
			markForTranslation("Stop all your soldiers gathering resources and instead task small groups to find the enemy Civic Center on the map. Once The enemy's base has been spotted, send your siege weapons and all remaining soldiers to destroy it.\n"),
			markForTranslation("Female citizens should continue to gather resources.")
		"instructions": markForTranslation("The enemy has been defeated. These tutorial tasks are now completed."),

Ticket can be reopened in case.

comment:2 by elexis, 6 years ago

Summary: TutorialTutorial says Barracks needed to phase up
Note: See TracTickets for help on using tickets.