You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, ForestDragon,
I have finally solved the puzzle and now, you add in GSE factions in world conquest by creating a modification with this event (i added the template here). I am letting you know so you can the "Great Steppe Conquest" thing (without cloning all of WC).
[event]name = "wc2_init_enemy"
[filter_conditional]
[variable]
name="wc2_enemy_army.length"equals=0
[/variable]
[/filter_conditional]
[set_variables]
name = "wc2_enemy_army"
[literal]
# last digit has to be the total number of factions you want to [group]factions_available = "1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4"
[group]
# allies will be the factions who should be paired with this oneallies_available="2,3,4"id = "enemyfaction_id"recruit= "Orcish Grunt,Orcish Archer,Wolf Rider,Orcish Assassin,Troll Whelp"
[recall]
level2 = "Orcish Ruler, Orcish Slayer,..."level2 = "Orcish Warlord, Troll Warrior,..."
[/recall]
[commander]
level1 = "Orcish Leader, Orcish Grunt,..."level2 = "Orcish Ruler, Orcish Slayer,..."level2 = "Orcish Warlord, Troll Warrior,..."
[/commander]
[leader]
level2 = "Troll"level3 = "Troll Warrior"recruit = "Orcish Grunt,Orcish Archer,Troll Whelp"
[/leader]
[leader]
level2 = "Orcish Warrior"level3 = "Orcish Warlord"recruit = "Orcish Grunt,Orcish Archer,Wolf Rider,Orcish Assassin"
[/leader]
[/group]
[/literal]
[/set_variables]
[/event]
The text was updated successfully, but these errors were encountered:
Hello, ForestDragon,
I have finally solved the puzzle and now, you add in GSE factions in world conquest by creating a modification with this event (i added the template here). I am letting you know so you can the "Great Steppe Conquest" thing (without cloning all of WC).
The text was updated successfully, but these errors were encountered: