• 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.

string table

  1. OverClocked

    [Trigger] Set the text Language of a Map?

    Basically, I have a map that uses this hotkey system that's based off strings. And after testing multiple times I've discovered that the map desyncs for players that use a non-english text version of the game. (my triggers check ability names and compares them) And I'm sure that's what...
  2. DracoL1ch

    [JASS/AI] Strings table and misunderstanding of caching concept

    WC3 written on C and uses typical caching method when it comes to strings. Every existing string being cached into virtual table which may improve mem use while working with tons of strings with the same content. You can learn more about it over the internet. I've been using async strings in my...
Top