So if anyones got some free time could you help me with some questions about what can be done with this engine i assume a lot can be done with lua but ill ask anyway.
1. Can unit models be swapped in game but i dont mean an active unit lets say i have a factory and i build "TankBot" is it possible with lua to basically:
IF PlayerFaction=ARM then
ObjectName = "TankBota.s3o"
ELSE
ObjectName = "TankBotb.s3o"
So when built they have the correct model or is it best to just make doubles with different models.
2. Is it possible for random models? this cant be seperate unitdef for selection reasons.
3.In unit def what does the "side" tag actually do eg. Side = "Russia", as far as im aware even if im not the side if its added to a build menu i can still build it?
Thats all for now but after read that you prob deserve some cookies
