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

About the Contests

Unicorn Strike! xP

whatabout:

Corpse/Necromancy Explodes, makes zombies out dead bodies, eating the corpse to heal yourself...

Also I have a little idea:

Any user is allowed to import one single custom icon/model/skin, as long the model, isn't bigger than [xxx Kb] and it doesn't do all the job (e.g. you make a nova spell and special effect does all the job)
 
off-topic:
Awww Eccho resigned :( there goes the best mod around the hive...
Well, you'd still be around as a normal user?
Sigh... I guess you don't know about Wolverabid? IMO, he was the best Mod on the Hive. Unfortunately, he left the Hive due to real life problems...

Anyway, I just hope there could be a S&S mini-contest soon :D
 
Level 17
Joined
Mar 17, 2009
Messages
1,350
hvo-busterkomo said:
Day/Night abilities
Well yes I was thinking a few days ago that that is the only them that haven't been spammed with ideas :p

Why don't you (hvo) and Dr. Super Good decide on a theme since you two know what would be good :)

And yo, I think a nice thing in the rules would be not using systems unless REALLY necessary, like something that is almost impossible for normal users to do. I mean it'll be nice if the person does all his scripting and also, I would worry that systems would affect the judging, 'cause some systems are more efficient than others... you know...
 
I would assume that someone who made their own system would receive a better triggering grade than someone who just used systems off the internet. I doubt it'd count for much though. The thing is, maps are actually more efficient / use less memory if every spell which needs a timer attachment system uses TimerUtils, or if every spell which needs a true boolexpr uses BoolexprUtils. So it's actually better to use standardised systems than to make your own every time you need one, unless it needs to be slightly different specifically for your spell.
 
Who says "it's the best"? It's the best in YOUR opinion. Nearly every spell of the contests is published in the spell section, and I think they should all use TimerUtils and Co. In my personal opinion, I'd ban functions like "CreateTimer" (unless it's a single global one) in the contest and prescripe the use of TimerUtils and co, everyone who read it ones can write it by his one, but it's not fully performant.
 
Level 14
Joined
Nov 18, 2007
Messages
816
Scripting everything yourself is the best.
Please dont submit anything you wrote, okay? Id like to have ONE place i have to update when things require updating, not a thousand. Also, id like to keep the line count of the map script file to a minimum.

I just find that more challenging and that actually reveals the better coders...
No, it reveals those who cant use other peoples code. And such people dont deserve a good rating. Its not challenging to reinvent the wheel.
 
Level 22
Joined
Dec 31, 2006
Messages
2,216
Deaod said:
No, it reveals those who cant use other peoples code.
Or it reveals those who got the time and skills to make their own system, instead of using a system or function made by someone else. Using other peoples codes and scripts all the time is just lame.
Deaod said:
Its not challenging to reinvent the wheel.
That's actually the most challenging and in some cases the most fun parts about the contest. It's not a contest about who uses f.ex. TimerUtils in the best way.
 
Level 17
Joined
Mar 17, 2009
Messages
1,350
EoW, no one is saying "don't use systems". But this is a challenge, I mean that who knows how to make his own systems would be definitely a better challenger than that who doesnt...

Element of Water said:
It just makes more code in the map file and makes the map use more system resources (memory).
vJass has the "library" keyword for a reason. :p

I must agree with the The_Reborn_Devil...

And really? What's the problem with reinventing the wheel in a challenge...?
 
Level 22
Joined
Dec 31, 2006
Messages
2,216
Replacing TimerUtils with your own system doesn't necessarily increase the map size or the memory taken. And if you make your own systems you will get better and better, because you discover new (and maybe better) ways to create that system. And if you create your own systems you don't need to search the Hive for systems or go look at other spells to get the systems you need, because then you already have them.
 
Top