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

New member of project RtC - SFilip

Status
Not open for further replies.
Level 21
Joined
Aug 3, 2004
Messages
710
Well, a couple of things actually, he made an easy map installer for RtC seen here.
He has also added some new natives already
JASS:
native ForceKeyDown  takes integer whichKey returns nothing
native ForceKeyUp    takes integer whichKey returns nothing
native ForceKeyType  takes integer whichKey returns nothing
native StrNatCompare takes string first, string second, boolean matchCase returns integer
native MD5           takes string input returns string
ForceKeyDown,Up and Type are better versions of the old ForceKeyPress natives, these allow you to force other keys, like F10, Enter, Shift and what other things you have on your keyboard.
StrNatCompare, compares two strings, and tell you which comes before and the other alphabeticly, usefull for sorting lists of strings.
MD5 returns the MD5 Hash of a string.
Along, with that, he's going to help me with my next WarSoc Core upgrade. But only after he finishes TESH.
 
Status
Not open for further replies.
Top