Pls,can u explain me how to make them buildables step by step? i'm not expert in modding.
i tried this:
You have to copy the Balrog code from neautralunits and make a new file for it. Then, change the object's name. Next, change this code...
#include "..\includes\StandardUnitEvaEvents.inc"
to this...
#include "..\..\..\includes\StandardUnitEvaEvents.inc"
and delete this
Behavior = LifetimeUpdate ModuleTag_LifetimeUpdate
MinLifetime = BALROG_LIFETIME
MaxLifetime = BALROG_LIFETIME
DeathType = FADED
End
Add a buildcost and time under ENGINIEERING PARAMETERS. Last, of course, add your new balrog to the team in playertemplate.ini. That's about it.
BUT MY GAME CRASHES WHEN I TRY TO START IT
Than you for your answers.
Edited by vegetassj2345, 12 December 2011 - 02:52 PM.