Is a Unit or Building Size Mod Possible?

Do you know if it is possible to create a mod to increase the building sizes or to decrease the unit sizes?

I know that you can change the size of a unit in the Editor so maybe there’s hope.

Thanks!

Hello, there, yes it is possible.
Look up how myth units are sized in Techtree file when a wonder is build.
You can apply that to any unit (not sure about buildings, havent tried)
If you want them to start resized at the start, just put your modified size into the archaic age.
Hope this help.

1 Like

Thank you! it worked!

This is what I did if somebody else is interested:

File techtree_mods.xml in game\data\gameplay

<techtreemods>
	<tech name="ArchaicAgeWeakenUnits">
		<effects>
			<effect type="Data" amount="0.8" subtype="AdditionalScale" relativity="Absolute">
				<target type="ProtoUnit">Unit</target>
			</effect>
			<effect type="Data" amount="1.1" subtype="AdditionalScale" relativity="Absolute">
				<target type="ProtoUnit">House</target>
			</effect>
		</effects>
	</tech>

… and the same for other ages ClassicalAgeGeneral, HeroicAgeGeneral, MythicAgeGeneral and WonderAgeGeneral.

I want to change the PHONIEX to a titan, but when I change the PHONIEX’ size, it fire attack still so small(you can see the picture), so I want to ask where can change the fire attack’s size?

I want to change the PHONIEX to a titan, but when I change the PHONIEX’ size, it fire attack still so small(you can see the picture), so I want to ask where can change the fire attack’s size?