Tales of the Rubies (SP campaign for BfW 1.14)

Discussion and development of scenarios and campaigns for the game.

Moderator: Forum Moderators

User avatar
Argesilao2
Posts: 113
Joined: February 18th, 2020, 9:28 pm
Location: Piciule Patrie

Re: Tales of the Rubies (SP campaign for BfW 1.14)

Post by Argesilao2 »

I'm sorry for malfunctions, :(

I will be working on this campaign, and others, when a more serious 1.16 version comes out.
For now it is useless to make corrections that in two weeks will already be obsolete. :hmm:
User avatar
octalot
General Code Maintainer
Posts: 786
Joined: July 17th, 2010, 7:40 pm
Location: Austria

Re: Tales of the Rubies (SP campaign for BfW 1.14)

Post by octalot »

I'm checking through add-ons that use the [advancefrom] tag, because it's broken (#6204).

In TotR, that's going to affect the Kraken and Great Ogre. The working replacement is the [modify_unit_type] tag, which goes inside the [campaign] tag (Dead Water's _main.cfg provides an example for the Kraken):

Code: Select all

    [modify_unit_type]
        type="Ogre"
        add_advancement="Great Ogre"
        set_experience=76
    [/modify_unit_type]

    [modify_unit_type]
        type="Cuttle Fish"
        add_advancement="Kraken"
        set_experience=80
    [/modify_unit_type]
User avatar
Argesilao2
Posts: 113
Joined: February 18th, 2020, 9:28 pm
Location: Piciule Patrie

Re: Tales of the Rubies (SP campaign for BfW 1.14)

Post by Argesilao2 »

octalot wrote: January 3rd, 2022, 1:23 pm I'm checking through add-ons that use the [advancefrom] tag, because it's broken (#6204).
Thanks for the warning :)
Post Reply