1. For the superweapons timers check the used superweapon in specialpower.ini and add the line publictimer = Yes
example:
Code:
;-----------------------------------------------------------------------------
SpecialPower SuperweaponMOAB
Enum = SPECIAL_DAISY_CUTTER ;Stays as daisy cutter, because this is really an upgrade to the original...
ReloadTime = 360000 ; in milliseconds
RequiredScience = SCIENCE_DaisyCutter
PublicTimer = No >>>>>>>>>>>>Set to Yes For timer
SharedSyncedTimer = Yes
ViewObjectDuration = 30000 ; Lifetime of a Look done belonging to the firing player
ViewObjectRange = 250 ; And how far it can see
RadiusCursorRadius = 170
ShortcutPower = Yes ;Capable of being fired by the side-bar shortcut.
AcademyClassify = ACT_SUPERPOWER ;Considered a powerful special power that a player could fire. Not for simpler unit based powers.
End
2. Try looking in InGameUI.ini or Mouse.ini
3. ????