Page 1 of 1
Will the carts ever get some individuality?
Posted: 01 Jan 2013, 11:00
by eiseras
This probably sounds silly compared to the other topics, and I'm just wondering if there is a possibility this will be done in the future or if anyone is thinking about doing this in the future.
Will the images of the carts ever be different from each other besides size and location? Will the counter of the cart, or kiosk, display what the NPC is selling? For example, Ara's cart having cakes on it (image below).
-- The bakery cart in North Tulimshar
Sorry if anyone has asked this recently. And if there is any confusion about the image, I put the cakes there.
Re: Will the carts ever get some individuality?
Posted: 01 Jan 2013, 14:20
by kook
nice idea. some misguided links to get you started

:
http://wiki.themanaworld.org/index.php/ ... evelopment
https://github.com/themanaworld/tmwa-cl ... hics/tiles
http://wiki.themanaworld.org/index.php/ ... channel.3F
stop by under the hurnscald's tree for support.
i'm sure somebody not kook will have something wiser to say

Re: Will the carts ever get some individuality?
Posted: 01 Jan 2013, 14:34
by Jenalya
That's a good idea. It's a similiar concept as with the dyer in Hurnscald, who has some dyes and dyed clothes behind him.
http://forums.themanaworld.org/viewtopi ... 055#p98055
I think having items in the carts could help a lot to make Tulimshar more interesting to explore.
Would you like to work on creating a tileset which contains several different items that can be placed on the carts?
The links kook posted are good places to start. Additionally it might be a good idea to have a look at how mapping works when developing tilesets.
Here you can find the program we use for editing tmw maps:
http://www.mapeditor.org/
And these are our wiki pages about mapping:
http://wiki.themanaworld.org/index.php/Map_development http://wiki.themanaworld.org/index.php/Mapping_Tutorial
Re: Will the carts ever get some individuality?
Posted: 02 Jan 2013, 03:57
by eiseras
kook wrote:
i'm sure somebody not kook will have something wiser to say 8)
Those links a really helpful. And thanks for letting me know about by the tree in Hurnscald :D
Jenalya wrote:
I think having items in the carts could help a lot to make Tulimshar more interesting to explore.
Yeah, and it would definitely make it a bit easier for newer players, I think, to sort of vary the landscape.
Jenalya wrote:
Would you like to work on creating a tileset which contains several different items that can be placed on the carts?
I would. Although my experience in pixel art (or traditional art) doesn't go too far. (The tutorials you linked to definitely help.) To clarify, I would make the item and then tell someone the coordinates that it should be placed? (I didn't see anything talk about that on the main page about mapping.)
Also, do you think items should be re-sized (if they look better that way) when put on carts? Like in the image in my first post, if I made the cakes a bit smaller before they went on the cart, would that be better?
Edit: Along with making the image and deciding the coordinates, I'd have to make an xml file about it? I don't know much about xml (although I'm familiar with some other markup languages) but I think there was something on the wiki about it.
Re: Will the carts ever get some individuality?
Posted: 02 Jan 2013, 04:33
by o11c
eiseras wrote:
Jenalya wrote:
Would you like to work on creating a tileset which contains several different items that can be placed on the carts?
I would. Although my experience in pixel art (or traditional art) doesn't go too far. (The tutorials you linked to definitely help.) To clarify, I would make the item and then tell someone the coordinates that it should be placed? (I didn't see anything talk about that on the main page about mapping.)
Also, do you think items should be re-sized (if they look better that way) when put on carts? Like in the image in my first post, if I made the cakes a bit smaller before they went on the cart, would that be better?
Edit: Along with making the image and deciding the coordinates, I'd have to make an xml file about it? I don't know much about xml (although I'm familiar with some other markup languages) but I think there was something on the wiki about it.
Only sprites (NPCs, mobs, players, items) require creating an xml file. A tileset is just added to a map in tiled. Though, if you create a new tileset you do need to export the tileset, which is technically creating an xml file.
Re: Will the carts ever get some individuality?
Posted: 02 Jan 2013, 06:03
by kook
Somebody on irc perhaps in #tmw-art will probably answer those and all the other questions you will have. Just remember to hang around long enough and dont give up when they tell you to pack your cakes and GTFO

Re: Will the carts ever get some individuality?
Posted: 02 Jan 2013, 07:49
by Crush
eiseras wrote:Also, do you think items should be re-sized (if they look better that way) when put on carts? Like in the image in my first post, if I made the cakes a bit smaller before they went on the cart, would that be better?
Inventory icons are not to scale. Automatically rescaling pixel art with a graphic editor often leads to bad results which don't fit together with other graphics which were not scaled, so it is usually better when they are redrawn. Some inventory icons also do not have the perspective the map tiles are in. In that case they have to be redrawn.
By the way: Who says that those wares which have a use for the players are the only items which are sold at the carts? Feel free to be creative and draw whatever one could expect at a bazaar.
Re: Will the carts ever get some individuality?
Posted: 02 Jan 2013, 09:52
by Jenalya
eiseras wrote:To clarify, I would make the item and then tell someone the coordinates that it should be placed? (I didn't see anything talk about that on the main page about mapping.)
You would create a tileset. This is a graphic file on which a grid of 32x32 is put on, then it is used with the mapping program tiled to place single 32x32 tiles on the map. That means the items need be placed on the tileset file in a way that it aligns with the
tileset that contains the carts. A map has several layers, so different tiles can be put over each other.
This is a bit difficult to imagine, so I suggest to look at some maps in tiled and turn on/off the visibility of the layers, and maybe place some additional tiles just to see how it looks. To be able to look at the maps, the tilesets have to be in the correct relative path to the map files. The easiest way to get that is to clone or download the repository that contains the client-data:
https://github.com/themanaworld/tmwa-client-data
About what items to place on the tileset and about their size, I agree with Crush. Feel free to create graphics of different kinds of items that make sense to be sold at a bazaar (could be clothes and other equipment, food, tools, decoration items, ...).
Re: Will the carts ever get some individuality?
Posted: 02 Jan 2013, 15:57
by Nard
Ill join and help with it
Re: Will the carts ever get some individuality?
Posted: 03 Jan 2013, 01:35
by eiseras
kook wrote:Somebody on irc perhaps in #tmw-art will probably answer those and all the other questions you will have. Just remember to hang around long enough and dont give up when they tell you to pack your cakes and GTFO :lol:
Thank you for warning me that may happen xD.
Jenalya wrote:eiseras wrote:To clarify, I would make the item and then tell someone the coordinates that it should be placed? (I didn't see anything talk about that on the main page about mapping.)
You would create a tileset. This is a graphic file on which a grid of 32x32 is put on, then it is used with the mapping program tiled to place single 32x32 tiles on the map. That means the items need be placed on the tileset file in a way that it aligns with the
tileset that contains the carts. A map has several layers, so different tiles can be put over each other..
Thank you! This certainly answers my question.
Nard wrote:Ill join and help with it
Cool. I probably won't be able to work on it until the weekend unless I ignore my homework (which I won't, hopefully).
Re: Will the carts ever get some individuality?
Posted: 15 Mar 2013, 12:38
by EJlol
Also take a look at my topic from years ago:
http://forums.themanaworld.org/viewtopi ... ket#p53542
If you want the unfinished sourcefiles of that market, feel free to contact me after the weekend (dont have time right now / this weekend), then I can send them to you. Though finishing that market is a LOT more work than adding pies on the current tiles. So you may not want to do that if you don't have much time.
Anyway, good luck!