Page 1 of 2

Fortified Line Leaders v 1.3 released

Posted: Tue Jan 08, 2013 11:21 am
by enric
Latest version 1.3.1
WARNING, a bug was introduced in v 1.3 on the indirect fire smoke.
v 1.3.1 is the current version, this update will not have effect on started games
Delete your installed 1.3 and install again it should show v 1.3.1 on the main screen of the scenario



Don't click on the link below (1.3.1):
https://dl.dropbox.com/u/36194263/FLL.lst

Follow the instructions:
:arrow: copy the link
:arrow: choose Campaigns
:arrow: choose Download Community Scenarios (at the top)
:arrow: choose Download a Campaign Package from the Internet (top right)
paste the link and follow what BA says.


To see everything included:
https://dl.dropbox.com/u/36194263/FLL%20description.pdf

Re: Fortified Line Leaders v 1.2 released

Posted: Tue Jan 08, 2013 12:14 pm
by Richcat
Thank you enric :D

Re: Fortified Line Leaders v 1.2 released

Posted: Tue Jan 08, 2013 2:22 pm
by enric
Image

Re: Fortified Line Leaders v 1.2 released

Posted: Tue Jan 08, 2013 2:23 pm
by enric
Image

Re: Fortified Line Leaders v 1.2 released

Posted: Tue Jan 08, 2013 2:26 pm
by enric
Image

Re: Fortified Line Leaders v 1.2 released

Posted: Tue Jan 08, 2013 2:27 pm
by enric
Image

Re: Fortified Line Leaders v 1.2 released

Posted: Tue Jan 08, 2013 2:28 pm
by enric
Image

Re: Fortified Line Leaders v 1.2 released

Posted: Sat Jan 12, 2013 2:29 pm
by jcb989
you did a nice job on the scenario guide pdf
great mods and scenario, too. good job!

Re: Fortified Line Leaders v 1.2 released

Posted: Mon Jan 28, 2013 3:36 pm
by enric
New version 1.3 released see first post.
Fixed minor terrain bug, and other minor issues.

Re: Fortified Line Leaders v 1.3 released

Posted: Fri Feb 01, 2013 7:16 pm
by enric
WARNING, a bug has been introduced in v1.3 on the indirect fire smoke a fix will be released as soon as possible

Re: Fortified Line Leaders v 1.3 released

Posted: Wed Feb 06, 2013 3:29 pm
by enric
1.3.1 released, see first post.

Re: Fortified Line Leaders v 1.3 released

Posted: Thu Feb 07, 2013 4:19 pm
by Amaris
it looks really good! I need to find time to test it. :P

In addition I'm damn interested by your smoke functionality. Can I use/adapt it to my naval academy mod?

Re: Fortified Line Leaders v 1.3 released

Posted: Thu Feb 07, 2013 9:11 pm
by enric
Amaris wrote:it looks really good! I need to find time to test it. :P

In addition I'm damn interested by your smoke functionality. Can I use/adapt it to my naval academy mod?
Sure, feel free to use everything.

Re: Fortified Line Leaders v 1.3 released

Posted: Mon Mar 04, 2013 7:22 pm
by LUNATICFRN
Hoping you can help. Kind of a newbie and downloading extra content.

I used the link provided and followed the steps to create the campaign. When I open the campaign, there are no scenarios.

What have I done incorrectly, and what do I need to do?

Thanks

Re: Fortified Line Leaders v 1.3 released

Posted: Mon Mar 04, 2013 8:15 pm
by pipfromslitherine
LUNATICFRN wrote:Hoping you can help. Kind of a newbie and downloading extra content.

I used the link provided and followed the steps to create the campaign. When I open the campaign, there are no scenarios.

What have I done incorrectly, and what do I need to do?

Thanks
This issue is usually caused when the campaign folder ends up inside another folder (i.e. rather than having CAMPAIGNFOLDER/SCENARIOS you have CAMPAIGNFOLDER/CAMPAIGNFOLDER/SCENARIOS).

Cheers

Pip

Re: Fortified Line Leaders v 1.3 released

Posted: Mon Mar 04, 2013 9:16 pm
by enric
LUNATICFRN wrote:Hoping you can help. Kind of a newbie and downloading extra content.

I used the link provided and followed the steps to create the campaign. When I open the campaign, there are no scenarios.

What have I done incorrectly, and what do I need to do?

Thanks
This is a MULTIPLAYER scenario, so once downloaded it should be in the MULTIPLAYER folder, can't be played as solo player.
To play it you must start a MP challenge.

Re: Fortified Line Leaders v 1.3 released

Posted: Tue Mar 05, 2013 7:01 pm
by LUNATICFRN
Got it. Thanks~!

Re: Fortified Line Leaders v 1.3 released

Posted: Thu Mar 07, 2013 5:21 pm
by Brummbar44
Nice work Enric!

What would I need to do to just add a German armoured leader to a multiplayer scenario I've made? I looked at the scripts and can see most of it but because there are the other new scripts as well...I'm not sure what I would need to do? How would I designate the Tank that has the Leader?

Thanks in advance, this looks like it would fit nicely with the recent scenarios I've been working on.

Re: Fortified Line Leaders v 1.3 released

Posted: Thu Mar 07, 2013 7:53 pm
by enric
Brummbar44 wrote:Nice work Enric!

What would I need to do to just add a German armoured leader to a multiplayer scenario I've made? I looked at the scripts and can see most of it but because there are the other new scripts as well...I'm not sure what I would need to do? How would I designate the Tank that has the Leader?

Thanks in advance, this looks like it would fit nicely with the recent scenarios I've been working on.
To create an armored leader you need to include E_FUNCTIONS (or copy) the function MakeUnitLeader, and then call it passing the unit's id.

Re: Fortified Line Leaders v 1.3 released

Posted: Fri Mar 08, 2013 11:37 pm
by Brummbar44
Thanks Enric,

I copied the function (exactly like you have it) and then added the makeUnitLeader (200, 2); to the scenario .bsf script (in the deploy section) and had no effect? I must be missing something?