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

jass2

  1. oephun

    cjc - C to Jass2 compiler

    cjc is a C to Jass2 compiler. It takes as input a .c source file and a runtime.j file and generates an output a.j file. cjc is based on Rui Ueyama's chibicc C compiler, but instead of generating x86 assembly, it generates pseudo-instructions that are implemented in Jass2. cjc is a simple code...
  2. Macadamia

    Lua : ENTERING REGION firing multiple times for same unit.

    Hello there. Still working on converting my map from Jass2 to Lua, and I am currently experiencing a strange difference of behavior between Jass2 and Lua. The attacking creeps (Balls) in my TD follow a path of 8 WayPoints. These WayPoints are destructables with a model displaying their...
Top