Relic Town Map

Forum
Last Post
Threads / Messages

tahbikat

Member
Member
Joined
Feb 11, 2014
Messages
408
Points
16
Age
30
Location
Louisiana
Mysidian Dollar
32,360
Oh god... I stayed up all night doing this map. Tomorrow is going to be a hard day. :p

Anyways, here's the map I've done for the town in Mysgardia called Relic Town. ^^

zUsKhZA.png


This is my first time doing a town like this. I got a lot of inspiration from other artists because I had no idea how to make houses and such. It very much has a pokemon style to it, but that's what I was going for because I love that style. c:

I plan on adding a bit more like a sign that says Relic Town. Maybe a fountain and a statue or two. Maybe even some common creatures of Mysgardia and some teeny tiny shop people. I also plan on adding different buildings like a Bank, Shelter, Daycare, more houses (possibly quest houses?), etc.

It'd be so awesome if I could make it into a game where users could walk around and interact with each other and the houses, but that will be a ways off if at even possible. :p For now, it's just going to be turned into an image map. The shops and houses will be clickable and link to their various pages.
 
If you have interest, you should check out the base assets provided for modification during the Liberated Pixel Cup that was held in 2012 by OpenGameArt.org. The contest was done to help create open source art assets for game developers to make demos with - all entries can be used for free, even in commercial projects, so long as attribution is given (but you'll have to view the text files and licensing info for official details). Here are the base assets from the competition to check out (there's also a page where you can view them without downloading them, if you want to view them out first). And here are just the terrain tiles in case you only want those. The rest of the site also has general game assets that are free to use (under varying licenses) and entries from the contest based on the assets provided above can be found, too. ^^

Just thought it might be useful for future endeavors! These tiles are all around larger than Pokemon-style ones, however. If you ever find yourself working with tilesheets, rather than working by hand, I recommend a free program called Tiled to make things easier.

It is, of course, most awesome that you've made your art yourself! But perhaps these resources could still be helpful/inspirational.
 
Thanks Kyttias, I'll check that stuff out! <3

I do have a question. How would I go about adding information onto the map when a user hovers over a building or certain area? Like this:

q3Y1X2u.png


When hovered over a building, person, area, etc, that box will pop up with information. Basically a tooltip. The user could then click the building/etc to go to the specified page. GIMP has a feature that lets me make my image into an image map with different clickable areas, and gives me the source code, but I don't know how to add information when hovered.
 
Ordinarily I'd suggest jQuery because I'm jQuery-happy, but I think this can be achieved with pure CSS.

After some digging, Hint.css might do the trick. It even comes at the luxury of being hosted via CDN here, so all you have to do is link to it, then follow the instructions on their site for implementation:
Code:
<link rel="stylesheet" href="//cdn.jsdelivr.net/hint.css/1.3.0/hint.min.css">

A jQuery alternative such as Tooltipster is more powerful, if you're interested in some beefier tooltips. It's also hosted via CDN at this link, if you don't want to host the files yourself.

(If you're curious as to the benefits of using a CDN versus hosting files like this yourself, you can give this a read, or Google around.)

(For further tooltip alternatives try searching up 'tooltip libaries' or 'tooltip plugins'. Real quick I also found this list toting to be the Top 10 Best jQuery Tooltip Plugins.)

Let me know if you need some more specific help! If you want a more DIY method of tooltips, it's basically done via CSS with the :hover psuedo-class. It wouldn't hard to write something up yourself if you'll only be using it a small handful of times.
 
Last edited:
Thanks a lot Kyttias! I'll check it all out! <3

EDIT: Tried the CSS one but it didn't work. The JQuery one is working flawlessly though and exactly what I needed. Thanks so much! c:
 
Last edited:
Oh my these look really nice :eek: I always liked little towns, but I loved this one a lot!
 

Similar threads

Users who are viewing this thread

  • Forum Contains New Posts
  • Forum Contains No New Posts

Forum statistics

Threads
4,277
Messages
33,122
Members
1,602
Latest member
BerrieMilk
BETA

Latest Threads

Latest Posts

Top