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

Convert string to rawcode and rawcode to string

Status
Not open for further replies.
Level 24
Joined
Aug 1, 2013
Messages
4,658
Hi all.

Here I am, back again.

How can I convert "h000" and "i000" to integers of the units and items of that id?
(Note that they are "strings" and not 'codes'.)

I tried to search for normal algorithms but none come even close to what happens in WC3.
I think that the difference is that I searched on 0123456789abcdef and WC3 probably uses 0123456789abcdefghijklmnopqrstuvwxyz.
Is that true?
 

LeP

LeP

Level 13
Joined
Feb 13, 2008
Messages
545
Hi all.

Here I am, back again.

How can I convert "h000" and "i000" to integers of the units and items of that id?
(Note that they are "strings" and not 'codes'.)

I tried to search for normal algorithms but none come even close to what happens in WC3.
I think that the difference is that I searched on 0123456789abcdef and WC3 probably uses 0123456789abcdefghijklmnopqrstuvwxyz.
Is that true?

one of the many implementations i guess: http://www.hiveworkshop.com/forums/jass-resources-412/snippet-ascii-190746/
 
Status
Not open for further replies.
Top