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

grid

  1. Helheim

    [Lua] Grid system: check the buildable terrain. [solved]

    Hi! I have some questions about glorious Uncle's Grid system. Q1. How one can make the grid showing up only at the buildable places? I've tried to add if (IsTerrainPathableBJ(GetLocationX(posX), GetLocationY(posY), t) == false) then but it failed (probably cause of poor synthax knowledge)...
  2. Uncle

    [Lua] [solved] Lua Grid System - Need help with OOP design

    I don't know what I'm doing, help me! -- This creates a 2d, 3d, etc. array (table). It needs to be above the variable creation function newAutotable(dim) local MT = {}; for i=1, dim do MT[i] = {__index = function(t, k) if i < dim then t[k] =...
  3. lolreported

    Change Grid Model Color

    Hello, could someone recolor the outer yellow lines into a pure white color, as the inner grid? Grid Model The included texture files where already white when I tried to recolor myself, so not sure where the yellow color comes from. Thanks!
  4. lolreported

    Request: Grid Model

    Hi, I've tried to use Grid Model but this model have an issue rendering in-game: Certain camera angles will cause the model to cut off in strange ways. It's possible there's an easy solution for this? If not, I'd like to request a new custom model of a white squared grid, preferably in a...
Top