View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0015096 | The Last Federation | GUI | May 10, 2014 8:19 pm | May 10, 2014 8:23 pm | |
Reporter | windgen | Assigned To | |||
Status | new | Resolution | open | ||
Product Version | 1.016 (Finish Him!) | ||||
Summary | 0015096: Exos and demonaica mentioned in game data file | ||||
Description | When systematically investigating spelling for 0015095, it came to my attention that the game data has leftover stuff from previous games. A bunch of things (mostly keybindings) still say "exos," and one even refers to Demonaica! You can probably delete these lines in the next release, and just do a quick check to make sure the keybindings screen doesn't crash. Also, this is a good place to point out the game text file is still named a_bionic.xml :) | ||||
Tags | No tags attached. | ||||
Internal Weight | |||||
|
bug15096.txt (2,925 bytes)
(grep -i -n '[^a-z]exo[^a-z]' a_bionic.xml | grep -v Zoological && grep -i -n demonaica a_bionic.xml) > bug15096.txt 356:<ln id="allowMouseMovementToggle_Tooltip">When enabled, an arrow appears underneath your Exo. Holding the left mouse button will move you in the direction of the arrow, as if you were holding WASD or similar on the keyboard. 358:Left-clicking your exo itself (when no arrow is shown) will cause you to wait a turn.</ln> 369:<ln id="chkDoNotRecenterViewportUnnecessarily_Tooltip">Useful if you have a small screen and need to tweak your camera position a lot, this toggle suppresses the recentering that happens when you move your exo around.</ln> 559:<ln id="KeyBind_Name_CenterOnExo">Center On Exo</ln> 560:<ln id="KeyBind_Description_CenterOnExo">Pressing or holding this button centers the view on your Exo.</ln> 563:<ln id="KeyBind_Name_SwitchToExo_1">Switch To First Exo</ln> 564:<ln id="KeyBind_Description_SwitchToExo_1">If the first exo is currently present in the mission (i.e. has been placed and has not been destroyed) this selects that exo and centers the view on it.</ln> 565:<ln id="KeyBind_Name_SwitchToExo_2">Switch To Second Exo</ln> 566:<ln id="KeyBind_Description_SwitchToExo_2">If the second exo is currently present in the mission (i.e. has been placed and has not been destroyed) this selects that exo and centers the view on it.</ln> 567:<ln id="KeyBind_Name_SwitchToExo_3">Switch To Third Exo</ln> 568:<ln id="KeyBind_Description_SwitchToExo_3">If the third exo is currently present in the mission (i.e. has been placed and has not been destroyed) this selects that exo and centers the view on it.</ln> 569:<ln id="KeyBind_Name_SwitchToExo_4">Switch To Fourth Exo</ln> 570:<ln id="KeyBind_Description_SwitchToExo_4">If the fourth exo is currently present in the mission (i.e. has been placed and has not been destroyed) this selects that exo and centers the view on it.</ln> 572:<ln id="KeyBind_Description_SwitchToRingMenuItem_Move">If you have an Exo selected, this selects the "Move" item from the ring menu.</ln> 577:<ln id="KeyBind_Name_DoHacking">Hack Tile In Front Of Exo</ln> 579:<ln id="KeyBind_Name_Virus">Infect Enemy In Front Of Exo W/Virus</ln> 597:<ln id="KeyBind_Name_CycleExoForward">Select Next Exo</ln> 598:<ln id="KeyBind_Description_CycleExoForward">Selects the next exo in your roster.</ln> 599:<ln id="KeyBind_Name_CycleExoBackward">Select Previous Exo</ln> 600:<ln id="KeyBind_Description_CycleExoBackward">Selects the prior exo in your roster.</ln> 610:<ln id="KeyBind_Description_HoldToSeeAttackRangesAndGroundFire">Holding down this key shows all the tiles within the attack range of your Exo, plus also lets you fire at the ground.</ln> 740:<ln id="KeyBind_Description_OpenReference_StrategicOverview">Opens the Strategic Overview menu, where you can see the current state of your resistance efforts against Demonaica.</ln> |