Tiberium Alliances Formation Saver

Allows you to save attack formations

< Обсуждения Tiberium Alliances Formation Saver

Вопрос/комментарий

patch 15.3

script stopped working on Tiberium 4 after patch 15.3. Is it possible to fix this?

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.

Ответить

Войдите, чтобы ответить.