The Wesnothian Army - WIP

Discussion and development of scenarios and campaigns for the game.

Moderator: Forum Moderators

User avatar
Flameslash
Posts: 633
Joined: December 21st, 2008, 12:29 pm

The Wesnothian Army - WIP

Post by Flameslash »

Hello, I'm making a campaign, and have got the first three scenarios working. What do you think about the difficulty? Did you find Bedwyr (S1) and Maiya (S2) ? Do you like the maps? Is the dialog ok?
Attachments
The_Wesnothian_Army.zip
(8.62 KiB) Downloaded 149 times
Last edited by Flameslash on March 17th, 2012, 4:54 pm, edited 2 times in total.
User avatar
janenho13
Posts: 30
Joined: February 20th, 2012, 3:45 pm
Location: Czech Republic

Re: The Wesnothian Army - WIP

Post by janenho13 »

I downloaded it. The scenario seems good, but _main.cfg has some mistakes.
[binary_path] is missing and
[+units] is missing too.
User avatar
Crendgrim
Moderator Emeritus
Posts: 1328
Joined: October 15th, 2010, 10:39 am
Location: Germany

Re: The Wesnothian Army - WIP

Post by Crendgrim »

You don't need [units] if you do not have any units...
UMC Story Images — Story images for your campaign!
User avatar
Flameslash
Posts: 633
Joined: December 21st, 2008, 12:29 pm

Re: The Wesnothian Army - WIP

Post by Flameslash »

What's the binary path for?
User avatar
Crendgrim
Moderator Emeritus
Posts: 1328
Joined: October 15th, 2010, 10:39 am
Location: Germany

Re: The Wesnothian Army - WIP

Post by Crendgrim »

It is used whenever you need custom images, music or sounds. Specifying a [binary_path] makes the engine find these files inside your add-on's directory. So, if you do not use any of these, you can omit its definition as well.
UMC Story Images — Story images for your campaign!
User avatar
janenho13
Posts: 30
Joined: February 20th, 2012, 3:45 pm
Location: Czech Republic

Re: The Wesnothian Army - WIP

Post by janenho13 »

Finally, I tried to play it. It isn't bad, it's good, but in the scenario the image in story didn't load.
From original "~images/portraits/humans/transparent/general.png" delete "~images/" and it will be perfect!
User avatar
Flameslash
Posts: 633
Joined: December 21st, 2008, 12:29 pm

Re: The Wesnothian Army - WIP

Post by Flameslash »

Thanks. I'm working on another scenario, but having problems.
User avatar
janenho13
Posts: 30
Joined: February 20th, 2012, 3:45 pm
Location: Czech Republic

Re: The Wesnothian Army - WIP

Post by janenho13 »

What kind of problem?
User avatar
Flameslash
Posts: 633
Joined: December 21st, 2008, 12:29 pm

Re: The Wesnothian Army - WIP

Post by Flameslash »

It doesn't work, and the error message is no help. It says a line is missing a tag.
User avatar
janenho13
Posts: 30
Joined: February 20th, 2012, 3:45 pm
Location: Czech Republic

Re: The Wesnothian Army - WIP

Post by janenho13 »

Give it here. Maybe I can help.
User avatar
Flameslash
Posts: 633
Joined: December 21st, 2008, 12:29 pm

Re: The Wesnothian Army - WIP

Post by Flameslash »

Here. Thanks in advance.
Attachments
2_Bad_News.cfg
(3.62 KiB) Downloaded 132 times
Ceres
Forum Regular
Posts: 620
Joined: September 18th, 2010, 7:56 pm
Location: Germany

Re: The Wesnothian Army - WIP

Post by Ceres »

Line 13:

Code: Select all

background-~images/portraits/humans/transparent/general.png
should be

Code: Select all

background=portraits/humans/transparent/general.png
Line 129:

Code: Select all

[/unit}
Last edited by Ceres on March 15th, 2012, 5:08 pm, edited 1 time in total.
User avatar
Crendgrim
Moderator Emeritus
Posts: 1328
Joined: October 15th, 2010, 10:39 am
Location: Germany

Re: The Wesnothian Army - WIP

Post by Crendgrim »

Line 18:

Code: Select all

[MORNING}
How could you miss that one, Ceres? :P

Flameslash: Please consider using an editor with WML syntax highlighting. It will help you spot this kind of errors very quickly. :)
UMC Story Images — Story images for your campaign!
User avatar
Flameslash
Posts: 633
Joined: December 21st, 2008, 12:29 pm

Re: The Wesnothian Army - WIP

Post by Flameslash »

Thanks, and I use Notepad++

EDIT: Still doesn't work :x
Attachments
2_Bad_News.cfg
(3.61 KiB) Downloaded 131 times
User avatar
janenho13
Posts: 30
Joined: February 20th, 2012, 3:45 pm
Location: Czech Republic

Re: The Wesnothian Army - WIP

Post by janenho13 »

Don't change id with name. In the start dialog you use the bandit's name instead of id.
Post Reply