• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

HIVE

KILLCIDE
KILLCIDE
Ill check it out when I get home.
Rheiko
Rheiko
Alrighty then ~
KILLCIDE
KILLCIDE
Yep it looks fine. The only problem is that you only support one unit at a time and the periodic timeout might be too big.
Rheiko
Rheiko
Yes, I'm aware of that and that's the problem now I'm facing. Any Idea how to make it support multiple units at a time?
KILLCIDE
KILLCIDE
You would need a periodic loop or timer that will iterate through a data structure such as dynamic indexing, hashtables, etc. You would then need to add two seperate functions that add units to the data structure or remove them. I suggest you use linked list or hashtables. If you want, I can add them for you.
Rheiko
Rheiko
I see. Thanks for the help!
KILLCIDE
KILLCIDE
Let me know if you get stuck again or if you want me to add the two functions.
Rheiko
Rheiko
Please add the two functions, I'd be really grateful if you do. :D
KILLCIDE
KILLCIDE
Could you send me the map?
Top