Middle Earth: Battle For Arda - Official Thread
-
@hepps You sure want to see the changes? I haven't decided yet, but there is the option to...
Before:

After:

The idea is to make Rohan more resistant and especially their capital Edoras less exposed. So that I won't have to hold myself back when I'm placing the initial armies for Saruman

But this would be a lot of work for you. Moving mountains and settlements and rivers and adding a marsh and a cave and stuff. More than the Rhun rework.
-
@alkexr Your map your rules... just do what you need to do for the game.
The changes are easily made so long as they don't come after I am done.
-
Your map your rules...
It's your work and your time. But do it, then, lest I regret not having done it.
Territory effects in purple. The very rough course of rivers in blue. Nothing outside the red line. The settlement "Erech" got moved to the south to give space for the fort of Dunharrow (hills+settlement) and the Glittering caves (cave+settlement).

One last tiny change for a friend of mine who wanted a strategic option for Harad, namely to enter Mordor from the far east (Mordor is open from that side off-map). So I'll just make the mountain shorter to allow a territory connection.
Before:

After:

No more map changes. But alas, the hour has grown late. Continuing work tomorrow.
-
@alkexr One other thing... If Hornburg is its own territory... wouldn 't that technically mean that Helms Deep is actually caves?
-
@hepps Helms Deep is... I'm not sure about the term, but I think it's a ravine, a deep, narrow valley. Hornburg blocks the entrance to the Valley. And the Glittering Caves open from Helms Deep, those are the caves.
-
@alkexr I saw. My post and your revision post landed on the forum at the very same moment.
-
Well here is a little preview minus some of the finishing touches....

Whatever late hour changes Ilúvatar deems necessary will of course shape the world of Elves, Dwarves and Men.
'For Ilúvatar (known in common tongue as @alkexr )is the Lord for Always who dwells beyond the world; who made it and is not of it nor in it, but loves it.'
-
@hepps "And he showed to them a vision, and they saw a new World made visible before them [...] And as they looked and wondered this World began to unfold its history, and it seemed to them that it lived and grew. [...] Ilúvatar said again: [...] each of you shall find contained herein, amid the design that I set before you, all those things which [...] he himself devised or added. And thou [...] wilt perceive that they are [...] a part of [...] its glory."
-
The source of all things foul...

-
While the relief map is being done, I'm working on some less spectacular stuff. After the territory effects rework, now units will be reworked. (At the same time, the game xml is going to be integrated with TagX, at least partially.)
First of all, a new ability will be added: shield is the equivalent of armor, except it works against ranged units, as opposed to armor which works against melee units.
Second, "axe cavalry" and similarly uncreative units are going to be replaced with more immersive ones. To this end all players will get more unique units, and generic units will become less prevalent.
Northmen already have their new unit set (as well as new color):

Sorry for the map graphics, everything got screwed up with the map changes, so I'm now stuck with this sh... stuck with whatever this is.
The five new units are:
- beorning warrior: 5 PUs, moves 2, 4 attack, 2 defense, 1 shield, has mountainwalk
- woodman: 5 PUs, moves 2, 1 attack, 3 defense, 4 antiair, 2 ranged bonus, forest dweller
- barding infantry: 7 PUs, moves 2, 3 attack, 4 defense, 2 formation, 2 armor, 2 shield
- raider: 5 PUs, moves 2, 4 attack, 1 defense, 2 flank, raider
- eotheod cavalry: 7 PUs, moves 4, 4 attack, 4 defense, 6 charge
-
Development news
Cave dweller was a bit underwhelming, as being a "creature" as opposed to heavy infantry gave you more bonus in a cave than being cave dweller, and caves are rather rare anyway. Now it gives +2 attack and defense instead of +1. Forest dweller has a similar problem, but there are more forest territories, so I'm still thinking about that.
For mapmakers
TagX has a new feature: it can do set operations. ˇ is "or", or join; ^ is "and", or intersection, ~ is "and not", or set difference / except.
What this means is that now territory effects are done. Once and for all. No matter how many new units I add, I won't even have to touch territory effects, they will be implemented automagically. Heck, it can even handle fortification units with raider ability, lest I should decide to go full retard.
This is just to demonstrate the full power of
the dark sideTagX.<attachment name="territoryEffectAttachment" attachTo="settlement" javaClass="games.strategy.triplea.attachments.TerritoryEffectAttachment" type="territoryEffect"> <option name="combatOffenseEffect" value="@((infantry^melee)~(armor1ˇarmor2ˇarmor3))~raider@" count="0"/> <option name="combatDefenseEffect" value="@((infantry^melee)~(armor1ˇarmor2ˇarmor3))~garrison@" count="1"/> <option name="combatOffenseEffect" value="@(infantry^melee)^(armor1ˇarmor2ˇarmor3)~raider@" count="1"/> <option name="combatDefenseEffect" value="@(infantry^melee)^(armor1ˇarmor2ˇarmor3)~garrison@" count="2"/> <option name="combatOffenseEffect" value="@(ranged^infantry)~raider@" count="0"/> <option name="combatDefenseEffect" value="@(ranged^infantry)~garrison@" count="3"/> <option name="combatOffenseEffect" value="@cavalry~raider@" count="-2"/> <option name="combatDefenseEffect" value="@cavalry~garrison@" count="-1"/> <option name="combatOffenseEffect" value="@creature~raider@" count="-1"/> <option name="combatDefenseEffect" value="@creature~garrison@" count="-1"/> <option name="combatOffenseEffect" value="@flying~raider@" count="-1"/> <option name="combatDefenseEffect" value="@flying~garrison@" count="-1"/> <option name="combatOffenseEffect" value="@fortification~raider@" count="0"/> <option name="combatDefenseEffect" value="@fortification~garrison@" count="1"/> <option name="combatOffenseEffect" value="@noneˇraider^((infantry^melee)~(armor1ˇarmor2ˇarmor3))@" count="2"/> <option name="combatDefenseEffect" value="@noneˇgarrison^((infantry^melee)~(armor1ˇarmor2ˇarmor3))@" count="3"/> <option name="combatOffenseEffect" value="@noneˇraider^(infantry^melee)^(armor1ˇarmor2ˇarmor3)@" count="3"/> <option name="combatDefenseEffect" value="@noneˇgarrison^(infantry^melee)^(armor1ˇarmor2ˇarmor3)@" count="4"/> <option name="combatOffenseEffect" value="@noneˇraider^(ranged^infantry)@" count="2"/> <option name="combatDefenseEffect" value="@noneˇgarrison^(ranged^infantry)@" count="5"/> <option name="combatOffenseEffect" value="@noneˇraider^cavalry@" count="0"/> <option name="combatDefenseEffect" value="@noneˇgarrison^cavalry@" count="1"/> <option name="combatOffenseEffect" value="@noneˇraider^creature@" count="1"/> <option name="combatDefenseEffect" value="@noneˇgarrison^creature@" count="1"/> <option name="combatOffenseEffect" value="@noneˇraider^flying@" count="1"/> <option name="combatDefenseEffect" value="@noneˇgarrison^flying@" count="1"/> <option name="combatOffenseEffect" value="@noneˇraider^fortification@" count="2"/> <option name="combatDefenseEffect" value="@noneˇgarrison^fortification@" count="3"/> </attachment>(Note: "none" is just a tag, and only one unit, named "none", has it. This is necessary to avoid empty lists.)
-
Unit changes for Saruman:
- dunlending wildman: 4 PUs, 2 move, 2/2 mountainwalk raider
- halforc: 5 PUs, 2 move, 2/5, 3 formation
- warg rider: 6? PUs, 4 move, 5/2, 4 charge
- uruk warrior: 8 PUs, 3 move, 4/3, 2 armor, 1 shield, raider
- uruk pikeman: PUs, 3 move, 4/6, 1 armor, 6 formation
- crebain: some weak 1 hit air unit
- wizard: idk really strong
- fire of orthanc: 2 move, 0/0, suicide, a shitload of siege

-
The reliefs are all done. Here is a look at the Shires...

The colours are just cut and pasted from the original version with the map deatails on. So if you use the original Hex numbers in the Map Properties file everyting is more brilliant.
-
Same thing with names and the PU & UP (reduced size)

-
@hepps Wow, looks awesome. Just need to redo those units now

-
@hepps Yeah, now you are putting the units image to shame.:face_without_mouth:
-
@redrum Let's just settle down for now.
Perhaps once all the tweeking has been done to the map and a good balance has been achieved... we can examine the possibility of further enhancements.Bear in mind that once I have gotten the thumbs up on the PU, UP and Names... I still have to design them all.
-
@hepps But you live for this! It is your purpose in life!

-
@hepps Fair enough. My thoughts:
- PUs and UPs look great
- I like the name font though is it possible to give them a bit more outline? Feel like they fade into some of the backgrounds a bit (ex. Tuckborough). Just an idea.
-
@redrum Yup. Same thoughts here. I am working on a variation with it slightly bolder right now.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login