Page 1 of 1

Shift H Map not displaying

Posted: Thu Mar 09, 2017 9:11 pm
by Itusa
Having a bit a problem, I can't seem to find the part in the code where the map is actually linked to Shift + H. I've tested the shift key (shift-A) and that works, and I've tested the 'h' key (cycle hostiles) and that works, but Shift+H...nada.

So far as I can tell in config_xml.cpp, the key for the map is externed...

line 708 refers to Cockpit::MapKey, and is the value of MapKey... which is of course...externed from god knows where. (I note that there is no shift key assignment in GameVegaConfig::initKeyMap() ). I've looking in the main_loop


-----

After further looking it appears that in vegastrike.config (home) Cockpit::MapKey is actually disabled (line 229). I had nothing to do with that. (I don't think.). In the config, it does say that the control for "M" is actually linked to the NavScreen, but in actual effect, scrolls through the manifest...

Re: Shift H Map not displaying

Posted: Thu Mar 09, 2017 9:12 pm
by Itusa
Got it. Shift-M.