• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Is there a limit to the number of triggers in a map?

Status
Not open for further replies.
Level 19
Joined
Aug 8, 2007
Messages
2,765
There should not be any trigger limit... And probably there isn't ;)
(In my map I have about 200+ triggers xD)

thats.... nothing....

there isnt specifically a limit for triggers, but triggers add up kB and the max for any map is 8mB. Highest ive seen a .j (triggers file) take up is 5mB and was roughly 100k lines of code (equivalent of roughly 10-20 thousand GUI triggers)
 
thats.... nothing....

there isnt specifically a limit for triggers, but triggers add up kB and the max for any map is 8mB. Highest ive seen a .j (triggers file) take up is 5mB and was roughly 100k lines of code (equivalent of roughly 10-20 thousand GUI triggers)

8 mb ?

What about Goris' map that he is currently making, I guess it passes that size without doubt. Or did you mean 8 mb for the J file ?
 
Level 19
Joined
Aug 8, 2007
Messages
2,765
It happens that i think ive done like 700 triggers, and at some point... for no apparent reason the initialization triggers stoped working correctly e...e

check your variables, make sure all array sizes are 1. ive had this happen a couple times and i noticed i accidently set a timer array to 8192
 
Status
Not open for further replies.
Top