Era of Chaos v1.4.0 for Wesnoth 1.12 and 1.13

It's not easy creating an entire faction or era. Post your work and collaborate in this forum.

Moderator: Forum Moderators

Post Reply
User avatar
adr3n
Posts: 44
Joined: October 18th, 2008, 7:04 am
Location: Malacca, Malaysia

Re: Era of Chaos v1.0.1 for Wesnoth 1.10 and 1.11

Post by adr3n »

the error is still there, i tried reinstalling the era, still the same...
User avatar
Astoria
Inactive Developer
Posts: 1007
Joined: March 20th, 2008, 5:54 pm
Location: Netherlands

Re: Era of Chaos v1.0.1 for Wesnoth 1.10 and 1.11

Post by Astoria »

adr3n wrote:the error is still there, i tried reinstalling the era, still the same...
We haven't released a new version yet, that's why the problem is still there for you.

We're planning on releasing a new version very soon, but if you want it fixed now, you can download it from UMC-dev.
Formerly known as the creator of Era of Chaos and maintainer of The Aragwaithi and the Era of Myths.
User avatar
Astoria
Inactive Developer
Posts: 1007
Joined: March 20th, 2008, 5:54 pm
Location: Netherlands

Re: Era of Chaos v1.0.1 for Wesnoth 1.10 and 1.11

Post by Astoria »

Era of Chaos version 1.1.0 is now available!

Image

Even though we said last release might be the last release with new faction, we thought the era really lacked orcs. So we added them. Other than that, we included and changed a lot of things, all found in the changelog.

Changelog:

Code: Select all

1.1.0:

-Added some more demons from After the Storm
-Added marksman to the Quenoth Swordsmaster
-Rebalanced the Quenoth Archer line
-Added water units to the Wild Humans and the Quenoth Elves
-Added the Orcs
-Lowered the max XP of the Bandit Fighter and Wild Archer
-Reduced the Runner Drone's ranged damage and pierce resistance
-Increased the Runner Drone's max XP
-Corrected the Aragwaith Eagle Master's max XP
-Gave the Aragwaith Greatbow precision on its ranged attack
-Increased the Aragwaith Guard and Shield Guard's resistances
-Gave the Aragwaith Swordsmaster marksman instead of precision
-Various fixes to the Aragwaith coding
-Decreased the Demon Zephyr's max XP by 15
-Increased the Forest Spirit's movement by 1
-Gave the Blood Apprentice transformation
Formerly known as the creator of Era of Chaos and maintainer of The Aragwaithi and the Era of Myths.
User avatar
adr3n
Posts: 44
Joined: October 18th, 2008, 7:04 am
Location: Malacca, Malaysia

Re: Era of Chaos v1.1.0 for Wesnoth 1.10 and 1.11

Post by adr3n »

this is great! thanks!
User avatar
Astoria
Inactive Developer
Posts: 1007
Joined: March 20th, 2008, 5:54 pm
Location: Netherlands

Re: Era of Chaos v1.1.0 for Wesnoth 1.10 and 1.11

Post by Astoria »

I'm glad you like it.
Formerly known as the creator of Era of Chaos and maintainer of The Aragwaithi and the Era of Myths.
User avatar
ChaosRider
Posts: 846
Joined: April 15th, 2012, 1:15 pm

Re: Era of Chaos v1.1.0 for Wesnoth 1.10 and 1.11

Post by ChaosRider »

I got some question. Why "Dwarvish Soldier" 2 lvl unit is able to advance to 1 lvl "Dwarvish Commander" ? I guess its a mistake and it should be 3 lvl for this commander.
Creator of WOTG (+2880 units), MWC (+615 units), SurvivorsArea, RandomColosseum, RC WOTG, RC MWC, ColosseumRandomClonesBattle, BetweenDarknessAndLight, StealingWeapons, MoreUnitsForms, MoreDamageTypes, CanBeOnlyOne, ColosseumOneWinner, BonusSpam, CriticalStrike - available at 1.12 Wesnoth server.
User avatar
Astoria
Inactive Developer
Posts: 1007
Joined: March 20th, 2008, 5:54 pm
Location: Netherlands

Re: Era of Chaos v1.1.0 for Wesnoth 1.10 and 1.11

Post by Astoria »

ChaosRider wrote:I got some question. Why "Dwarvish Soldier" 2 lvl unit is able to advance to 1 lvl "Dwarvish Commander" ? I guess its a mistake and it should be 3 lvl for this commander.
Yup, that's a bug. I fixed it on SVN.
Formerly known as the creator of Era of Chaos and maintainer of The Aragwaithi and the Era of Myths.
User avatar
adr3n
Posts: 44
Joined: October 18th, 2008, 7:04 am
Location: Malacca, Malaysia

Re: Era of Chaos v1.1.0 for Wesnoth 1.10 and 1.11

Post by adr3n »

when i tried to transform the fledgeling back to its normal state, i got this error
Attachments
fledgeling bugged.JPG
User avatar
ChaosRider
Posts: 846
Joined: April 15th, 2012, 1:15 pm

Re: Era of Chaos v1.1.0 for Wesnoth 1.10 and 1.11

Post by ChaosRider »

Can you post game code which is used in this scenario to transform units ?
______________________________________________________________________
Transform example:

Code: Select all

	[transform_unit]
		[filter]
			x,y=38,38 #some filter to know what you want transform
		[/filter]
		transform_to=$WaterLeaderType #unit id/type or variable which got this id/type, here is variable
	[/transform_unit]
Creator of WOTG (+2880 units), MWC (+615 units), SurvivorsArea, RandomColosseum, RC WOTG, RC MWC, ColosseumRandomClonesBattle, BetweenDarknessAndLight, StealingWeapons, MoreUnitsForms, MoreDamageTypes, CanBeOnlyOne, ColosseumOneWinner, BonusSpam, CriticalStrike - available at 1.12 Wesnoth server.
User avatar
Astoria
Inactive Developer
Posts: 1007
Joined: March 20th, 2008, 5:54 pm
Location: Netherlands

Re: Era of Chaos v1.1.0 for Wesnoth 1.10 and 1.11

Post by Astoria »

ChaosRider wrote:Can you post game code which is used in this scenario to transform units ?
______________________________________________________________________
Transform example:

Code: Select all

	[transform_unit]
		[filter]
			x,y=38,38 #some filter to know what you want transform
		[/filter]
		transform_to=$WaterLeaderType #unit id/type or variable which is having that, here is variable
	[/transform_unit]
If you want to look into the coding behind this, it's in utils/abilities.cfg, utils/animation_utils.cfg and units/vampires/.

We'll look into the coding some more, and hope we can fix the bug ASAP.
Last edited by Astoria on April 22nd, 2013, 9:32 pm, edited 1 time in total.
Formerly known as the creator of Era of Chaos and maintainer of The Aragwaithi and the Era of Myths.
User avatar
ChaosRider
Posts: 846
Joined: April 15th, 2012, 1:15 pm

Re: Era of Chaos v1.1.0 for Wesnoth 1.10 and 1.11

Post by ChaosRider »

I just checked code of this and for now i can say this will take some time :D.
Creator of WOTG (+2880 units), MWC (+615 units), SurvivorsArea, RandomColosseum, RC WOTG, RC MWC, ColosseumRandomClonesBattle, BetweenDarknessAndLight, StealingWeapons, MoreUnitsForms, MoreDamageTypes, CanBeOnlyOne, ColosseumOneWinner, BonusSpam, CriticalStrike - available at 1.12 Wesnoth server.
User avatar
Espreon
Inactive Developer
Posts: 630
Joined: June 9th, 2007, 4:08 am

Re: Era of Chaos v1.1.0 for Wesnoth 1.10 and 1.11

Post by Espreon »

adr3n wrote:when i tried to transform the fledgeling back to its normal state, i got this error
This and some other issues with transformation have been fixed in SVN.
User avatar
Astoria
Inactive Developer
Posts: 1007
Joined: March 20th, 2008, 5:54 pm
Location: Netherlands

Re: Era of Chaos v1.0.1 for Wesnoth 1.10 and 1.11

Post by Astoria »

Era of Chaos version 1.1.1 is now available!

This version fixes some (both major and minor) bugs, and includes the Loyalist Spearman as a recruitable unit for the Wild Humans. Hope you enjoy!

Changelog:

Code: Select all

1.1.1:

-Added the Loyalist Spearman line to the Wild Humans
-Fixed the Dwarvish Commander being level 1
-Fixed the transformed Blood Apprentice having the Fledgeling's max HP and XP
-Fixed the Fledgeling not being able to transform back
Formerly known as the creator of Era of Chaos and maintainer of The Aragwaithi and the Era of Myths.
User avatar
adr3n
Posts: 44
Joined: October 18th, 2008, 7:04 am
Location: Malacca, Malaysia

Re: Era of Chaos v1.1.1 for Wesnoth 1.10 and 1.11

Post by adr3n »

Don't you think the wild humans are kind of overpowered don't you think?
User avatar
Astoria
Inactive Developer
Posts: 1007
Joined: March 20th, 2008, 5:54 pm
Location: Netherlands

Re: Era of Chaos v1.1.1 for Wesnoth 1.10 and 1.11

Post by Astoria »

adr3n wrote:Don't you think the wild humans are kind of overpowered don't you think?
Could you give me some examples of why they are overpowered?
Formerly known as the creator of Era of Chaos and maintainer of The Aragwaithi and the Era of Myths.
Post Reply