JrMasterModelBuilder Posted May 23, 2011 Share Posted May 23, 2011 UPDATE: 8/10/11 I decided to update my program recently. I corrected how the UINT calculation would turn negative at a certain number, and also added binary to the list of conversion formats, as well as some minor convenience updates. Version 2 can be downloaded for Windows, Mac, and Linux as well as a SWF for stand-alone players here: http://www.mediafire.../?sn8ssl1ic7my8 Quote I made this a while ago because I'm too lazy to re-calculate decimal/hex/hex values over and over again and I couldn't find such a program already online, I decided to make my own automatic calculator. I've been using it for a little while and it turned out to be even more useful then I thought it would be so I thought maybe someone else would find it useful. It's pretty simple. You type space separated Hex, Decimal, or ASCII data in and it converts it to the other formats. I'm not sure the ASCII support is all that accurate and the decimal value calculation stops at a certain point but other than that it works really well. As I made it with Flash, I have cross-platform executables: Windows Mac Linux le717 1 Link to comment Share on other sites More sharing options...
TheDoctor Posted May 23, 2011 Share Posted May 23, 2011 Online, meaning you missed this one? http://home2.paulschou.net/tools/xlate/ Link to comment Share on other sites More sharing options...
JrMasterModelBuilder Posted May 23, 2011 Author Share Posted May 23, 2011 That's better than the ones I found but it still can't calculate the decimal value. Link to comment Share on other sites More sharing options...
Croza Posted June 20, 2011 Share Posted June 20, 2011 Awesome program, great for dealing with the .map files And I've seen hex to int converters online, but not all of these together before (or at least not before TheDoctor's link) (it's not grave digging until three months are over! ) Link to comment Share on other sites More sharing options...
Cyrem Posted June 20, 2011 Share Posted June 20, 2011 On 6/20/2011 at 8:46 PM, Croza said: great for dealing with the .map files How exactly would it help with map files? You don't work with them on a decimal basis and if you use MC you don't even need to work with the HEX. Link to comment Share on other sites More sharing options...
Minifig9292 Posted June 20, 2011 Share Posted June 20, 2011 Helped me repair my TF2 leak engine. Danke! (Ew those transparencies are crap) Link to comment Share on other sites More sharing options...
dead_name Posted June 29, 2011 Share Posted June 29, 2011 Alternatively, you can use google calculator. Just search for <number> in <base> and it'll do it's magic. Doesn't do ASCII though. Example: "10 in hex" - returns A "0xA in binary" - returns 1010 "0b1010 in decimal" - returns 10 Link to comment Share on other sites More sharing options...
McJobless Posted June 29, 2011 Share Posted June 29, 2011 On 6/29/2011 at 1:27 AM, origamiguy said: Alternatively, you can use google calculator. Just search for <number> in <base> and it'll do it's magic. Doesn't do ASCII though. Example: "10 in hex" - returns A "0xA in binary" - returns 1010 "0b1010 in decimal" - returns 10 Yeah, but he made this program. IT'S SPECIAL TO US! Link to comment Share on other sites More sharing options...
JrMasterModelBuilder Posted August 11, 2011 Author Share Posted August 11, 2011 If you are one of the people who found this utility useful, check the topic post. I have just released a new version that fixes the old bugs and has more features. Link to comment Share on other sites More sharing options...
le717 Posted March 19, 2013 Share Posted March 19, 2013 Topic bump! This tool has proved useful to me. If you ever update/rewrite this, two requests: 1: Possible option to add 00 in the hex field to denote spaces 2: command line options (example: "hexconvert -h 43 -a", which converts hex to ascii). Perhaps a batch converter for long strings, using a file (haha, so unlikely. ) Link to comment Share on other sites More sharing options...
JrMasterModelBuilder Posted March 19, 2013 Author Share Posted March 19, 2013 On 3/19/2013 at 8:55 PM, le717 said: Topic bump! This tool has proved useful to me. If you ever update/rewrite this, two requests: 1: Possible option to add 00 in the hex field to denote spaces 2: command line options (example: "hexconvert -h 43 -a", which converts hex to ascii). Perhaps a batch converter for long strings, using a file (haha, so unlikely. ) I've been thinking of a rewrite in Python, so #2 should be possible. Not sure I understand #1. 0x20 is a space, 0x00 is null. Link to comment Share on other sites More sharing options...
le717 Posted March 19, 2013 Share Posted March 19, 2013 On 3/19/2013 at 10:42 PM, JrMasterModelBuilder said: I've been thinking of a rewrite in Python, so #2 should be possible. Not sure I understand #1. 0x20 is a space, 0x00 is null. My bad. Despite what you told me, I still somehow thought 0x00 was a space. Ignore that. Link to comment Share on other sites More sharing options...
Recommended Posts