Working minimap???

Content and general development discussion, including quest scripts and server code. TMW Classic is a project comprising the Legacy tmwAthena server & the designated improved engine server based on evolHercules.


Forum rules

This forum houses many years of development, tracing back to some of the earliest posts that exist on the board.

Its current use is for the continued development of the server and game it has always served: TMW Classic.

Post Reply
User avatar
Javila
Peon
Peon
Posts: 39
Joined: 06 May 2005, 01:32
Location: Brazil

Working minimap???

Post by Javila »

Hi all,

I don't know if TMW-dev Team will be interested in this post, but I'd made the minimap very simple and functional... You can see a screenshot HERE!!!

I just needed few lines of code and lot of patience to test the work...

Cya,


Javila
User avatar
Bjørn
Manasource
Manasource
Posts: 1438
Joined: 09 Dec 2004, 18:50
Location: North Rhine-Westphalia, Germany
Contact:

Post by Bjørn »

Yep, looks good. Did you use Tiled to export an image of the map, and then drawing that instead of the transparent blue? We were planning to do this together with some postprocessing. Personally I'd like the map to look more hand drawn, as for example in Saga of Ryzom:

Image
User avatar
Javila
Peon
Peon
Posts: 39
Joined: 06 May 2005, 01:32
Location: Brazil

Post by Javila »

Exactly Bjørn!!! tiled is very nice program!!! ;)

I try render the tiles in minimap but this consumes processor without necessity , since the image on minimap is always the same. So, I did choice for a simple solution... With a zoom option this can't be true...

I like your idea of hand drawn map. It's really good!!!
User avatar
Javila
Peon
Peon
Posts: 39
Joined: 06 May 2005, 01:32
Location: Brazil

Post by Javila »

Hi Bjørn,

I was thinking about your idea... It's really great... But, I guess its will take a (long???) while until this hand-drawn map is finished. So, the simple minimap could be (temporary) added to TMW... What do you think about??? It's just a few lines of code to add in some few files... Easy to add now... Easy to remove in future...

Cya,

Javila
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Post by ElvenProgrammer »

I agree we should add it for the moment and then replace the graphic later
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Post by ElvenProgrammer »

I agree we should add it for the moment and then replace the graphic later
User avatar
i
TMW Adviser
TMW Adviser
Posts: 1114
Joined: 07 Mar 2005, 17:29
Location: Poland
Contact:

Post by i »

yup. thats nice idea. i suggest make 2 zoom levels.
1st: whole map
2nd: 300% zoom
that should be enogh.
User avatar
Javila
Peon
Peon
Posts: 39
Joined: 06 May 2005, 01:32
Location: Brazil

Post by Javila »

i wrote:yup. thats nice idea. i suggest make 2 zoom levels.
1st: whole map
2nd: 300% zoom
that should be enogh.
Hummm... I'll try work in zoom in/out so...

Cya,

Javila
Post Reply