Eagle's combined MP modifications thread
Moderators: Forum Moderators, Developers
Re: Eagle's combined MP modifications thread
just went and added an type= for all.
- Temuchin Khan
- Posts: 1715
- Joined: September 3rd, 2004, 6:35 pm
- Location: Player 6 on the original Agaia map
Re: Eagle's combined MP modifications thread
Thank you. I get it now. As for how to make it more intuitive, I'm not sure if I have any better ideas right now.
Check out my maps!
http://forums.wesnoth.org/viewtopic.php ... 3&start=15
http://forums.wesnoth.org/viewtopic.php ... 3&start=15
-
- Posts: 5
- Joined: September 3rd, 2018, 4:36 am
Re: Eagle's combined MP modifications thread
I get an error that occurs whenever I advance to an Executioner (pikeman L3) in the Extra Advancements mod. I'll advance a unit and finish a turn just fine, but when I hit end turn, an error pops up and the executioner vanishes. Doesn't happen with any other units in this mod (That I've encountered).
Re: Eagle's combined MP modifications thread
Fixed it.Graypaws11 wrote: ↑September 6th, 2018, 9:45 pmI get an error that occurs whenever I advance to an Executioner (pikeman L3) in the Extra Advancements mod. I'll advance a unit and finish a turn just fine, but when I hit end turn, an error pops up and the executioner vanishes. Doesn't happen with any other units in this mod (That I've encountered).
New version is up. Added even more and changed graphics of some.
-
- Posts: 5
- Joined: September 3rd, 2018, 4:36 am
Re: Eagle's combined MP modifications thread
Wow, much faster than I'd expected. Wish I'd taken the time to post sooner -- Thanks!
Re: Eagle's combined MP modifications thread
I have run into a problem with your extra advancements mod in Heir to the Throne. When getting the flame sword later in the story, your units can not level beyond level 3, otherwise, they can't obtain the sword as they get registered as units other than the "hero unit" that requires pickup. I happened to have the princess at level three at the time and gave it to her, but she leveled up to level 4 at the end of the scenario. When I started the next scenario, she had no movement points and 1 hp. Is this something that you can fix or is it supposed to be an anti-cheat thing build into the base game?
Re: Eagle's combined MP modifications thread
I do not have added any advancement for the Princess in HttT, so that must be another mod.
Re: Eagle's combined MP modifications thread
Hello,
Here again
I was thinking in free xp mod. (Still doesnt work for me btw)
So i think that would be amazing if there would be diferent slider for the campaign opponents. Got the idea in the last scenario of raising wesnoth, when i had only 4-5 lvl full trained army and the AI sent me lvl0 units... I can recall, but the AI units fight only in 1 scenario, so if they get more xp that would make more interesting and challenging the game. Maybe a progressive setting would be the best, first 2 chapter: Ai gains 1xp, second two: 2xp, etc..., or a slider for it too XD
And a bit late but thanks Gfgtdf for ur help.
Here again

I was thinking in free xp mod. (Still doesnt work for me btw)
So i think that would be amazing if there would be diferent slider for the campaign opponents. Got the idea in the last scenario of raising wesnoth, when i had only 4-5 lvl full trained army and the AI sent me lvl0 units... I can recall, but the AI units fight only in 1 scenario, so if they get more xp that would make more interesting and challenging the game. Maybe a progressive setting would be the best, first 2 chapter: Ai gains 1xp, second two: 2xp, etc..., or a slider for it too XD
And a bit late but thanks Gfgtdf for ur help.
Re: Eagle's combined MP modifications thread
i just observed a game with 'heroic leades mod' and notied that it adds the hero trait in each scenario of a mp campaign, so in the 5th scenario they'll have the hero trait 5 times. Its be better if thte trait woud just be added once.
Scenario with Robots SP scenario (1.11/1.12), allows you to build your units with components, PYR No preperation turn 1.12 mp-mod that allows you to select your units immideately after the game begins.
Re: Eagle's combined MP modifications thread
I get warnings in stderr when having some of the add-ons installed:
Spoiler:
Introduction to WML filtering and WML variables.
Re: Eagle's combined MP modifications thread
Hello,
I made a recent mod this week-end, "Advance Wesnoth Wars" (see the informations in my signature link), based of some of Eagle mods, made them working on compaigns and fixed some bugs. Dunno who stil maintain them, but you can make a quick look on my code to improve them, maybe.
I made a recent mod this week-end, "Advance Wesnoth Wars" (see the informations in my signature link), based of some of Eagle mods, made them working on compaigns and fixed some bugs. Dunno who stil maintain them, but you can make a quick look on my code to improve them, maybe.
Creator of Advanced Wesnoth Wars mod
Re: Eagle's combined MP modifications thread
Healer XP Mod
Healers gain xp by standing next to a unit, they don't care whether that unit is damaged.
Rebels Tweaks: Elvish Magicians
Arcane Shield:
this unit... -> This unit...
Healers gain xp by standing next to a unit, they don't care whether that unit is damaged.
Rebels Tweaks: Elvish Magicians
Arcane Shield:
this unit... -> This unit...
Re: Eagle's combined MP modifications thread
I fixed this in Advanced Wesnoth Wars. Someone is maintening all theses Eagle mods ?
Creator of Advanced Wesnoth Wars mod
Re: Eagle's combined MP modifications thread
Healers do not receive xp for healing allied units.
-
- Posts: 1
- Joined: August 15th, 2019, 2:38 pm
Re: Eagle's combined MP modifications thread
Dear Eagle_11
I have come across a problem in your Shipbuilding Mod:
I garrisoned multiple units into multiple transport ships all across the map, using multiple players. When I tried to ungarrison the units again, the first unit ungarrisoned was the last one i garrisoned, which happened to be a member of an enemy player and by the way the wrong unit type, and when I tried to ungarrison more units, the respective ships gave me an error (the variable "boat.variable.unit" doesn't exist) and dissapeared.
It looks like the unit garrisoned in the ship is one global variable which is overwritten every time a new unit is garrisoned somewhere in a ship. Then, when a unit is ungarrisoned (not necessarily the right one, since it will be the last one garrisoned), the variable is deleted, which afterwards causes an error.
Could you maybe fix this problem or write in the mod description more clearly that only one unit at a time can be garrisoned in all the ships?
Thank you very much.
Ps: Your mod is still an extremely cool idea, even if it doesn't work 100% well currently.
I have come across a problem in your Shipbuilding Mod:
I garrisoned multiple units into multiple transport ships all across the map, using multiple players. When I tried to ungarrison the units again, the first unit ungarrisoned was the last one i garrisoned, which happened to be a member of an enemy player and by the way the wrong unit type, and when I tried to ungarrison more units, the respective ships gave me an error (the variable "boat.variable.unit" doesn't exist) and dissapeared.
It looks like the unit garrisoned in the ship is one global variable which is overwritten every time a new unit is garrisoned somewhere in a ship. Then, when a unit is ungarrisoned (not necessarily the right one, since it will be the last one garrisoned), the variable is deleted, which afterwards causes an error.
Could you maybe fix this problem or write in the mod description more clearly that only one unit at a time can be garrisoned in all the ships?
Thank you very much.
Ps: Your mod is still an extremely cool idea, even if it doesn't work 100% well currently.