Greasy Fork is available in English.
Allows you to save attack formations
< Feedback em Tiberium Alliances Formation Saver
könnte bitte jemand das tool fixen wäre echt super. geht nach patch 15.3 nicht mehr! Danke schon mal.
Just replace
this.containerMain=new qx.ui.container.Composite(new qx.ui.layout.VBox().set({alignX:"right"})).set({maxHeight:webfrontend.gui.PlayArea.FormationSaver.SaverExpandedHeight,width:75,minHeight:32,allowShrinkY:true,decorator:new qx.ui.decoration.VBox().set({baseImage:"webfrontend/ui/common/bgr_mission_tracker.png"})});
with
this.containerMain=new qx.ui.container.Composite(new qx.ui.layout.VBox().set({alignX:"right"})).set({maxHeight:webfrontend.gui.PlayArea.FormationSaver.SaverExpandedHeight,width:75,minHeight:32,allowShrinkY:true,decorator:new qx.ui.decoration.Decorator().set({borderImage:"webfrontend/ui/common/bgr_mission_tracker.png"})});
and it works again
Problems fixed. Enjoy.
patch 15.3
script stopped working on Tiberium 4 after patch 15.3. Is it possible to fix this?