• 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.
  • 💡 We're thrilled to announce that our upcoming texturing contest is in the works, and we're eager to hear your suggestions! Please take this opportunity to share your ideas in this theme discussion thread for the Texturing Contest #34!
  • 🏆 Hive's 7th HD Modeling Contest: Icecrown Creature is now open! The frozen wastes of Icecrown are home to some of Azeroth’s most terrifying and resilient creatures. For this contest, your challenge is to design and model a HD 3D monster that embodies the cold, undead, and sinister essence of Icecrown! 📅 Submissions close on April 13, 2025. Don't miss this opportunity to let your creativity shine! Enter now and show us your frozen masterpiece! 🔗 Click here to enter!

Speed up working with trigger libraries in mods?

Status
Not open for further replies.
Level 3
Joined
May 18, 2010
Messages
29
For some reason the trigger module is awefully slow when working with a custom library for a mod. When performing actions in the library window such as creating variables/functions, renaming, moving, etc. there are 2-3 second pauses for each of these common actions. I can work in the window below the library window (local scipt?) without any delays. Is there perhaps a setting I can tweak/toggle to improve my performance when working with libraries?
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,279
The delay is like the same problem WC3 had with the brushlist. Every change causes it to reload every library element which is computationally intensive.
By this I am refering to it rebuilding the library trees in the interface from the raw data. Especially if you have the campaign script libraries added that is a rather complex and large structure it would have to rebuild each time.

The map specific trigger window is discociated from the library window. It might suffer the same responsiveness issues but that would first require the creation of a simlar number and complexity of elements that the library panel has.
 
Status
Not open for further replies.
Top