[REQ] Wolf Monster

All development of pixel art, maps and other graphics.


nmaligec
Warrior
Warrior
Posts: 253
Joined: 08 Apr 2010, 01:55

Re: [REQ] Wolf Monster

Post by nmaligec »

Ya, I have read several of these 'guides'. They are all pretty much a copy paste of official eAthena documentation. The problem is that:
1. tmw uses a different client, which processes animations differently.
2. the guide is still vague. I want an exact equation that I can use to calculate exact frame times (visual/client side) as well as damage per second (server side).

It would really help mob design if we knew the specific effects on frame timing from speed, Adelay, and Amotion.
User avatar
Alige
TMW Adviser
TMW Adviser
Posts: 1398
Joined: 09 Jan 2010, 19:22

Re: [REQ] Wolf Monster

Post by Alige »

I tried to dye the wolf using monsters.xml and it seems it doesn't want to dye from white. ("|W" in the spritesheet). So could you please, while making improvements, make sure that the fur's color is really in white tones (desaturate). But don't forget there are the eyes and the mouth to not desaturate.
Image
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Re: [REQ] Wolf Monster

Post by Crush »

I'm sorry, but I took a look at the sourcecode and couldn't find any sign that the animation speed of sprites is affected by anything except for the delay (in milliseconds) in the animation xml. Are you sure that it isn't just an optical illusion?
  • 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
skipy
Knight
Knight
Posts: 781
Joined: 08 Nov 2008, 22:06

Re: [REQ] Wolf Monster

Post by skipy »

as far as speed of sprite ...you may be able to do this on the art side of thing...

trick the eye in to making it seem faster then it is by moving the off-set a little and adding trails to show "fast"...so when its needed (runing or something)it would have the sprite have on its tile(like its not there and has move)...keep in mind this is to show fastness of moveing and only should last for 1 frame...idea is to trick the eyes of player..**no clue if this helps**


pateame- i really love the work you have done and the way you go about...please please keep up the graet work.. :D :twisted:

------skipy
back to working on---> (crypt)then(player 1.5) and more. *been on hold do to my laptop being fix* any feel free to add/help. ill be up and working as soon as i can ...good luck to all.


"A mulatto, an albino
A mosquito, my libido
Yeah, hey, yay"---Nirvana
pateame

Re: [REQ] Wolf Monster

Post by pateame »

Here's the dyable spritesheet file, and a new testing .XML file with some modifications:
[+] Dyable Spritesheet: http://dl.dropbox.com/u/12510339/tmw/monster-wolf.png
[+] XML file: http://dl.dropbox.com/u/12510339/tmw/monster-wolf.xml
No progress made on graphics, just the following testing results:
------------- About animations speed/delay problems ---------------------
There's the new values I got while testing on this example:

Code: Select all

XXXX,	Wolf,		Wolf,		135,	8300,	0,	0,	800,	2,	275,	355,	20,	15,	30,	15,	30,	3,	60,	40,	1,	1,	1,	0,	29,	137,	425,	770,	500,	500,	631,	1000,		0,	0,		0,	0,		0,	0,		0,	0,		0,	0,		0,	0,		0,	0,		0,	0,	0,	0,	,	,	,	,	,	,	0,		0
Some conclusions about current animation problems:
a) "Attack.sequence" = speed + sequence delays
b) "Attack.sequence" <= adelay
c) Preview image shows how this value can affect current animations:
* Good config shows all attack frames, finish with first idle frame and start again
* Bad config only show first attack frame and stay frozen, attack is too fast as to jump to idle frames again.
Image
<<Before/After testing>>
1) Before: All attack frames wasn't displayed during attack sequences, just first 3 frames, and after it jumps to idle/stand animations. Attack sequence currently have 5 frames, and we need to display all them:
- After: Attack delays reduced in monster-wolf.xml file to reduce overall duration.
+ Example: <sequence start="55" end="59" delay="70"/> >>>70ms * 5frames = 425 ms sequence
2) Before: ¿how server-side affect animations using speed/adelay values in mob_db.txt?
- After: Sourcecode is too complicated for me, but searching on it (/tmwserver/src/map/mob.c), it uses the following values to generate a "dummy" mob:
mob_db[class].speed = 300;, mob_db[class].adelay = 1000;
mob_db[class].amotion = 500;, mob_db[class].dmotion = 500;
Based on dummy values, I just did a bruteforce test (yeah.. editing mob_db.txt and doing "@reloadmobdb" as GM, as many times as needed until get a good value)


---------------------About dyable features:-----------------------
Image
Pallete values used on this testing:
white: |#606070,000033,A8A8B8,B0B0B8,D0D0D0,FFFFFF
blue/gray: |#484858,606070,787888,9090A0,A8A8B8,D0D0D0
brown: |#523F29,6B4F2A,6B594F,7D6400,A4836C,B4A584

About outline variations, I like the following reference from devianart:
http://fc01.deviantart.net/fs24/f/2007/ ... edWolf.jpg
Last edited by pateame on 19 Aug 2011, 15:38, edited 1 time in total.
User avatar
Len
Knight
Knight
Posts: 1479
Joined: 05 Feb 2007, 06:17
Location: Lurking in the shadows

Re: [REQ] Wolf Monster

Post by Len »

http://www.carlson-art.com/lifescience/dog-muscles.html
Perhaps you should define the muscles a little...
wolf.png
wolf.png (2.37 KiB) Viewed 4356 times
Also a animals back would be arced in this position.
Image
Pixel Battalion
User avatar
enchilado
Knight
Knight
Posts: 972
Joined: 06 Mar 2009, 01:21

Re: [REQ] Wolf Monster

Post by enchilado »

Amazing as always, Len. If you'd care to do the same thing to the rest of pateame's frames, that would be greatly appreciated. If not, pateame - do you think you could mimic Len's style?

Some efforts towards the correction of the perspective would also be very nice.
User avatar
Len
Knight
Knight
Posts: 1479
Joined: 05 Feb 2007, 06:17
Location: Lurking in the shadows

Re: [REQ] Wolf Monster

Post by Len »

The animation is great, but I think we need a little more butt action to give the wolf a little more spring as he/she pushes forward.
wolfo.gif
wolfo.gif (3.3 KiB) Viewed 4312 times
original
wolf.gif
wolf.gif (2.51 KiB) Viewed 4312 times
with more butt and back movement
If you'd care to do the same thing to the rest of pateame's frames,
Perhaps, when I find the time I'll give it a go.
Image
Pixel Battalion
User avatar
Alige
TMW Adviser
TMW Adviser
Posts: 1398
Joined: 09 Jan 2010, 19:22

Re: [REQ] Wolf Monster

Post by Alige »

Len wrote:Perhaps, when I find the time I'll give it a go.
That would really be great!
Image
pateame

Re: [REQ] Wolf Monster

Post by pateame »

1) poison_ivy wrote:pateame - do you think you could mimic Len's style?
2) Len wrote:The animation is great, but I think we need a little more butt action to give the wolf a little more spring as he/she pushes forward with more butt and back movement
1) 'Trying' to clone style proposed by Len, but sure Len can do it easier. Anyway, I will keep trying, any help is welcome while I practice more.
ImageImageImage
2) I see that on new proposed walk animation there's two new frames to draw and replace, lot of work to do but result looks nice. I took some bone references based on that anatomy to get more ideas (maybe to do a faster monster). If anyone have made some progress on this, let me know it to dont do the work twice.
Last edited by pateame on 19 Jul 2011, 13:53, edited 1 time in total.
User avatar
meway
TMW Classic
TMW Classic
Posts: 1737
Joined: 04 Jan 2009, 05:02
Location: Detroit MI

Re: [REQ] Wolf Monster

Post by meway »

Bump, And o.O that was my second peace of pixel art like 4 years ago. :s
pateame

Re: [REQ] Wolf Monster

Post by pateame »

Here's a review of current progress with len reference, but dyeable now:
Sketch = http://dl.dropbox.com/u/12510339/sketch ... idelen.png
Any shading example as given by len for the other views (right, north, south) will be great before continue.
Last edited by pateame on 19 Aug 2011, 04:45, edited 1 time in total.
User avatar
Jenalya
TMW Adviser
TMW Adviser
Posts: 717
Joined: 22 Sep 2010, 19:28

Re: [REQ] Wolf Monster

Post by Jenalya »

I think the wolf looks great so far. :)
Since it is planned to be part of the next content release, I wondered how close it is to completion?
User avatar
Len
Knight
Knight
Posts: 1479
Joined: 05 Feb 2007, 06:17
Location: Lurking in the shadows

Re: [REQ] Wolf Monster

Post by Len »

I reworked the front a little...
wolf front.png
wolf front.png (1.68 KiB) Viewed 3991 times
Also, worry about defining its shape(volume) before worrying about its texture.
texture.png
texture.png (10.74 KiB) Viewed 3991 times
wolf.png
wolf.png (11.24 KiB) Viewed 3973 times
Image
Pixel Battalion
pateame

Re: [REQ] Wolf Monster

Post by pateame »

Jenalya wrote:Since it is planned to be part of the next content release, I wondered how close it is to completion?
Considering that redraw process is quite boring, I haven't finish it yet :oops:
But here's a preview of current work trying to clone Len's style (again, thanks Len for your examples):
Image
[+] Current Spritesheet: http://dl.dropbox.com/u/12510339/sketch ... r-wolf.png
Spritesheet is still unfinished and not all frames are done (60%). Attack frames need more atenttion and maybe some new frames could be needed,
as new death frames. Also the old hex values for dyeable pallete will change with current version.
Post Reply