Author Topic: A·Map - Online Tilemap Editor  (Read 19194 times)

0 Members and 1 Guest are viewing this topic.

Offline Aichi

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 290
  • Rating: +76/-3
    • View Profile
    • Devrays
A·Map - Online Tilemap Editor
« on: April 22, 2011, 09:33:11 pm »

(Click on it)

You can scroll through the map by pressing WASD, just make sure if the page has the focus.

Buttons from left to right:
Render - Not implemented yet
Refresh Hex - Refreshes the representation of the map in hex
Change tile sheet - Imports a Asprite Backup Code as a new tile sheet
Export Map - Exports the map in hex
Import Map - Imports the map in hex



Edit to fix image [geekboy1011]
« Last Edit: May 15, 2011, 12:29:23 pm by Geekboy1011 »

Offline ingalls

  • LV3 Member (Next: 100)
  • ***
  • Posts: 49
  • Rating: +4/-0
  • :)
    • View Profile
Re: A·Map - Online Tilemap Editor
« Reply #1 on: April 22, 2011, 09:39:28 pm »
Looks really good! I can't wait to give it a go!

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: A·Map - Online Tilemap Editor
« Reply #2 on: May 09, 2011, 05:19:07 am »
Wow awesome!!
I'm not a nerd but I pretend:

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: A·Map - Online Tilemap Editor
« Reply #3 on: May 09, 2011, 07:47:48 am »
I love online utilities, great Aishi!

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: A·Map - Online Tilemap Editor
« Reply #4 on: May 09, 2011, 11:07:07 am »
When is this going to be online? also scout, it's Aichi ;D
I'm not a nerd but I pretend:

Offline Aichi

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 290
  • Rating: +76/-3
    • View Profile
    • Devrays
Re: A·Map - Online Tilemap Editor
« Reply #5 on: May 09, 2011, 05:48:03 pm »
I can't even promise that I this will be bugfree online someday.

Changing the size of maps with A-Map will destroy the map data right now, I don't know why.
Furthermore, the cause why I've started creating this map editor is that I need it for the maps of a current AxeParser project with which I also have some trouble.
Sorry. =/

Offline Aichi

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 290
  • Rating: +76/-3
    • View Profile
    • Devrays
Re: A·Map - Online Tilemap Editor
« Reply #6 on: May 15, 2011, 04:02:39 am »
Okay, Amap can now be used. :)
Click on the logo in the first post.

New screenshot:

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: A·Map - Online Tilemap Editor
« Reply #7 on: May 15, 2011, 04:05:25 am »
Oh my this is great! I changed the size to 20*20 but the image didn't change, only the code below :(

If I used tilemaps in Axe, I'm sure I'd use this, great job.

Offline Aichi

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 290
  • Rating: +76/-3
    • View Profile
    • Devrays
Re: A·Map - Online Tilemap Editor
« Reply #8 on: May 15, 2011, 04:10:47 am »
Oh my this is great! I changed the size to 20*20 but the image didn't change, only the code below :(
The size of the area you can see won't grow up, it's still 12x8, representing a TI screen. You can move the camera with the keys W, A, S and D. ^^

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: A·Map - Online Tilemap Editor
« Reply #9 on: May 15, 2011, 07:52:11 am »
Oh my this is great! I changed the size to 20*20 but the image didn't change, only the code below :(
The size of the area you can see won't grow up, it's still 12x8, representing a TI screen. You can move the camera with the keys W, A, S and D. ^^

Ooh I get it, it works, thanks.

EDIT: Oh my god, so awesome, so if I learn tilemapping in Axe I can make huge RPG maps with no difficulty.

Thanks a lot! I sure think this deserves a new post.

I also want Shift+Mouse-Hover to draw And Control+Mouse-Hover to delete.
« Last Edit: May 15, 2011, 07:54:14 am by Scout »

Offline Aichi

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 290
  • Rating: +76/-3
    • View Profile
    • Devrays
Re: A·Map - Online Tilemap Editor
« Reply #10 on: May 15, 2011, 09:32:08 am »
Ooh I get it, it works, thanks.

EDIT: Oh my god, so awesome, so if I learn tilemapping in Axe I can make huge RPG maps with no difficulty.

Yeah, programming in Axe Parser gets much easier through working with Asprite and Amap. :)

I also want Shift+Mouse-Hover to draw And Control+Mouse-Hover to delete.

I will add these functions soon.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: A·Map - Online Tilemap Editor
« Reply #11 on: May 15, 2011, 09:33:36 am »
Great to know :D

I have no more ideas for now, but those two really make it better.

What about allowing ARROWS to move like WASD too? Or does it already do that?

Offline Aichi

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 290
  • Rating: +76/-3
    • View Profile
    • Devrays
Re: A·Map - Online Tilemap Editor
« Reply #12 on: May 15, 2011, 10:01:44 am »
The ability to use CTRL, Shift and the Array keys has been added.

Offline turiqwalrus

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 840
  • Rating: +51/-2
  • Wheeeeeee~!
    • View Profile
Re: A·Map - Online Tilemap Editor
« Reply #13 on: May 15, 2011, 12:25:30 pm »
I couldn't find a logo D:
it's http://xeverion.com/Tools/Amap/ , right?

Offline Geekboy1011

  • The Oneironaut
  • Donator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2031
  • Rating: +119/-2
  • Dream that Awakening dream
    • View Profile
Re: A·Map - Online Tilemap Editor
« Reply #14 on: May 15, 2011, 12:32:14 pm »
looks really nice fixed the logo for you as well sadly localhost only works on the person actually has the image locally :P