GreatEmerald
10-11-2008, 06:19 PM
Is it possible/easy to make a mutator that would add EAX support in maps that don't have it or fix wrong EAX in maps that have it, without altering the maps themselves? I guess I would need to specify the EAX values by myself, as there is no automatic way of doing that, so it would be quite similar to the MutBonusVehicles mutator... But is there a way to add the support without the need of knowing all those digits that are displayed after you expand the Effect property? I don't ever change them. But it seems that all maps generate new effects and store them in myLevel, so I guess I could make my ones and store them in my package? Or maybe it's not needed at all?