Search results

  1. A

    How to externally open .w3a/.w3o files?

    For reference, .w3o files are the custom object data files that can be exported from a custom map. W3a is specifically the custom ability object data. I need to create a bunch of redundant abilities, and it would be much easier to edit the data externally, rather than through the convoluted...
  2. A

    Native GroupEnumUnitsInRange() leaks?

    Attached is the test map. I just used the following function to test for leaks with the GroupEnumUnitsInRange() native, and war3's memory usage skyrocketed. function SafeFilter takes nothing returns boolean return true endfunction function Trig_Leak_Test_Actions takes nothing returns...
Top