Ticket #4204: UdpHostHintPatch.diff

File UdpHostHintPatch.diff, 1.2 KB (added by javiergodas, 8 years ago)

Applied Itms criteria

  • binaries/data/mods/public/gui/gamesetup/gamesetup_mp.xml

     
    1010    <!-- Add a translucent black background to fade out the menu page -->
    1111    <object type="image" sprite="ModernFade"/>
    1212
    13     <object name="multiplayerPages" type="image" style="ModernDialog" size="50%-230 50%-120 50%+230 50%+120">
     13    <object name="multiplayerPages" type="image" style="ModernDialog" size="50%-230 50%-120 50%+230 50%+130">
    1414
    1515        <action on="Tick">
    1616            onTick();
     
    107107                    </action>
    108108                </object>
    109109            </object>
     110            <object type="text" size="20 116 100%-20 166" style="ModernLabelText" text_align="left">
     111                <translatableAttribute id="caption">Note: If nobody manages to join your game over Internet, it is probably because the selected UDP port is not being forwarded properly. Please check your router configuration.</translatableAttribute>
     112            </object> 
    110113        </object>
    111114
    112115        <object name="hostFeedback" type="text" style="ModernLabelText" size="50 100%-90 100%-50 100%-50" textcolor="red" />