can set mark on unit, so that player can protect useful unit
Moderator: Forum Moderators
Forum rules
Before posting a new idea, you must read the following:
Before posting a new idea, you must read the following:
-
- Posts: 1
- Joined: September 1st, 2009, 4:23 pm
can set mark on unit, so that player can protect useful unit
There be feature that set marks ( or team marks ) on map,
and I don't know how this feature is used.
I hope for a new feature that player can set some marks on unit,
so that I can mark some useful unit, like the loyalty unit. So that
we can place it in proper position of the array of unit, make it more safety.
and I don't know how this feature is used.
I hope for a new feature that player can set some marks on unit,
so that I can mark some useful unit, like the loyalty unit. So that
we can place it in proper position of the array of unit, make it more safety.
- PsychoticKittens
- Posts: 573
- Joined: May 29th, 2006, 8:49 pm
Re: can set mark on unit, so that player can protect useful unit
Labels allow you to not only mark a hex, but say what you want about it. This can be both public and team.
alt + L or right click for "set label" (iirc)
alt + L or right click for "set label" (iirc)
Creator of: Mercenaries Era; Modern Combat
Future Projects: Faunima: Land of Monsters
Temporarily Dropped Projects: Zombie Horde
Future Projects: Faunima: Land of Monsters
Temporarily Dropped Projects: Zombie Horde
- Aethaeryn
- Translator
- Posts: 1554
- Joined: September 15th, 2007, 10:21 pm
- Location: Baltimore, Maryland, USA
Re: can set mark on unit, so that player can protect useful unit
No, the suggester is suggesting to have a feature label units instead of hexes.PsychoticKittens wrote:Labels allow you to not only mark a hex, but say what you want about it. This can be both public and team.
alt + L or right click for "set label" (iirc)
I actually think that would be useful, not just for marking loyals.
Aethaeryn (User Page)
Wiki Moderator (wiki)
Latin Translator [wiki=Latin Translation](wiki)[/wiki]
Maintainer of Thunderstone Era (wiki) and Aethaeryn's Maps [wiki=Aethaeryn's Maps](wiki)[/wiki]
Wiki Moderator (wiki)
Latin Translator [wiki=Latin Translation](wiki)[/wiki]
Maintainer of Thunderstone Era (wiki) and Aethaeryn's Maps [wiki=Aethaeryn's Maps](wiki)[/wiki]
- PsychoticKittens
- Posts: 573
- Joined: May 29th, 2006, 8:49 pm
Re: can set mark on unit, so that player can protect useful unit
so a little blip that follows the unit around.
Well, he could add a stance that places a little image at the top of the healthbar via-right click option, to show wesnoth how amazing and useful his idea is.
Well, he could add a stance that places a little image at the top of the healthbar via-right click option, to show wesnoth how amazing and useful his idea is.
Creator of: Mercenaries Era; Modern Combat
Future Projects: Faunima: Land of Monsters
Temporarily Dropped Projects: Zombie Horde
Future Projects: Faunima: Land of Monsters
Temporarily Dropped Projects: Zombie Horde
Re: can set mark on unit, so that player can protect useful unit
oh well that could easily be done in wml, though wml won't follow you around scanario/era independently
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
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
Re: can set mark on unit, so that player can protect useful unit
...But he could try to convince makers of umc eras and scenarios to include his event, or make his own era that's default plus this feature.
- DEATH_is_undead
- Posts: 960
- Joined: March 4th, 2007, 3:00 pm
- Location: Northern United States
Re: can set mark on unit, so that player can protect useful unit
I remember a map that did that... It usedStDrake wrote:oh well that could easily be done in wml, though wml won't follow you around scanario/era independently
Code: Select all
# [unit_overlay]: sets an image that will be drawn over a particular unit, and follow it around
* x, y: the location of the unit to overlay on
* image: the image to place on the unit
Edit: Forgot to tell you how to use it... Make a event with a set_menu_item, and make that do this. The image could bo an orb, making it different colors depending on what the user picks... Be sure to add a menu item to remove it though.
3P MP Scenario - Great Dwarves Escape
The best way to learn is to follow. In order to learn WML, you have to follow other's work, and check their codes.
The best way to learn is to follow. In order to learn WML, you have to follow other's work, and check their codes.
Re: can set mark on unit, so that player can protect useful unit
Three points:
1. Units have names (with the exception of undead I believe)
2. Players can re-name units (if I remember correctly)
3. Why not make an option for units names to display underneath them? Then players can give a special name (or just all caps or something) to the units they consider important and those will so up on the map, so they can see exactly who they are moving.
Of course the veteran gamers might even end up giving units names like "DexStr" and "QckInt" etc. etc.
This may also enhance the experience for players who want to name their units after other people/things etc. etc. e.g. a LotR fan naming their elvish sharpshooter 'Legolas' or something.
1. Units have names (with the exception of undead I believe)
2. Players can re-name units (if I remember correctly)
3. Why not make an option for units names to display underneath them? Then players can give a special name (or just all caps or something) to the units they consider important and those will so up on the map, so they can see exactly who they are moving.
Of course the veteran gamers might even end up giving units names like "DexStr" and "QckInt" etc. etc.
This may also enhance the experience for players who want to name their units after other people/things etc. etc. e.g. a LotR fan naming their elvish sharpshooter 'Legolas' or something.
- Aethaeryn
- Translator
- Posts: 1554
- Joined: September 15th, 2007, 10:21 pm
- Location: Baltimore, Maryland, USA
Re: can set mark on unit, so that player can protect useful unit
Or you could save those people work and have traits be the option. Then you could tell at the battle overview what traits your elves had without having to mouse over them at all! After all, if you've been playing for a while, the only thing you really need to know about a unit to know how to play it is its traits. (The stats, etc., you will probably know already.) You can go, "this drake fighter is quick, so I need to use it to scout the east" or "this unit is strong,res so I want it on the front lines to tank" or "these three spearmen are quick,intelligent, so I need to go on the forums to complain about it" without having to mouse over the unit at all.Zakalwe wrote:Three points:
1. Units have names (with the exception of undead I believe)
2. Players can re-name units (if I remember correctly)
3. Why not make an option for units names to display underneath them? Then players can give a special name (or just all caps or something) to the units they consider important and those will so up on the map, so they can see exactly who they are moving.
Of course the veteran gamers might even end up giving units names like "DexStr" and "QckInt" etc. etc.
This may also enhance the experience for players who want to name their units after other people/things etc. etc. e.g. a LotR fan naming their elvish sharpshooter 'Legolas' or something.
Aethaeryn (User Page)
Wiki Moderator (wiki)
Latin Translator [wiki=Latin Translation](wiki)[/wiki]
Maintainer of Thunderstone Era (wiki) and Aethaeryn's Maps [wiki=Aethaeryn's Maps](wiki)[/wiki]
Wiki Moderator (wiki)
Latin Translator [wiki=Latin Translation](wiki)[/wiki]
Maintainer of Thunderstone Era (wiki) and Aethaeryn's Maps [wiki=Aethaeryn's Maps](wiki)[/wiki]
Re: can set mark on unit, so that player can protect useful unit
There is a third option. But it involves... murder.
You could use teamchat and save the devs, both umc and mainline, a lot of work for little to no result.
You could use teamchat and save the devs, both umc and mainline, a lot of work for little to no result.
Re: can set mark on unit, so that player can protect useful unit
Aethaeryn
I see what you are saying, but it overlooks other reasons why people would want to rename units (one of which, I have already given) - i.e. FLAVOUR. (naming units after favourite characters from books/films or friends etc.)
The other reason is also practical: Some units may have unique abilities due to a special item or other reason - e.g. Morrimuu from HttT (The White Mage with the special sword attack) or a merman who picks up a storm trident etc. etc.
I suggested that some players would wish to name their units based on traits - however this is not the only type of name players would use.
Perhaps next to the re-name button you could add a button for 'auto re-name with traits' for each individual unit, but if you did this automatically for campaigns and scenarios it would likely cause a lot of confusion and would have downsides.
I see what you are saying, but it overlooks other reasons why people would want to rename units (one of which, I have already given) - i.e. FLAVOUR. (naming units after favourite characters from books/films or friends etc.)
The other reason is also practical: Some units may have unique abilities due to a special item or other reason - e.g. Morrimuu from HttT (The White Mage with the special sword attack) or a merman who picks up a storm trident etc. etc.
I suggested that some players would wish to name their units based on traits - however this is not the only type of name players would use.
Perhaps next to the re-name button you could add a button for 'auto re-name with traits' for each individual unit, but if you did this automatically for campaigns and scenarios it would likely cause a lot of confusion and would have downsides.
- Thrawn
- Moderator Emeritus
- Posts: 2047
- Joined: June 2nd, 2005, 11:37 am
- Location: bridge of SSD Chimera
Re: can set mark on unit, so that player can protect useful unit
Or you could encompass both, and have something along the lines of
#displays info under the unit on the map
display=[insert option]
the options being unit_type,name,traits,etc. This line could be placed inside the [unit] tags in a cfg file, by the author, or anyone wishing to modify the savegame. I believe once put in once, it would always remain, due to the process used for storing units at the end of a scenario.
or perhaps an option and hotkey similar to that in many TBSs, that when pressed, cycles info displayed under the unit=hp remaining, xp, moves, traits, and special unit for example. Then, you can cycle to that, and something would mark important units.
#displays info under the unit on the map
display=[insert option]
the options being unit_type,name,traits,etc. This line could be placed inside the [unit] tags in a cfg file, by the author, or anyone wishing to modify the savegame. I believe once put in once, it would always remain, due to the process used for storing units at the end of a scenario.
or perhaps an option and hotkey similar to that in many TBSs, that when pressed, cycles info displayed under the unit=hp remaining, xp, moves, traits, and special unit for example. Then, you can cycle to that, and something would mark important units.
...please remember that "IT'S" ALWAYS MEANS "IT IS" and "ITS" IS WHAT YOU USE TO INDICATE POSSESSION BY "IT".--scott
this goes for they're/their/there as well
this goes for they're/their/there as well
Re: can set mark on unit, so that player can protect useful unit
I think the original poster was just proposing the ability to mark some unit as special during the game. I'm pretty sure this can be done with a unit overlay or object within a [set_menu_item].
Re: can set mark on unit, so that player can protect useful unit
Yes. But he wants it to be everywhere 

Re: can set mark on unit, so that player can protect useful unit
Maybe a bronze crown, is something like:
Leader:Gold
Heroes:Silver
Other important units:Bronze
If you play campaigns, you can simplily rename unit with Explorer or Quick or Defender...
Leader:Gold
Heroes:Silver
Other important units:Bronze
If you play campaigns, you can simplily rename unit with Explorer or Quick or Defender...