Visual Display of ZoC

Discussion among members of the development team.

Moderator: Forum Moderators

User avatar
xtifr
Posts: 414
Joined: February 10th, 2005, 2:52 am
Location: Sol III

Post by xtifr »

While I agree with Eleazar's coments, I have to say that it does look better than I expected. But I'd still like to see more of the tricky cases, where it's mostly likely to cause a problem. For example, on water next to grassland (blue+yellow=green). Or on snow or ice next to sand. Will it even show up on sand, especially if there's only a single hex of sand?

And the all-important question: are we just going to be inviting jokes about "yellow snow?" :)
"When a man is tired of Ankh-Morpork, he is tired of ankle-deep slurry" -- Catroaster

Legal, free live music: Surf Coasters at Double Down Saloon, Las Vegas on 2005-03-06. Tight, high-energy Japanese Surf-Rock.
User avatar
Eleazar
Retired Terrain Art Director
Posts: 2481
Joined: July 16th, 2004, 1:47 am
Location: US Midwest
Contact:

Post by Eleazar »

Here's how non-ZoC units should be indicated. (if you play without ellipses you're probably hard-core and don't need this reminder). I want to play with the graphics a little, but will provide them when somebody's ready to code.

thus the ZoC hexes can be indicated with red which will show up OK on any terrain. (except maybe lava)
Attachments
noZoc.png
noZoc.png (14.16 KiB) Viewed 6529 times
Feel free to PM me if you start a new terrain oriented thread. It's easy for me to miss them among all the other art threads.
-> What i might be working on
Attempting Lucidity
Disto
Posts: 2039
Joined: November 1st, 2004, 7:40 pm
Location: Cambridge, UK

Post by Disto »

Eleazar wrote:Here's how non-ZoC units should be indicated. (if you play without ellipses you're probably hard-core and don't need this reminder). I want to play with the graphics a little, but will provide them when somebody's ready to code.

thus the ZoC hexes can be indicated with red which will show up OK on any terrain. (except maybe lava)
But then I'll want units without ZOC because that does look infinetly cooler that way :P
Creator of A Seed of Evil
Creator of the Marauders
Food or Wesnoth? I'll have Wesnoth
User avatar
Noyga
Inactive Developer
Posts: 1790
Joined: September 26th, 2005, 5:56 pm
Location: France

Post by Noyga »

With the terrain (in mountains for example) it would be possible a part of the ellipse is hidden so we cannot see the difference of the non zoc version.
Perharps another shape (for example hexagonal ellipse) ?
User avatar
Viliam
Translator
Posts: 1341
Joined: January 30th, 2004, 11:07 am
Location: Bratislava, Slovakia
Contact:

Post by Viliam »

Eleazar wrote:Do we really need to highlight units that can be attacked?
If the same highlighting works for opponent units, then player can check if his wounded unit is safe from enemy attacks in next turn. IMHO useful for newbies who may not be completely sure how ZOC works.

Eleazar wrote:i suppose when you select an enemy unit you see the ZoC of you and your allies? Or when you select a skirmisher you don't see any?
Yes; and this would be a good reminder that some enemy unit is a skirmisher.
User avatar
Eleazar
Retired Terrain Art Director
Posts: 2481
Joined: July 16th, 2004, 1:47 am
Location: US Midwest
Contact:

Post by Eleazar »

Noyga wrote:With the terrain (in mountains for example) it would be possible a part of the ellipse is hidden so we cannot see the difference of the non zoc version.
Perharps another shape (for example hexagonal ellipse) ?
Yes that is possible, but a hexagon could also be obscured.
It will be visible 95+% of the time which should be sufficient (since a unit ZoC ability (or lack thereof) does not change, we don't need to see it every moment.
I believe a broken ellipse is more evocative of of the concept than a hexagon (or another shape). I will commit the graphics.
Feel free to PM me if you start a new terrain oriented thread. It's easy for me to miss them among all the other art threads.
-> What i might be working on
Attempting Lucidity
User avatar
turin
Lord of the East
Posts: 11662
Joined: January 11th, 2004, 7:17 pm
Location: Texas
Contact:

Post by turin »

Could we get code support for this?
For I am Turin Turambar - Master of Doom, by doom mastered. On permanent Wesbreak. Will not respond to private messages. Sorry!
And I hate stupid people.
The World of Orbivm
Darth Fool
Retired Developer
Posts: 2633
Joined: March 22nd, 2004, 11:22 pm
Location: An Earl's Roadstead

Post by Darth Fool »

turin wrote:Could we get code support for this?
For which proposal exactly do you want code support??
User avatar
turin
Lord of the East
Posts: 11662
Joined: January 11th, 2004, 7:17 pm
Location: Texas
Contact:

Post by turin »

Darth Fool wrote:
turin wrote:Could we get code support for this?
For which proposal exactly do you want code support??
The one we have art for - variable elipses based on whether the unit has a ZoC or not.
For I am Turin Turambar - Master of Doom, by doom mastered. On permanent Wesbreak. Will not respond to private messages. Sorry!
And I hate stupid people.
The World of Orbivm
Darth Fool
Retired Developer
Posts: 2633
Joined: March 22nd, 2004, 11:22 pm
Location: An Earl's Roadstead

Post by Darth Fool »

I have added a new tag for the units that allows you to choose the ellipse graphics. Note that this is not quite what has been asked for, as it does not auto detect the zone of control of the unit. However, it should mostly have the desired effect. As an example of how to use it I have committed a change to the goblin-spearman:

Code: Select all

[unit]
	id=Goblin Spearman
	name= _ "Goblin Spearman"
	race=goblin
	image="units/goblins/spearman.png"
	ellipse="misc/ellipse-nozoc"
	[defend]
...
note that this should allow many of the other requested uses for the ellipse as special campaign units can have their own special ellipses.

As a technical note, I have moved the ellipse graphic names around so that they now are of the form:
ellipse-bottom.png, ellipse-top.png, ellipse-selected-bottom.png, ellipse-selected-top.png
User avatar
Eleazar
Retired Terrain Art Director
Posts: 2481
Joined: July 16th, 2004, 1:47 am
Location: US Midwest
Contact:

Post by Eleazar »

That works. :) I'm glad to see the old ellipses graphics go.

the "generic" ellipse will be used if none is specified, right?
Feel free to PM me if you start a new terrain oriented thread. It's easy for me to miss them among all the other art threads.
-> What i might be working on
Attempting Lucidity
Darth Fool
Retired Developer
Posts: 2633
Joined: March 22nd, 2004, 11:22 pm
Location: An Earl's Roadstead

Post by Darth Fool »

Eleazar wrote:That works. :) I'm glad to see the old ellipses graphics go.

the "generic" ellipse will be used if none is specified, right?
correct.
quartex
Inactive Developer
Posts: 2258
Joined: December 22nd, 2003, 4:17 am
Location: Boston, MA

Post by quartex »

The broken circle is a good way to indicate no ZoC, but I do like the idea of also showing the enemy zones of control when you click on a unit.

Could the difficulty of coloring hexes be solved by making the shading of the ZoC hexes be halfway between the shading of the hexes you can't move to and the shading of the hexes you can move to? Ie: a shading them grey?
Post Reply