Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[request] GSE + World Conquest #2

Open
knyghtmare opened this issue Jan 19, 2022 · 0 comments
Open

[request] GSE + World Conquest #2

knyghtmare opened this issue Jan 19, 2022 · 0 comments

Comments

@knyghtmare
Copy link

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 one
			        allies_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]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant