• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Agent memory monitor (1.26a)

This bundle is marked as pending. It has not been reviewed by a staff member yet.
This program attaches to the WarCraft III process and reads information about the number of created agents (the “agent” type in JASS).
The information displayed is the number of instances for each type and memory usage (excluding memory manager overhead).
Can be useful for detecting memory leaks that cause the game to crash.

The archive also contains the “src” folder with the source code of project for Lazarus IDE, written in FreePascal.

The game protects itself from external processes, so run the program with administrator rights to give it the ability to enable debugger rights.

VISA/MasterCard:
MYKOLA PAVLENKO
4731 1856 5762 6823 (UAH)
4731 1856 7346 5990 (USD)

For those, who prefer cryptocurrency:
bc1qyn8pc3lhrt9jfhpad6snels7399scwrrqm75zw (bitcoin)
TODO: create ethreum wallet
Contents

Agent memory monitor (Binary)

Top