[ADDED] Locating my units?
Moderator: MOD_Command
- goldfinger35
- Posts: 150
- Joined: Thu Jan 01, 2009 4:59 pm
[ADDED] Locating my units?
Is there an easy way of locating my specific unit? I have hundreds of units (planes) all over map and I get a message on message log that plane STRIKER ONE is doing something. I want to locate that plane on the map to manage it manually but it is not an easy task. Order of battle helps slightly but since there is no filter option, I still have to go through huge list of planes to locate STRIKER ONE.
Is there an easier way?
Is there an easier way?
RE: Locating my units?
goldfinger35,
You can press "O" to open the Order of Battle window. Then find the unit you are looking for and select it with the left mouse key. The unit will then be selected and centered on the map. You still have to search for the unit in the OOB screen but at least it is sorted alphabetically.
-Wayne
You can press "O" to open the Order of Battle window. Then find the unit you are looking for and select it with the left mouse key. The unit will then be selected and centered on the map. You still have to search for the unit in the OOB screen but at least it is sorted alphabetically.
-Wayne
“There is no limit to what a man can do so long as he does not care a straw who gets the credit for it.”
Charles Edward Montague, English novelist and essayist
~Disenchantment, ch. 15 (1922)
Charles Edward Montague, English novelist and essayist
~Disenchantment, ch. 15 (1922)
- goldfinger35
- Posts: 150
- Joined: Thu Jan 01, 2009 4:59 pm
RE: Locating my units?
Wayne, thanks but I know about Order of battle and it still takes a LOT of time to locate the unit because planes are sorted by
1.home base
2.unit name.
1.home base
2.unit name.
RE: Locating my units?
i know..... life is hard.... that is why i want voice activated commands.......
RE: Locating my units?
i think we should have a secretary.... and they could do these things for us.... and make us coffee....
- goldfinger35
- Posts: 150
- Joined: Thu Jan 01, 2009 4:59 pm
RE: Locating my units?
That. Or a simple search function in order of battle.
RE: Locating my units?
I would love a Jump To Location ability from the message log directly. Similar to the pop up, but without the actual pop up.
RE: Locating my units?
WTF Dennis....
You must have purchased a corrupted version of CMANO!!! Mine came with an administrative assistant AND the built in mental control option much Clint Eastwood demonstrated in the movie Firefox.
Unfortunately, you have to think the commands in Klingon as Clint had to think in Russian to get it to work. But for a small additional cost you can get the Klingon translation interface.
qaStaHvIS yIn 'ej jagh jey. (https://www.translator.eu/english/klingon/translation/).

You must have purchased a corrupted version of CMANO!!! Mine came with an administrative assistant AND the built in mental control option much Clint Eastwood demonstrated in the movie Firefox.
Unfortunately, you have to think the commands in Klingon as Clint had to think in Russian to get it to work. But for a small additional cost you can get the Klingon translation interface.
qaStaHvIS yIn 'ej jagh jey. (https://www.translator.eu/english/klingon/translation/).

- Attachments
-
- K2.jpg (14.39 KiB) Viewed 403 times
“There is no limit to what a man can do so long as he does not care a straw who gets the credit for it.”
Charles Edward Montague, English novelist and essayist
~Disenchantment, ch. 15 (1922)
Charles Edward Montague, English novelist and essayist
~Disenchantment, ch. 15 (1922)
-
- Posts: 222
- Joined: Sat Oct 05, 2013 5:22 pm
RE: Locating my units?
You can select a group and CTL+a number.
Then when you select that number, it will center on that group.
Then when you select that number, it will center on that group.
RE: Locating my units?
You can select a group and CTL+a number.
Then when you select that number, it will center on that group.
Greg,
I did not know that. Many thanks for the tip.
-Wayne Stiles
“There is no limit to what a man can do so long as he does not care a straw who gets the credit for it.”
Charles Edward Montague, English novelist and essayist
~Disenchantment, ch. 15 (1922)
Charles Edward Montague, English novelist and essayist
~Disenchantment, ch. 15 (1922)
RE: Locating my units?
You can select a group and CTL+a number
A very handy feature, you can save up to 9 slots, they show up in the menu bar as well but just hitting the # is faster.
B
Check out our novel, Northern Fury: H-Hour!: http://northernfury.us/
And our blog: http://northernfury.us/blog/post2/
Twitter: @NorthernFury94 or Facebook https://www.facebook.com/northernfury/
And our blog: http://northernfury.us/blog/post2/
Twitter: @NorthernFury94 or Facebook https://www.facebook.com/northernfury/
RE: Locating my units?
ORIGINAL: spike2071
I would love a Jump To Location ability from the message log directly. Similar to the pop up, but without the actual pop up.
Stick around.
RE: Locating my units?
This is when things get interesting.
Nud.
Nud.
RE: Locating my units?
ORIGINAL: goldfinger35
That. Or a simple search function in order of battle.
How do you envision the use case for this?
Asking because we had considered a filter in the Orbat window at one point, but it proved quite tricky to make the flow work.
- goldfinger35
- Posts: 150
- Joined: Thu Jan 01, 2009 4:59 pm
RE: Locating my units?
ORIGINAL: Dimitris
ORIGINAL: goldfinger35
That. Or a simple search function in order of battle.
How do you envision the use case for this?
Asking because we had considered a filter in the Orbat window at one point, but it proved quite tricky to make the flow work.
It would be used when you neeed to locate unit(s) in large scenarios with many units (mostly planes).
Maybe add a filed on bottom of order of battle menu (below side proficiency) which would work similar to "Filter by class" option in editor when adding a new unit, but this would filter by callsign or type of unit.
But if you are working on the above mentioned option to "Jump To Location ability from the message log directly" that would be even better.
RE: Locating my units?
Hire a former Google summer intern for a week. Case closed. If they can code and grab all our personal data and locate where we are at any given second, then finding my F-16 named Saturn5 on the map should not be too difficult.[8D] [:D]
Honestly, I don't think the OOB tree is that bad.
Kevin
Honestly, I don't think the OOB tree is that bad.
Kevin
“The study of history lies at the foundation of all sound military conclusions and practice.”
Alfred Thayer Mahan
Alfred Thayer Mahan
RE: Locating my units?
Simple location finder Lua (player side-only now)
Code: Select all
local name = ScenEdit_InputBox('Enter the unit name\nyou want to find its location.')
local unit = ScenEdit_GetUnit({side=ScenEdit_PlayerSide(), name=name})
ScenEdit_SpecialMessage(ScenEdit_PlayerSide(),"" .. name .. ' is here. (Click "Jump to Location" button below) ', {lat=unit.latitude,lon=unit.longitude} )
"How Do You Stay Calm With A 7,000 Ton Nuclear Predator Listening For Your Heartbeat?"
-
- Posts: 126
- Joined: Sun Oct 08, 2017 10:25 am
RE: Locating my units?
ORIGINAL: lumiere
Simple location finder Lua (player side-only now)
Code: Select all
local name = ScenEdit_InputBox('Enter the unit name\nyou want to find its location.') local unit = ScenEdit_GetUnit({side=ScenEdit_PlayerSide(), name=name}) ScenEdit_SpecialMessage(ScenEdit_PlayerSide(),"" .. name .. ' is here. (Click "Jump to Location" button below) ', {lat=unit.latitude,lon=unit.longitude} )
Simple location finder Lua (player side-only now)
local name = ScenEdit_InputBox('Enter the unit name\nyou want to find its location.')
local unit = ScenEdit_GetUnit({side=ScenEdit_PlayerSide(), name=name})
ScenEdit_SpecialMessage(ScenEdit_PlayerSide(),"" .. name .. ' is here. (Click "Jump to Location" button below) ', {lat=unit.latitude,lon=unit.longitude} )
So while I'm playing a scenario and need to find a unit, how would I use this?
RE: Locating my units?
OK.
(1) Play in Scenario Editor (sorry but Lua Console is Scenario Editor mode only) and Open Lua Console (Ctrl + Shift + C).
(2) Copy & Paste the script to console and click "RUN" button.
(3) Input box will shown, enter unit name you want to know the location.
(4) If unit name really exists, special message will shown and you can jump by "Jump to Location" button.
else "Cannot find the unit" message box.
(1) Play in Scenario Editor (sorry but Lua Console is Scenario Editor mode only) and Open Lua Console (Ctrl + Shift + C).
(2) Copy & Paste the script to console and click "RUN" button.
(3) Input box will shown, enter unit name you want to know the location.
(4) If unit name really exists, special message will shown and you can jump by "Jump to Location" button.
else "Cannot find the unit" message box.
"How Do You Stay Calm With A 7,000 Ton Nuclear Predator Listening For Your Heartbeat?"
-
- Posts: 2418
- Joined: Thu Dec 18, 2014 1:53 am
- Location: Brooklyn, NY
RE: Locating my units?
ORIGINAL: lumiere
Simple location finder Lua (player side-only now)
Code: Select all
local name = ScenEdit_InputBox('Enter the unit name\nyou want to find its location.') local unit = ScenEdit_GetUnit({side=ScenEdit_PlayerSide(), name=name}) ScenEdit_SpecialMessage(ScenEdit_PlayerSide(),"" .. name .. ' is here. (Click "Jump to Location" button below) ', {lat=unit.latitude,lon=unit.longitude} )
Nice one!
