WSAS: Milestone Three

Contribute art for mainline Wesnoth.

Moderator: Forum Moderators

Forum rules
Before posting critique in this forum, you must read the following thread:
Post Reply
User avatar
thespaceinvader
Retired Art Director
Posts: 8414
Joined: August 25th, 2007, 10:12 am
Location: Oxford, UK
Contact:

Re: WSAS: Milestone Three

Post by thespaceinvader »

Yeah, I'll fix that in the am - bed for now.
http://thespaceinvader.co.uk | http://thespaceinvader.deviantart.com
Back to work. Current projects: Catching up on commits. Picking Meridia back up. Sprite animations, many and varied.
User avatar
pauxlo
Posts: 1049
Joined: September 19th, 2006, 8:54 pm

special teamcoloring for black team.

Post by pauxlo »

(Maybe some moderator could split this to WML workshop, including my last post ... The idea is to give a Drake Blademaster a lighter shade of teamcoloring, when he ends up in the black team, since his armour should be mixed black/teamcolored.)
pauxlo wrote:I think adapting the {MAGENTA_IS_THE_TEAM_COLOR} macro (this means, creating a clone of this who does other things for black) could work.

(I'll later look into this, now seemingly the SVN is not reachable.)
OK, I looked a bit and it is not so easy, as {MAGENTA_IS_THE_TEAM_COLOR} simply stands for

Code: Select all

flag_rgb=magenta
(which specifies which color range to change to the team color of the current side), so there is not much to change, since we still want to use magenta.

A better candidate seems to be {TEAM_COLOR_OVERRIDE}, a macro which gives an object to units, changing their team color to a specifiable other color. This macro takes a StandardUnitFilter as a first argument, a team color identifier as a second one. So, as second argument we should give a "light black" or similar identifier, which should be defined like the others in team-colors.cfg, to give a lighter version of black for the Drake Blademaster. (This also could be used on heavy infantry, maybe.)

The problem is to identify units of "black" team color with a standard unit filter.
As I see, the "side=..." key only accepts side numbers, not colors.
Maybe with "formula=..." something could be done?

Code: Select all

formula="my_side.colour='black'"
If this does not work, one would need an event (or some events), and then some elaborate magic to find all black sides and then all Blademaster units in those sides, giving them this object. (This could be a recruit/advance event. Hmm, what for directly created units?)
User avatar
Wajimba
Posts: 12
Joined: July 2nd, 2009, 12:05 am

Re: WSAS: Milestone Three

Post by Wajimba »

Something else related to the Blademaster, the unit description needs to be updated. At least online it says:
The mark of their initiation is the black-and-white warpaint they display in battle.
Should it be black and red now? Warpaint->Armor?

Keep up the excellent work!
User avatar
thespaceinvader
Retired Art Director
Posts: 8414
Joined: August 25th, 2007, 10:12 am
Location: Oxford, UK
Contact:

Re: WSAS: Milestone Three

Post by thespaceinvader »

Updates are in the works, don't worry. You really should pay more attention to the Writers forum ;)
http://thespaceinvader.co.uk | http://thespaceinvader.deviantart.com
Back to work. Current projects: Catching up on commits. Picking Meridia back up. Sprite animations, many and varied.
User avatar
Jetrel
Posts: 7242
Joined: February 23rd, 2004, 3:36 am
Location: Midwest US

Re: WSAS: Milestone Three

Post by Jetrel »

:annoyed: We're both a little burned out on this, but it's time to strike the final blow. These are my latest edits to the last two base frames, giving them the sort of katar-like round-edged weapons he'd suggested (but trying to avoid strict katars to not be overly cliched).
Attachments
new.png
new.png (7.89 KiB) Viewed 4165 times
Play Frogatto & Friends - a finished, open-source adventure game!
User avatar
StDrake
Posts: 996
Joined: July 21st, 2009, 6:50 am

Re: WSAS: Milestone Three

Post by StDrake »

pardon if i throw a small opinion in but the triangular blades could use a little tweak, maybe extend them a bit backwards so they go over the arm more and be more lenghty than wide for a more slender and firm look
right now they look like they could break off their holding points too easily
Like cats? I've made a whole faction of them to kick ass with!
Don't like cats? I've made a whole faction of them to kick their asses! So everyone's happy :)
Felinian faction is part of the Beyond Southern Hells era
kitties need sprites! art topic here
User avatar
Jetrel
Posts: 7242
Joined: February 23rd, 2004, 3:36 am
Location: Midwest US

Re: WSAS: Milestone Three

Post by Jetrel »

StDrake wrote:pardon if i throw a small opinion in but the triangular blades could use a little tweak, maybe extend them a bit backwards so they go over the arm more and be more lenghty than wide for a more slender and firm look
right now they look like they could break off their holding points too easily

Look closer - they go all the way past the elbow.

Being wider than long is the point of the design.
Play Frogatto & Friends - a finished, open-source adventure game!
User avatar
thespaceinvader
Retired Art Director
Posts: 8414
Joined: August 25th, 2007, 10:12 am
Location: Oxford, UK
Contact:

Re: WSAS: Milestone Three

Post by thespaceinvader »

I'd be inclined to make the level 3's ones bigger. The level 2 looks perfect, but the level 3's are onl a different shape, rather than a larger size, which makes treading the level up unclear. but they are distinct, so perhaps it doesn't matter. And once again, I'll probably take out the TC wing tips, those are awkward to animate quickly.

I hope we can get away without having to innovate a completely new melee animation for these guys, but if such is needed, I think that we could probably copy my original motion from the Drake Fighter here: Image

Suffice it to say, I like :D
http://thespaceinvader.co.uk | http://thespaceinvader.deviantart.com
Back to work. Current projects: Catching up on commits. Picking Meridia back up. Sprite animations, many and varied.
AI
Inactive Developer
Posts: 2396
Joined: January 31st, 2008, 8:38 pm

Re: WSAS: Milestone Three

Post by AI »

While the movement fits the weapon, it seems odd that they'd change clawing technique.
User avatar
thespaceinvader
Retired Art Director
Posts: 8414
Joined: August 25th, 2007, 10:12 am
Location: Oxford, UK
Contact:

Re: WSAS: Milestone Three

Post by thespaceinvader »

Copying the motion from the fighter entire could work as well ;)
http://thespaceinvader.co.uk | http://thespaceinvader.deviantart.com
Back to work. Current projects: Catching up on commits. Picking Meridia back up. Sprite animations, many and varied.
User avatar
melinath
Posts: 1298
Joined: May 20th, 2009, 7:42 am

Re: WSAS: Milestone Three

Post by melinath »

Sorry... I seem to have lost the thread here. Which base frames are those?
User avatar
Skrim
Posts: 312
Joined: June 10th, 2009, 7:19 am

Re: WSAS: Milestone Three

Post by Skrim »

I think they're the Flare and Flameheart.

One thing, though, is that there is a difference between their blades and the Fighter/Clasher lines' blades. The Fighter/Clasher have blades parallel to their claws, so that the same action they would use for a claw swipe could be used for slashing with their war blades/talons.
The Flare and Flameheart use blades perpendicular to their claws, which means that they wouldn't be able to just use their instinctive claw-swipe with these weapons(sort of defeating the purpose as to why the Drakes were given blades instead of swords). They'd be limited to backhands or chopping-style actions.

The Flameheart's big protruding triangle-thingies also look as if they'd be more suited to stabbing than slashing. And both of them look like they'd make good pizza-cutters. Apart from that though, both sprites look good.
User avatar
thespaceinvader
Retired Art Director
Posts: 8414
Joined: August 25th, 2007, 10:12 am
Location: Oxford, UK
Contact:

Re: WSAS: Milestone Three

Post by thespaceinvader »

A punching motion would work too - such weapon are often called punch daggers, after all (at least, weapons like these are based on) - I'll see what looks good.
http://thespaceinvader.co.uk | http://thespaceinvader.deviantart.com
Back to work. Current projects: Catching up on commits. Picking Meridia back up. Sprite animations, many and varied.
Sangel
Moderator Emeritus
Posts: 2232
Joined: March 26th, 2004, 10:58 pm
Location: New York, New York

Re: WSAS: Milestone Three

Post by Sangel »

thespaceinvader wrote:A punching motion would work too - such weapon are often called punch daggers, after all (at least, weapons like these are based on) - I'll see what looks good.
While a punch would look great, keep in mind that the damage type is "blade", rather than "pierce", so it might look counterintuitive.
"Pure logic is the ruin of the spirit." - Antoine de Saint-Exupéry
User avatar
thespaceinvader
Retired Art Director
Posts: 8414
Joined: August 25th, 2007, 10:12 am
Location: Oxford, UK
Contact:

Re: WSAS: Milestone Three

Post by thespaceinvader »

This was why I didn't suggest it in the first place ;)

EDIT: kickback to Jet with final changes - removed the TC from the wing tips (an idea which I like, but which entails changes to the wing frames beyond simple recolouring, which I'm not about to be doing), and fixing up some slightly weird bits of TC around the thigh armour and loin cloths. I'm goign to go ahead and make the fire and flight-related animations for these chaps, which should be reasonably simple, since I can do a lot of work based on the fire drake.
Attachments
flameheart.png
flameheart.png (4.95 KiB) Viewed 3553 times
flare.png
flare.png (4.54 KiB) Viewed 3553 times
http://thespaceinvader.co.uk | http://thespaceinvader.deviantart.com
Back to work. Current projects: Catching up on commits. Picking Meridia back up. Sprite animations, many and varied.
Post Reply