Forged Alliance Forever Forged Alliance Forever Forums 2015-07-15T14:33:17+02:00 /feed.php?f=3&t=10291 2015-07-15T14:33:17+02:00 2015-07-15T14:33:17+02:00 /viewtopic.php?t=10291&p=104403#p104403 <![CDATA[Re: Not work correctly tooltips for the units (3641)]]>

Statistics: Posted by ckitching — 15 Jul 2015, 14:33


]]>
2015-07-15T14:14:14+02:00 2015-07-15T14:14:14+02:00 /viewtopic.php?t=10291&p=104401#p104401 <![CDATA[Re: Not work correctly tooltips for the units (3641)]]> Statistics: Posted by BenDover — 15 Jul 2015, 14:14


]]>
2015-07-15T13:54:36+02:00 2015-07-15T13:54:36+02:00 /viewtopic.php?t=10291&p=104397#p104397 <![CDATA[Re: Not work correctly tooltips for the units (3641)]]> Put the corrected file in any UI-Mod path: hook\lua\ui\game\unitview.lua, or make ui-mod itself.
unitview.lua
After the official fixes do not forget to delete the file.

Statistics: Posted by fakels — 15 Jul 2015, 13:54


]]>
2015-07-15T10:34:43+02:00 2015-07-15T10:34:43+02:00 /viewtopic.php?t=10291&p=104383#p104383 <![CDATA[Re: Not work correctly tooltips for the units (3641)]]> Statistics: Posted by ckitching — 15 Jul 2015, 10:34


]]>
2015-07-15T06:44:54+02:00 2015-07-15T06:44:54+02:00 /viewtopic.php?t=10291&p=104375#p104375 <![CDATA[Re: Not work correctly tooltips for the units (3641)]]> Statistics: Posted by Saxxon — 15 Jul 2015, 06:44


]]>
2015-07-14T16:30:21+02:00 2015-07-14T16:30:21+02:00 /viewtopic.php?t=10291&p=104280#p104280 <![CDATA[Re: Not work correctly tooltips for the units (3641)]]> Statistics: Posted by nine2 — 14 Jul 2015, 16:30


]]>
2015-07-14T16:08:34+02:00 2015-07-14T16:08:34+02:00 /viewtopic.php?t=10291&p=104274#p104274 <![CDATA[Re: Not work correctly tooltips for the units (3641)]]>
Anihilnine wrote:
There are three settings, full, off and some other one ... limited? As far as i can tell only 'full' and 'off' work

Not in the settings thing!

The problem sits in unitview.lua if you disable a piece of code in functions, and enable the option "Single Unit Selected Info" then the problem is solved.
Spoiler: show
Проблема сидит в unitview.lua если отключить кусок кода в функции, и включить опцию "Single Unit Selected Info" то проблема решается.

Code:
function OnSelection(units)
    --if units and table.getn(units) == 1 then
    --    selectedUnit = units[1]
    --else
    --    selectedUnit = nil
    --end
    UpdateUnitInfo()
end

In general, expect from modders version 3643 HotFix ;)

Statistics: Posted by fakels — 14 Jul 2015, 16:08


]]>
2015-07-14T15:55:07+02:00 2015-07-14T15:55:07+02:00 /viewtopic.php?t=10291&p=104272#p104272 <![CDATA[Re: Not work correctly tooltips for the units (3641)]]> Statistics: Posted by nine2 — 14 Jul 2015, 15:55


]]>
2015-07-14T13:07:11+02:00 2015-07-14T13:07:11+02:00 /viewtopic.php?t=10291&p=104259#p104259 <![CDATA[Not work correctly tooltips for the units (3641)]]> Translate text.
After the last update(3641/3642), ceased to appear in the tooltips when you hover your mouse over the unit, both in game and in replays for the observer. :evil: Tooltips only appear when you select units.
No UI-Mod's is not installed.

Spoiler: show
После последнего обновления, перестали правильно отображаться подсказки при наведении мышки над юнитом, как в игре так и в реплеи для наблюдателя. Подсказки появляются только при выборе юнитов.

Statistics: Posted by fakels — 14 Jul 2015, 13:07


]]>