Campaign: Holidays

Discussion and development of scenarios and campaigns for the game.

Moderator: Forum Moderators

HaJo
Inactive Developer
Posts: 174
Joined: August 7th, 2005, 11:52 pm
Location: DE

Campaign: Holidays

Post by HaJo »

it is on the server, but I could not find an announcement.
Nice idea, but it looks like christmas is still missing...
-HaJo
mpolo
Posts: 113
Joined: June 15th, 2004, 8:18 pm

Post by mpolo »

It's two old existing single-scenario "campaigns" just strung together. Christmas hasn't been written as far as I know.

I'd suggest adding a first screen where you can select which holiday you want to do by moving to signposts or some such, since the scenarios don't follow one another. Maybe like "Invasion of Eliador"...
fmunoz
Founding Artist
Posts: 1469
Joined: August 17th, 2003, 10:04 am
Location: Spain
Contact:

Post by fmunoz »

I tried to do a Xmash campaign last year but failed to do so (homework hit hard) I have a few images...

S'Anta Claws
Rudolf
Frosty
Dwelves
Attachments
Rudolf.png
Rudolf.png (1.49 KiB) Viewed 5511 times
snowgolem.png
snowgolem.png (1.15 KiB) Viewed 5511 times
SAntaClaws.png
SAntaClaws.png (1.38 KiB) Viewed 5512 times
HaJo
Inactive Developer
Posts: 174
Joined: August 7th, 2005, 11:52 pm
Location: DE

Post by HaJo »

fmunoz wrote:I tried to do a Xmash campaign last year ... I have a few images...
Maybe someone could take the xsnow-screensaver and make a santa-unit from it ?
-HaJo
HaJo
Inactive Developer
Posts: 174
Joined: August 7th, 2005, 11:52 pm
Location: DE

Post by HaJo »

I made a scenario-selector for the holidays-campaign, and
also tweaked the scenarios easter-eggs and halloween a bit.

Who is maintaining this campaign, where should I sent these files ?
-HaJo
User avatar
turin
Lord of the East
Posts: 11662
Joined: January 11th, 2004, 7:17 pm
Location: Texas
Contact:

Post by turin »

I'm "maintaining" it. Not that I do any work on it or anything.
For I am Turin Turambar - Master of Doom, by doom mastered. On permanent Wesbreak. Will not respond to private messages. Sorry!
And I hate stupid people.
The World of Orbivm
HaJo
Inactive Developer
Posts: 174
Joined: August 7th, 2005, 11:52 pm
Location: DE

Post by HaJo »

turin wrote:I'm "maintaining" it.
Ok - here are my changes:

* New scenario "Holiday-Intro" as scenario-selector (also served as playground for mapmaking and WML :)
* moved/renamed campaign from "Halloween" to "Holidays"
* Scenarios return to Holiday-Intro
* Easter-Eggs: scroll_to after teleporting, sound + dialog at each nest, option to label the burrows
* Halloween: Time-warning at turn 16
* some beautification of the cfg-files
Attachments
Holidays024.zip
Holidays in Wesnoth v0.2.4
(8.72 KiB) Downloaded 338 times
-HaJo
User avatar
turin
Lord of the East
Posts: 11662
Joined: January 11th, 2004, 7:17 pm
Location: Texas
Contact:

Post by turin »

A few notes:
1) You should put everything in its own directory, i.e. one scenarios/, one maps/, one units/, and those should all be nested inside of a directory called "Halloween".
2) Currently, the campaign server will not allow us to rename the directory from Halloween to Holidays, so don't do that.
3) I refuse to publish anything using the indentation you are using. (This is just an idiosyncrasy I have, so don't take it personally). This is what I consider correct indentation:

Code: Select all

[if]
	[variable]
	name=eggs
	numerical_equals=5
	[/variable]
	[then]
		[message]
		description=Someone
		message="Blah"
		[/message]
		[endlevel]
		result=victory
		[/endlevel]
	[/then]
	[else]
		[message]
		description=Someone
		message= _ "Blah"
		[/message]
	[/else]
[/if]
This is incorrect indentation:

Code: Select all

[if]
	[variable]
		name=eggs
		numerical_equals=5
	[/variable]
	[then]
		[message]
			description=Someone
			message="Blah"
		[/message]
		[endlevel]
			result=victory
		[/endlevel]
	[/then]
	[else]
		[message]
			description=Someone
			message= _ "Blah"
		[/message]
	[/else]
[/if]
I'd like it if you reformatted your WML to fit that.
For I am Turin Turambar - Master of Doom, by doom mastered. On permanent Wesbreak. Will not respond to private messages. Sorry!
And I hate stupid people.
The World of Orbivm
HaJo
Inactive Developer
Posts: 174
Joined: August 7th, 2005, 11:52 pm
Location: DE

Post by HaJo »

turin wrote:1) You should put everything in its own directory, i.e. one scenarios/, one maps/, one units/,
and those should all be nested inside of a directory called "Halloween".
2) Currently, the campaign server will not allow us to rename the directory from Halloween to Holidays,
3) I'd like it if you reformatted your WML to fit that.
1) The zipfile has just the changed files, not the complete campaign
1b + 2) Yuck :-(
3) I will have a look
-HaJo
scott
Posts: 5243
Joined: May 12th, 2004, 12:35 am
Location: San Pedro, CA

Post by scott »

turin wrote: 2) Currently, the campaign server will not allow us to rename the directory from Halloween to Holidays, so don't do that.
I don't understand this one. Could you explain?
Hope springs eternal.
Wesnoth acronym guide.
User avatar
turin
Lord of the East
Posts: 11662
Joined: January 11th, 2004, 7:17 pm
Location: Texas
Contact:

Post by turin »

scott wrote:
turin wrote: 2) Currently, the campaign server will not allow us to rename the directory from Halloween to Holidays, so don't do that.
I don't understand this one. Could you explain?
As I understand it, the campaign server identifies campaigns by their directory/.cfg/.pbl file name. So, if we change it from Halloween to Holidays, we would not be able to upload it as just an update to the campaign. It would have to be a whole new one, and we'd have to delete the old version.
For I am Turin Turambar - Master of Doom, by doom mastered. On permanent Wesbreak. Will not respond to private messages. Sorry!
And I hate stupid people.
The World of Orbivm
HaJo
Inactive Developer
Posts: 174
Joined: August 7th, 2005, 11:52 pm
Location: DE

Post by HaJo »

turin wrote:As I understand it, the campaign server identifies campaigns by their directory/.cfg/.pbl file name.
So, if we change it from Halloween to Holidays, we would not be able to upload it as just an update
to the campaign. It would have to be a whole new one, and we'd have to delete the old version.
I would appreciate it very much if the campaign "Holidays in Wesnoth"
could be moved/renamed to a directory with a fitting name, i.e. ".../Holidays".
Naming the whole campaign (for historical reasons) ".../Halloween"
after one of its scenarios is at least misleading.
-HaJo
scott
Posts: 5243
Joined: May 12th, 2004, 12:35 am
Location: San Pedro, CA

Post by scott »

You could set the title to Holidays in the pbl file. It would become a minor issue when it became time to delete it, but nothing too bad. If the game ever gets a 'delete campaign' button, it would be a non-issue forever.
Hope springs eternal.
Wesnoth acronym guide.
User avatar
turin
Lord of the East
Posts: 11662
Joined: January 11th, 2004, 7:17 pm
Location: Texas
Contact:

Post by turin »

scott wrote:You could set the title to Holidays in the pbl file. It would become a minor issue when it became time to delete it, but nothing too bad. If the game ever gets a 'delete campaign' button, it would be a non-issue forever.
I already have set the title to that! Really, the only time it shows up as Halloween not Holidays is in the directory structure itself, and I already explained why that has to be the case.
For I am Turin Turambar - Master of Doom, by doom mastered. On permanent Wesbreak. Will not respond to private messages. Sorry!
And I hate stupid people.
The World of Orbivm
scott
Posts: 5243
Joined: May 12th, 2004, 12:35 am
Location: San Pedro, CA

Post by scott »

Okay then. Everyone be happy about it.
Hope springs eternal.
Wesnoth acronym guide.
Post Reply