PDA

View Full Version : mod request


parachute
01-02-2007, 14:40
Is there anyone able to tell me how to merge the chain, scale, and plate armorer into one building? I don't want to have 4 slots for armorer buildings.... The AI can't handle it.

kevincompton
01-02-2007, 18:07
yes I'm sure Laudan will make his this way when its updated.

Elvain
01-02-2007, 18:52
I too :wink: of course

in defs/economy/buildings.in2
[chain mail]
req = armory
override = armory

[scale armor]
req = armory
override = chain mail

[plate armor]
req = armory
override = scale armor

kevincompton
01-02-2007, 20:00
I too :wink: of course

in defs/economy/buildings.in2
[chain mail]
req = armory
override = armory

[scale armor]
req = armory
override = chain mail

[plate armor]
req = armory
override = scale armor

Brilliant! Good work Elvain, as always. :go:

Will this help with them building walls? Do they upgrade to stone or just palisade?

parachute
01-02-2007, 20:06
Thanks Elvain. I never got credit for that idea ^^

http://forum.sunflowers.de/showpost.php?p=98433&postcount=10

It's really nice what happened to the game in ~18 months. Doesn't happen all too often with games.

edit: I think it should be like this?

[chain mail]
req = armory
override = armory

[scale armor]
req = chain mail (was : armory)
override = chain mail

[plate armor]
req = scale armor (was: armory)
override = scale armor

Elvain
02-02-2007, 10:37
edit: I think it should be like this?

[chain mail]
req = armory
override = armory

[scale armor]
req = chain mail (was : armory)
override = chain mail

[plate armor]
req = scale armor (was: armory)
override = scale armor
could be, but doesn't need to. As all of them are just upgrades one of each other...