• 💀 Happy Halloween! 💀 It's time to vote for the best terrain! Check out the entries to Hive's HD Terrain Contest #2 - Vampire Folklore.❗️Poll closes on November 14, 2023. 🔗Click here to cast your vote!
  • 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 HD Level Design Contest #1 is OPEN! Contestants must create a maze with at least one entry point, and at least one exit point. The map should be made in HD mode, and should not be openable in SD. Only custom models from Hive's HD model and texture sections are allowed. The only exceptions are DNC models and omnilights. This is mainly a visual and design oriented contest, not technical. The UI and video walkthrough rules are there to give everyone an equal shot at victory by standardizing how viewers see the terrain. 🔗Click here to enter!

grid

  1. 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] =...
  2. 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!
  3. 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