Jump to content

pikawa94

Members+
  • Posts

    417
  • Joined

  • Last visited

Posts posted by pikawa94

  1. @Hootieleece, Emil mentioned a fix to this like 4 months ago...

    Quote

    FOR PEOPLE WHO EXPERIENCE CRASHES IN MATCHES:

    If you exerience crashes during 3D games, it is caused by these 3 files in the "Vitrex/panels/match/" folder:

    match feed item panel.xml
    match feed item sub panel.xml
    match feed panel.xml

    Just delete them. This don't affect many, but some seem to have problems, so if you do, now you know the fix. I will recreate them in another way for the next update, as they are build around files from an older FM, which shouldn't be any problem (and haven't been for me and many others), but some seem to be affected by it.

     

  2. @Jusander, open client object browser.xml in panels/client_object and replace this:

    <widget class="sidebar_menu_table" id="side" width="50" appearance="boxes/bordered/standard/paper">
    	<record id="object_property">
    		<integer id="get_property" value="objt" />
    		<integer id="set_property" value="cotO" />
    	</record>
    	<attachment class="test_global_attachment" get_property="MnuS" mode="1" value="true" set_property="FoHi" skip_if_null="true"/>
    </widget>

    with this:

    <widget class="sidebar_menu_table" id="side" width="160" appearance="boxes/bordered/standard/paper">
    	<record id="object_property">
    		<integer id="get_property" value="objt" />
    		<integer id="set_property" value="cotO" />
    	</record>
    	<attachment class="test_multiple_globals_attachment" default_value="true">
    		<list id="get_properties">
    			<record get_property="TTyp" test_mode="0" value="1" skip_if_null="false" />
    			<record get_property="FS  " test_mode="0" comparison_mode="1" value="true" skip_if_null="false" />
          		<record get_property="DRpg" test_mode="0" comparison_mode="1" value="true" skip_if_null="false" />
    		</list>
    		<integer id="set_property" value="FoHi" />
    	</attachment>
    	<attachment class="test_screen_size_attachment" alignment="horizontal" min_value="0" max_value="1200" set_property="widt" true_value="50" false_value="160" disable_setting_name="force_small_sidebar"/>
    </widget>

     

×
×
  • Create New...