- Joined
- Mar 21, 2008
- Messages
- 375
edit: there's a shitload of leaks in my map so this thread was kinda pointless
not sure if this the right place to post this but wutev
I am making a map that is meant to be played in long sessions (4+ hours). Can I use GUI to achieve this, or am I fucked and need to remake the map from scratch in JASS?
The problem with my map is that wc3's memory usage goes up to 700,000-900,000K in about 2-3 hours of playing it. As far as I know, my triggers are leakless, but I'm still seeing the memory usage go up simply because there are periodic triggers (a projectile system, for example, and other systems) running. I'm thinking that my map is beyond fucked by the fact that I decided to trigger it in GUI in the first place, so I'm considering actually learning JASS if necessary.
Admittedly some of those periodic triggers are not as efficient as they could be, but my hunch is that no matter how much I clean up these triggers the memory usage is still going to go up because GUI is supposedly really shit from what I've read
Anyway, here is the map in question if you want to look at it (old version but yeah). Most of the periodic triggers I'm talking about are in the "Core" folder.
I am making a map that is meant to be played in long sessions (4+ hours). Can I use GUI to achieve this, or am I fucked and need to remake the map from scratch in JASS?
The problem with my map is that wc3's memory usage goes up to 700,000-900,000K in about 2-3 hours of playing it. As far as I know, my triggers are leakless, but I'm still seeing the memory usage go up simply because there are periodic triggers (a projectile system, for example, and other systems) running. I'm thinking that my map is beyond fucked by the fact that I decided to trigger it in GUI in the first place, so I'm considering actually learning JASS if necessary.
Admittedly some of those periodic triggers are not as efficient as they could be, but my hunch is that no matter how much I clean up these triggers the memory usage is still going to go up because GUI is supposedly really shit from what I've read
Anyway, here is the map in question if you want to look at it (old version but yeah). Most of the periodic triggers I'm talking about are in the "Core" folder.
also my triggering is pretty fucking horrendous, please be gentle
Last edited: