How to Make the Campaign Map and to Animate it?

Discussion and development of scenarios and campaigns for the game.

Moderator: Forum Moderators

Post Reply
User avatar
TheChosenOne
Posts: 247
Joined: April 7th, 2006, 8:26 am
Location: Royal Palace, Weldyn St. 01, Wesnoth 123 456

How to Make the Campaign Map and to Animate it?

Post by TheChosenOne »

How can I make the campaign map and its animation (the map that you see before the starting of a game) and how can I animate the circles and crosses (which denotes the path travelled and the battles) and other related things? Please help me, I am currently making a campaign but it cannot be finished without a campaign map. Thanks.
Numbers do not win a battle
---Konrad III
(A loyal member of the pro-loyalists)

Would you like to translate the Battle of Wesnoth into Indonesian? Then come and join us at http://www.wesnoth.org/wiki/IndonesianTranslation
User avatar
zookeeper
WML Wizard
Posts: 9742
Joined: September 11th, 2004, 10:40 pm
Location: Finland

Post by zookeeper »

Look how HttT does it. The story screen WML for HttT can be found in data/campaigns/Heir_To_The_Throne/utils/bigmap.cfg and the {DOT} and {CROSS} macros in data/utils.cfg.
User avatar
TheChosenOne
Posts: 247
Joined: April 7th, 2006, 8:26 am
Location: Royal Palace, Weldyn St. 01, Wesnoth 123 456

Post by TheChosenOne »

I found the map and how to write the story below but I still can't find how to make the dots and crosses (and most importantly to draw a campaign map of my own). Can someone tell me how? Thanks
Numbers do not win a battle
---Konrad III
(A loyal member of the pro-loyalists)

Would you like to translate the Battle of Wesnoth into Indonesian? Then come and join us at http://www.wesnoth.org/wiki/IndonesianTranslation
User avatar
zookeeper
WML Wizard
Posts: 9742
Joined: September 11th, 2004, 10:40 pm
Location: Finland

Post by zookeeper »

I really told what you need. If not counting checking the WML reference, but then again that one should go without saying.
User avatar
JW
Posts: 5046
Joined: November 10th, 2005, 7:06 am
Location: Chicago-ish, Illinois

Post by JW »

Here, I'll tell you what you need:
zookeeper wrote:the {DOT} and {CROSS} macros in data/utils.cfg.
Hope that helps.
scott
Posts: 5243
Joined: May 12th, 2004, 12:35 am
Location: San Pedro, CA

Post by scott »

Good grief.

http://wesnoth.org/wiki/IntroWML

Code: Select all

	[story]
		[part]
		music=wesnoth-1.ogg
		story= _ "In the twenty-seventh year of the reign of Garard II, king of Wesnoth, the kingdom was plunged into a bitter war with the Peoples of the North."
		background=maps/wesnoth.png
		[/part]
		[part]
			background=maps/wesnoth-httt.jpg
			show_title=yes
			{DOT 859 202}
			{DOT 862 224}
			{DOT 865 247}
			{DOT 856 267}
			{DOT 837 278}
			{DOT 811 274}
			{DOT 789 284}
			{DOT 767 298}
			{DOT 772 321}
			{DOT 767 344}
			{DOT 750 361}
			{DOT 728 371}
			{DOT 703 380}
			{CROSS 678 386}
		[/part]
	[/story]
Hope springs eternal.
Wesnoth acronym guide.
Post Reply