Author Topic: Axe Sprite Hex Code Generator  (Read 5842 times)

0 Members and 1 Guest are viewing this topic.

Offline Siphonic_Sugar

  • LV3 Member (Next: 100)
  • ***
  • Posts: 51
  • Rating: +0/-0
    • View Profile
Axe Sprite Hex Code Generator
« on: August 10, 2015, 07:13:29 pm »
Okay, so I'm sorry that I have not found the place to ask things like this, but does anyone know of a hexpic sort of thing that can tell you the hex codes for more than 8*8 pixels?
I'm on Codewalr.us now too, you should check it out.
<a href="https://codewalr.us"><img src="https://codewalr.us/other/cwaffiliate.png" /></a>

Offline Geekboy1011

  • The Oneironaut
  • Donator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2031
  • Rating: +119/-2
  • Dream that Awakening dream
    • View Profile
Re: Axe Sprite Hex Code Generator
« Reply #1 on: August 10, 2015, 07:19:29 pm »
For an on calculator converter I sadly have no suggestions. I do know that it exists though!
For a PC based solution I can recommend sourcecoder on cemetech Works great for editing basic/axe files as well as loading and converting images to all sorts of formats!

Offline Siphonic_Sugar

  • LV3 Member (Next: 100)
  • ***
  • Posts: 51
  • Rating: +0/-0
    • View Profile
Re: Axe Sprite Hex Code Generator
« Reply #2 on: August 10, 2015, 07:27:11 pm »
Oh, but can you create (for example) a 16*16 image and generate it into hex? I guess that's my real question.
I'm on Codewalr.us now too, you should check it out.
<a href="https://codewalr.us"><img src="https://codewalr.us/other/cwaffiliate.png" /></a>

Offline Geekboy1011

  • The Oneironaut
  • Donator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2031
  • Rating: +119/-2
  • Dream that Awakening dream
    • View Profile
Re: Axe Sprite Hex Code Generator
« Reply #3 on: August 10, 2015, 07:30:16 pm »
Well what I would do is take a 16x16 image I made in mspaint. Feed it into Source coder and it would spit out the hex for me :D

example the attached photo returns this in source coder :D
Code: [Select]
18601860186018600000000000000000C007700C10181FF007C0000000000000

Offline Siphonic_Sugar

  • LV3 Member (Next: 100)
  • ***
  • Posts: 51
  • Rating: +0/-0
    • View Profile
Re: Axe Sprite Hex Code Generator
« Reply #4 on: August 10, 2015, 07:48:38 pm »
Okay, I think I understand. Thanks for the help.  :D
I'm on Codewalr.us now too, you should check it out.
<a href="https://codewalr.us"><img src="https://codewalr.us/other/cwaffiliate.png" /></a>

Offline Geekboy1011

  • The Oneironaut
  • Donator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2031
  • Rating: +119/-2
  • Dream that Awakening dream
    • View Profile
Re: Axe Sprite Hex Code Generator
« Reply #5 on: August 10, 2015, 07:50:30 pm »
Np any other questions feel free to ask!

Offline Siphonic_Sugar

  • LV3 Member (Next: 100)
  • ***
  • Posts: 51
  • Rating: +0/-0
    • View Profile
Re: Axe Sprite Hex Code Generator
« Reply #6 on: August 10, 2015, 09:19:15 pm »
Okay, one last question, even though it has nothing to do with this topic. I've dug around pretty deep and I can't find this web page I like looked at that explained how the Axe app accesses all of your programs that are in the ram. Does anyone know how that works?
I'm on Codewalr.us now too, you should check it out.
<a href="https://codewalr.us"><img src="https://codewalr.us/other/cwaffiliate.png" /></a>

Offline Geekboy1011

  • The Oneironaut
  • Donator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2031
  • Rating: +119/-2
  • Dream that Awakening dream
    • View Profile
Re: Axe Sprite Hex Code Generator
« Reply #7 on: August 10, 2015, 09:20:41 pm »
Hmm Off hand I am not sure. I would suggest making a new topic for that so people who are more knowledgeable will see it!