1.0D Missing Icon

Discussion in 'Bugs' started by janny, Nov 21, 2016.

  1. janny

    janny Member

    Some icon are out of screen.I have pointed out with a red arrow.
     

    Attached Files:

    • Bug.bmp
      File size:
      3 MB
      Views:
      1,121
    Exile likes this.
  2. dbaumgart

    dbaumgart Art Director Staff Member

    Hey, thanks for the report! This is logged as OC-5929 in our system and we're working on a fix in-dev right now.
     
    Exile likes this.
  3. Machete Jake

    Machete Jake Member

    Thanks! I am having same issue and makes the game bloody unplayable
     
  4. tom glynn

    tom glynn Member

    Yep, same problem for me.
     
  5. Bezraeil

    Bezraeil Member

    Hi all.
    I fix that problems with copy two files from 1.0 to 1.0D. That files in archive.
    Path for copy for example my path D:\Games\SteamLibrary\steamapps\common\Clockwork Empires\ui
    Unzip files into that directory and that bug fixed.

    For developers you have some changes in two files gameplayMainUI.xml
    1.0D

    Code:
    <container type="horizbox" hsp="expand" vsp="expand" horizontal_padding="0" vertical_padding="0" skin="ui/default.xml">
                          <container name="AlertsHolder" type="vertbox" hsp="fixed" fixed_width="205" vsp="fixed" fixed_height="402" vap="top" hap="right" vertical_gutter="3" skin="ui/styles/styleAlerts.xml" />
    </container>
    
    1.0
    Code:
    <container type="horizbox" hsp="expand" vsp="expand" horizontal_padding="0" vertical_padding="0" skin="ui/default.xml">
                            <container name="AlertsHolder" type="vertbox" hsp="fixed" fixed_width="205" vsp="minimum" vap="top" hap="right" vertical_gutter="3" skin="ui/styles/styleAlerts.xml"/>
    </container>
    
    and second file orderIcons.xml you have some string (1.0) in row 89
    Code:
    <state name="academy_image" x="768" y="640" w="64" h="64" />
    
    version 1.0D doesn't have this string


     

    Attached Files:

    • 1.0.zip
      File size:
      6.3 KB
      Views:
      984
    alastorzmoon likes this.
  6. alastorzmoon

    alastorzmoon Member

    man, it`s really working.
    thanks a lot:rolleyes: