Page 1 of 1

Request help to compile all keyboard and cmds for GS Manual

Posted: Mon Oct 10, 2011 2:14 pm
by amcdonel
To All,

I want to add a comprehensive section to the manual on all the keyboard & mouse commands that can be used in CEaW. Please just post here any of the keys that can be used, for example "ESC" to get game options.

Please do not assume I have any of them -- that way the manual can be complete.

alec

Posted: Mon Oct 10, 2011 3:31 pm
by Peter Stauffenberg
There aren't that many, but we can program more if people want to. E. g. when you click d you open DoW, u for upgrade, r for repair etc.

These are the ones programmed at the moment:
ESC = Open game options dialog
+ = zoom in
- = zoom out
e or p = show elite / para limits
s = turn sentry on/off

These are not verified by me, but coded:
Right arrow = scroll right
Left arrow = scroll left
Up arrow = scroll up
Down arrow = scroll down
PGUP = next ready unit
PGDN = previous ready unit

Posted: Mon Oct 10, 2011 3:32 pm
by Peter Stauffenberg
So please suggest new key commands we can map to a GS v2.0 function. There are many more we can add to be less dependent upon mouse clicks.

Posted: Mon Oct 10, 2011 3:37 pm
by zechi
I don't know if this is possible to do, but it would be really nice if it would be possible to somehow see the manpower pools of the minor Axis/Allies. Perhaps this could be done with a key command?

Posted: Mon Oct 10, 2011 3:54 pm
by amcdonel
Stauffenberg wrote:There aren't that many, but we can program more if people want to. E. g. when you click d you open DoW, u for upgrade, r for repair etc.

These are the ones programmed at the moment:
ESC = Open game options dialog
+ = zoom in
- = zoom out
e or p = show elite / para limits
s = turn sentry on/off

These are not verified by me, but coded:
Right arrow = scroll right
Left arrow = scroll left
Up arrow = scroll up
Down arrow = scroll down
PGUP = next ready unit
PGDN = previous ready unit
Thanks!! Just what I was looking for. I do have most of these but it helps to be sure :-)

alec

Posted: Mon Oct 10, 2011 4:00 pm
by metolius
zechi wrote:I don't know if this is possible to do, but it would be really nice if it would be possible to somehow see the manpower pools of the minor Axis/Allies. Perhaps this could be done with a key command?
I second that!!

Posted: Mon Oct 10, 2011 6:03 pm
by Peter Stauffenberg
zechi wrote:I don't know if this is possible to do, but it would be really nice if it would be possible to somehow see the manpower pools of the minor Axis/Allies. Perhaps this could be done with a key command?
Which data do you need to see. Absolute manpower doesn't say much unless you know the max manpower. That means you need to see the percentage. It's probably better to show the manpower and percentage as a tooltip behind the unit efficiency. That means you click on a unit that hasn't moved yet and then you can read the data you need. Is that the easiest way?

Posted: Mon Oct 10, 2011 7:42 pm
by zechi
Stauffenberg wrote:
zechi wrote:I don't know if this is possible to do, but it would be really nice if it would be possible to somehow see the manpower pools of the minor Axis/Allies. Perhaps this could be done with a key command?
Which data do you need to see. Absolute manpower doesn't say much unless you know the max manpower. That means you need to see the percentage. It's probably better to show the manpower and percentage as a tooltip behind the unit efficiency. That means you click on a unit that hasn't moved yet and then you can read the data you need. Is that the easiest way?
I think both would nice. The tooltip option would be helpful, but an overview screen which activates with a key command with all the necessary information for all (minor) powers with manpower pool and percentages would als be helpful. The most important information from my point of view is if the manpower pool goes below 75 %, 50 % etc. if I repair a unit of a minor power. I can then decide not to repair a unit or only some units to avoid any ability penalties and wait to regain some manpower.

Posted: Mon Oct 10, 2011 8:08 pm
by amcdonel
zechi wrote:
Stauffenberg wrote:
zechi wrote:I don't know if this is possible to do, but it would be really nice if it would be possible to somehow see the manpower pools of the minor Axis/Allies. Perhaps this could be done with a key command?
Which data do you need to see. Absolute manpower doesn't say much unless you know the max manpower. That means you need to see the percentage. It's probably better to show the manpower and percentage as a tooltip behind the unit efficiency. That means you click on a unit that hasn't moved yet and then you can read the data you need. Is that the easiest way?
I think both would nice. The tooltip option would be helpful, but an overview screen which activates with a key command with all the necessary information for all (minor) powers with manpower pool and percentages would als be helpful. The most important information from my point of view is if the manpower pool goes below 75 %, 50 % etc. if I repair a unit of a minor power. I can then decide not to repair a unit or only some units to avoid any ability penalties and wait to regain some manpower.
It might be easier to consider a popup summary of important PP, lab, manpower, oil and invasion information.

Just an idea...

alec

Posted: Mon Oct 10, 2011 8:12 pm
by metolius
Any format that made the information available would be acceptable to me – tooltip or dialog box.

Posted: Mon Oct 10, 2011 9:19 pm
by Peter Stauffenberg
I just did the following for GS v2.01.31

Added keys for the following commands:

a: (for airborne): Will upgrade to a para unit if eligible
b: (for buy): Will open the purchase units dialog box.
d: (for deploy): Will open the force pool panel dialog box
e: (for elite): Will show the elite and para limits for that side
g: (for guards): Will upgrade to an elite unit if eligible
i: (for info): Will open the statistics dialog box
l: (for load): Will allow the unit to load or unload if eligible
o: (for operate): Will allow the unit to move by rail if eligible
p: (for purchase): Will open the purchase units dialog box
r: (for repair): Will enable the repair icon so you can click on units that can be repaired
s: (for sentry): Will toggle the unit sentry mode on/off
t: (for tech): Will open the research panel
u: (for upgrade): Will enable the upgrade icon so you can click of units that can be upgraded
w: (for war): Will open the Declare war dialog box
z: (for zzz): Will toggle the unit sentry mode on/off

Posted: Mon Oct 10, 2011 9:20 pm
by Peter Stauffenberg
I also added a tooltip for the unitpanel field Effectiveness. If you move the mouse over the number you will see the manpower % and absolute manpower for the country owning the unit. So now you can find out the manpower level of the minor powers.

Making a new dialog box for these values shown at once will require quite a bit of work. Java is not very suitable for creating new dialog boxes.

Posted: Mon Oct 10, 2011 10:18 pm
by amcdonel
Stauffenberg wrote:I also added a tooltip for the unitpanel field Effectiveness. If you move the mouse over the number you will see the manpower % and absolute manpower for the country owning the unit. So now you can find out the manpower level of the minor powers.

Making a new dialog box for these values shown at once will require quite a bit of work. Java is not very suitable for creating new dialog boxes.
Thanks! Yes, I thought about that later - that a full new dialog box would be more trouble than it was worth.

Posted: Mon Oct 10, 2011 11:04 pm
by Peter Stauffenberg
Besides, you get the manpower levels for the major powers on existing dialog boxes (unitpanel to the left and also unitpanel at the top). You rarely need to look at the manpower levels for minor powers because you can't produce new units for them.

Now you have a chance to find the value if you womder and that's an improvement.

Posted: Mon Oct 10, 2011 11:05 pm
by Peter Stauffenberg
We need testers for the new key commands so please contact Ronnie, Paul or me for the GS v2.01.31 updated files so we can find any bugs before we release them to the beta group this weekend. None of the changes will affect game play in any way so you can play with GS v2.01.31 while your opponent uses GS v2.01.30.

Posted: Mon Oct 10, 2011 11:52 pm
by Schnurri
On my Mac only the "reduce visibility" and FTR "Snooze" keys and the arrow keys function as described in the current .30 version.

Posted: Tue Oct 11, 2011 7:40 am
by zechi
@Stauffenberg
Thank you for your great work!

Posted: Tue Oct 18, 2011 8:58 pm
by PionUrpo
Would a 'screenshot' key be possible? Press x, game takes a screenie and saves it into a specific folder (a'la current PBEM folder) as screen1, 2, 3... n etc.

I realise this is just me being lazy but I really hate the alt-tab routine. I promise to make new AAR if this is implemented... :lol:

Posted: Tue Oct 18, 2011 10:09 pm
by pk867
Hi Schnurri,

This is for v2.01.31 that will be released shortly.

Paul