New provisory map purposal

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.

User avatar
Shaili (a.k.a. tds)
Novice
Novice
Posts: 168
Joined: 20 Feb 2008, 10:50
Contact:

Re: New provisory map purposal

Post by Shaili (a.k.a. tds) »

Added some more edges and a 'corridor'.

Also in a better shape ;)
Attachments
New Map
New Map
def.png (128.23 KiB) Viewed 2267 times
V.3
V.3
smalltest3.png (183.46 KiB) Viewed 1834 times
Ingame I am: Shaili, Lv. 9X

Image Proud Italian TMW Player

Image You can find me on Last.fm
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Re: New provisory map purposal

Post by Crush »

Those stalagmites and bones don't really look like seriouse obstacles. Being stopped from venturing forth by something which does look like your character could easily climb over / squeeze through when it would try seriously is really frustrating for the player.

But you aren't to blame in this case because there aren't any feasible tiles in the cave tileset to portray a real obstacle like a cave-in or an abyss. You should request the tiles you need on the graphic development forum.
  • former Manasource Programmer
  • former TMW Pixel artist
  • NOT a game master

Please do not send me any inquiries regarding player accounts on TMW.


You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
User avatar
Shaili (a.k.a. tds)
Novice
Novice
Posts: 168
Joined: 20 Feb 2008, 10:50
Contact:

Re: New provisory map purposal

Post by Shaili (a.k.a. tds) »

Ok, I'll do this
Ingame I am: Shaili, Lv. 9X

Image Proud Italian TMW Player

Image You can find me on Last.fm
User avatar
Superkoop
Warrior
Warrior
Posts: 265
Joined: 11 Feb 2008, 00:09
Location: South Dakota in the US of A
Contact:

Re: New provisory map purposal

Post by Superkoop »

Shaili (a.k.a. tds) wrote:Well, those junctions look odd. It's the real problem that prevented me from make many rounded shapes in the map.

Image
For the corners not facing the camera, use the red circled ones here:
Image

For the other facing corner, you just need to use a middle tile in there, or else use the other corner type. These tiles almost encourage you to really make it curvy. Although some tiles that I find could use some revision are some of the water corners, since they don't tile to well. But yes, we do need some more blockage tiles for caves (pits in the ground, a few types of rocks)

Also, perhaps it would be best to add the need of new tiles to Mantis. After I finish my cave map I will be using Mantis rather than the forums for mapping. I think I, "saw the light." :wink:
In game I am Xaru
On forums I am Superkoop
IRL I am John
-View World map-
User avatar
Shaili (a.k.a. tds)
Novice
Novice
Posts: 168
Joined: 20 Feb 2008, 10:50
Contact:

Re: New provisory map purposal

Post by Shaili (a.k.a. tds) »

Since it's my first map, Mantis it's not yet a good instrument for me.

Anyway, the tiles you told me look still strange. With only two new tiles the transition would be really better ;)
Ingame I am: Shaili, Lv. 9X

Image Proud Italian TMW Player

Image You can find me on Last.fm
User avatar
GonzoDark
Warrior
Warrior
Posts: 327
Joined: 21 Apr 2007, 09:27
Location: Denmark

Re: New provisory map purposal

Post by GonzoDark »

EDIT:

Ok Crush, just thought I would help out a little. (and don't we need more than ONE map? I would love to help out)

// GonzoDark
Last edited by GonzoDark on 09 Jun 2008, 13:59, edited 5 times in total.
IchigoBlack (86) a.k.a GonzoDark (80) || HolyManaClan

Image
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Re: New provisory map purposal

Post by Crush »

GonzoDark, please leave this to Shaili. It was his idea and he said that he wants to do it himself from the first post on.
  • former Manasource Programmer
  • former TMW Pixel artist
  • NOT a game master

Please do not send me any inquiries regarding player accounts on TMW.


You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
User avatar
Shaili (a.k.a. tds)
Novice
Novice
Posts: 168
Joined: 20 Feb 2008, 10:50
Contact:

Re: New provisory map purposal

Post by Shaili (a.k.a. tds) »

Since I'm waiting for new tiles, I scripted the NPC for the cave.

Code: Select all

MAP.gat,17,17,0	script	Julius	109,{

mes "[Julius, The Brave Miner]";
mes "What are you doing here! It's dangerous!";
mes "The cave collapsed and blocked the entrance.";
mes "You can hear the ghosts of buried miners screaming down there!";
next;
mes "[Julius, The Brave Miner]";
mes "I can bring you out from here.";
mes "Are you ready?";
next;
menu "Sure, thanks", exit,"I want to stay here.",-;
close;

exit:
warp "new_9-1.gat",38,37;
close;
}
Last edited by Shaili (a.k.a. tds) on 09 Jun 2008, 15:11, edited 1 time in total.
Ingame I am: Shaili, Lv. 9X

Image Proud Italian TMW Player

Image You can find me on Last.fm
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Re: New provisory map purposal

Post by Crush »

The map server will complain about the tons of semicolons you forgot at the end of a lot of "mes" lines.
  • former Manasource Programmer
  • former TMW Pixel artist
  • NOT a game master

Please do not send me any inquiries regarding player accounts on TMW.


You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
User avatar
Shaili (a.k.a. tds)
Novice
Novice
Posts: 168
Joined: 20 Feb 2008, 10:50
Contact:

Re: New provisory map purposal

Post by Shaili (a.k.a. tds) »

Fixed. My fault. Ther is a tag to break a "mes" into more than one lines?
Ingame I am: Shaili, Lv. 9X

Image Proud Italian TMW Player

Image You can find me on Last.fm
Post Reply