Jump to content

Editing a skin


Der General

Recommended Posts

I'm trying to edit skin colours, and my main problem is white background on search and player interaction. Does anyone know which panel contains this colour? Also, I'm interested in changing Continue button text colour to white, but can't find it anywhere.

As for the first arrow (upper left), can a logo be inserted here? If yes, how?

Link to post
Share on other sites

Regarding the Search panel, michaeltmurrayuk has posted some good infomation about that.

http://community.sigames.com/showthread.php/442873-How-can-change-the-color-of-icon

With the logo. not sure on the exact widget to use, this is what I've used on my sidebar.

<!-- Primary Logo -->

<widget class="picture" id="lgtF" scale_picture="true" keep_aspect_ratio="true" image_alignment="bottom">

<layout class="stick_to_sides_attachment" alignment="bottom" inset="5"/>

<attachment class="test_setting_attachment" get_setting="show_badges" default_value="true" set_property="hidn">

<boolean id="value" value="false"/>

</attachment>

<!-- tells the picture to listen to the 'main picture' global property being set, and set its own file property from it -->

<record id="object_property">

<integer id="get_property" value="mnpc" />

<integer id="set_property" value="file" />

</record>

</widget>

Try placing that in the container which is in the top left. Should just be titlebar.xml

Link to post
Share on other sites

<!-- Club Logo -->
	<container height="60">			
		<layout class="stick_to_sides_attachment" alignment="all" inset="8" layout_children="true" />  

		<!-- Primary Logo -->
		<widget class="picture" id="Badg" scale_picture="true" width="60" keep_aspect_ratio="true" image_alignment="left">

			<attachment class="test_setting_attachment" get_setting="show_badges" default_value="true" set_property="hidn">
				<boolean id="value" value="false"/>
			</attachment>

			<!-- tells the picture to listen to the 'main picture' global property being set, and set its own file property from it -->
			<record id="object_property">
				<integer id="get_property" value="mnpc" />
				<integer id="set_property" value="file" />
			</record>
		</widget>     
	</container>  

Gets me this:

lhrmb.jpg

Is there a way to move the top left logo a little bit to the right? Just looking for some fine-tuning.

Link to post
Share on other sites

Here's my full titlebar panel code:

<!-- normal header container used on all screens except the match screen -->
<panel>
 <layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true"/>

 <boolean id="should_force_refresh" value="true"/>

<!-- coloured title bar image -->
<widget class="picture" id="colb" file="boxes/custom/interface/titlebar/paper_left" rthr="68">
	<!-- set the colour of the image to the team background colour -->
	<record id="object_property">
		<integer id="get_property" value="tbcl" />
		<integer id="set_property" value="colr" />
	</record>
</widget>


	<!-- Club Logo -->
	<container height="60">			
		<layout class="stick_to_sides_attachment" alignment="all" inset="2" layout_children="true" />  

		<!-- Primary Logo -->
		<widget class="picture" id="Badg" scale_picture="true" width="60" keep_aspect_ratio="true" image_alignment="left">

			<attachment class="test_setting_attachment" get_setting="show_badges" default_value="true" set_property="hidn">
				<boolean id="value" value="false"/>
			</attachment>

			<!-- tells the picture to listen to the 'main picture' global property being set, and set its own file property from it -->
			<record id="object_property">
				<integer id="get_property" value="mnpc" />
				<integer id="set_property" value="file" />
			</record>
		</widget>     
	</container>  

<container>
	<layout class="stick_to_sides_attachment" alignment="vertical" inset="0"/>		
	<layout class="arrange_horizontal_attachment" layout="100, 200, -1" offset="0" gap="0" />

	<container/>

	<widget class="picture" id="lgtF" scale_picture="true" width="200" height="200" transparency="0.2" image_alignment="centre">
		<layout class="centre_in_parent_attachment" alignment="vertical" inset="0"/>

		<attachment class="test_setting_attachment" get_setting="show_badges" default_value="true" set_property="hidn">
			<boolean id="value" value="false"/>
		</attachment>

		<record id="object_property">
			<integer id="get_property" value="mnpc" />
			<integer id="set_property" value="file" />
		</record>
	</widget>

	<container/>
</container>	

<widget class="picture" id="ovrl" file="boxes/custom/interface/titlebar/overlay/paper"/>

<container>
	<layout class="arrange_horizontal_attachment" alignment="right,extend" offset="0" gap="0"/>
	<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" layout_children="true"/>

	<!-- main logos container -->
	<container id="MnLg">
		<layout class="arrange_horizontal_attachment" alignment="left,extend" offset="0" gap="0"/>
		<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" layout_children="true"/>

     <!--left sided main logo and quick flicks-->
   <container id="flik" width="110">
     <layout class="arrange_horizontal_attachment" layout="-1, 1" gap="0" inset="0"/>

       <!--quick flicks-->
       <container>
         <layout class="stick_to_sides_attachment" alignment="vertical" inset="0"/>

         <widget class="quick_flick_button" id="flkl" auto_size="all" appearance="icons/16px/haut" icon_enabled="true" cached="true" step="-1" >
           <layout class="stick_to_sides_attachment" alignment="left" inset="85"/>
           <layout class="stick_to_sides_attachment" alignment="top" inset="8"/>

           <attachment class="get_global_attachment" get_property="stPQ" set_property="clke"/>

         </widget>

         <widget class="quick_flick_button" id="flkr" auto_size="all" appearance="icons/16px/bas" cached="true" step="1" >
           <layout class="stick_to_sides_attachment" alignment="left" inset="85"/>
           <layout class="stick_to_sides_attachment" alignment="top" inset="27"/>

           <attachment class="get_global_attachment" get_property="stNQ" set_property="clke"/>

         </widget>
       </container>

     </container>

     <!--object name and search bar-->
     <widget class="titlebar_search_panel" id="Tits">
       <record id="object_property">
         <integer id="get_property" value="objt" />
         <integer id="set_property" value="objt" />
       </record>
     </widget>

   </container>

   <!-- World dropdown -->
   <widget class="world_popup_button" id="wrld" target="main" width="58" icon="icons/26px/fm1" appearance="buttons/custom/interface/date/button">

     <record id="secondary_icon_properties" red_replacement="ozo1" />
     <attachment class="test_multiple_globals_attachment" default_value="true">
       <list id="get_properties">
         <record get_property="gset" test_mode="0" value="false" />
         <record get_property="iVMg" test_mode="0" comparison_mode="1" value="true" />
       </list>
       <integer id="set_property" value="hidn" />
     </attachment>

   </widget>

  <!-- BG SELECTOR -->
     <widget class="popup_button" text="" width="58" appearance="buttons/custom/interface/date/button" icon="icons/26px/fm1">

           <record id="secondary_icon_properties" red_replacement="ozo1" />
       <list id="items">
				<record id="sbg0">
				<string id="text" value="Default" />
				<flags id="event_id" value="bgs0"/>
				<flags id="event_target" value="bgs0"/>
				</record>

				<record id="sbg1">
				<string id="text" value="Anfield" />
				<flags id="event_id" value="bgs1"/>
				<flags id="event_target" value="bgs1"/>
				</record>

				<record id="sbg2">
				<string id="text" value="Mestalla" />
				<flags id="event_id" value="bgs2"/>
				<flags id="event_target" value="bgs2"/>
				</record>

				<record id="sbg3">
				<string id="text" value="Mac" />
				<flags id="event_id" value="bgs3"/>
				<flags id="event_target" value="bgs3"/>
				</record>

				<record id="sbg4">
				<string id="text" value="Bernabeu" />
				<flags id="event_id" value="bgs4"/>
				<flags id="event_target" value="bgs4"/>
				</record>

				<record id="sbg5">
				<string id="text" value="Kop" />
				<flags id="event_id" value="bgs5"/>
				<flags id="event_target" value="bgs5"/>
				</record>

				<record id="sbg6">
				<string id="text" value="Neue" />
				<flags id="event_id" value="bgs6"/>
				<flags id="event_target" value="bgs6"/>
				</record>

				<record id="sbg7">
				<string id="text" value="Sauvage" />
				<flags id="event_id" value="bgs7"/>
				<flags id="event_target" value="bgs7"/>
				</record>

				<record id="sbg8">
				<string id="text" value="Gris" />
				<flags id="event_id" value="bgs8"/>
				<flags id="event_target" value="bgs8"/>
				</record>

				<record id="sbg9">
				<string id="text" value="Shakthar" />
				<flags id="event_id" value="bgs9"/>
				<flags id="event_target" value="bgs9"/>
				</record>
	</list>

		<attachment class="event_relay_attachment" event_id="bgs0">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd1"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs0">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd2"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs0">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd3"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs0">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd4"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs0">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd5"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs0">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd6"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs0">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd7"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs0">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd8"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs0">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd9"/>
			</record>
		</attachment>

		<!-- ******* -->

		<attachment class="event_relay_attachment" event_id="bgs1">
					<record id="action_event">
				<flags id="event_id" value="show"/>
				<flags id="event_target" value="bgd1"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs1">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd2"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs1">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd3"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs1">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd4"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs1">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd5"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs1">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd6"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs1">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd7"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs1">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd8"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs1">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd9"/>
			</record>
		</attachment>

		<!-- ******* -->

		<attachment class="event_relay_attachment" event_id="bgs2">
					<record id="action_event">
				<flags id="event_id" value="show"/>
				<flags id="event_target" value="bgd2"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs2">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd3"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs2">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd4"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs2">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd5"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs2">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd6"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs2">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd7"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs2">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd8"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs2">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd9"/>
			</record>
		</attachment>

		<!-- ******* -->

		<attachment class="event_relay_attachment" event_id="bgs3">
					<record id="action_event">
				<flags id="event_id" value="show"/>
				<flags id="event_target" value="bgd3"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs3">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd4"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs3">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd5"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs3">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd6"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs3">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd7"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs3">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd8"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs3">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd9"/>
			</record>
		</attachment>

		<!-- ******* -->

		<attachment class="event_relay_attachment" event_id="bgs4">
					<record id="action_event">
				<flags id="event_id" value="show"/>
				<flags id="event_target" value="bgd4"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs4">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd5"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs4">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd6"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs4">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd7"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs4">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd8"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs4">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd9"/>
			</record>
		</attachment>

		<!-- ******* -->

		<attachment class="event_relay_attachment" event_id="bgs5">
					<record id="action_event">
				<flags id="event_id" value="show"/>
				<flags id="event_target" value="bgd5"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs5">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd6"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs5">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd7"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs5">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd8"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs5">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd9"/>
			</record>
		</attachment>

					<!-- ******* -->

		<attachment class="event_relay_attachment" event_id="bgs6">
					<record id="action_event">
				<flags id="event_id" value="show"/>
				<flags id="event_target" value="bgd6"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs6">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd7"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs6">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd8"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs6">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd9"/>
			</record>
		</attachment>

					<!-- ******* -->

		<attachment class="event_relay_attachment" event_id="bgs7">
					<record id="action_event">
				<flags id="event_id" value="show"/>
				<flags id="event_target" value="bgd7"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs7">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd8"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs7">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd9"/>
			</record>
		</attachment>

					<!-- ******* -->

		<attachment class="event_relay_attachment" event_id="bgs8">
					<record id="action_event">
				<flags id="event_id" value="show"/>
				<flags id="event_target" value="bgd8"/>
			</record>
		</attachment>

		<attachment class="event_relay_attachment" event_id="bgs8">
					<record id="action_event">
				<flags id="event_id" value="hide"/>
				<flags id="event_target" value="bgd9"/>
			</record>
		</attachment>

					<!-- ******* -->

		<attachment class="event_relay_attachment" event_id="bgs9">
					<record id="action_event">
				<flags id="event_id" value="show"/>
				<flags id="event_target" value="bgd9"/>
			</record>
		</attachment>

		<!-- ****END OF DEFINITIONS*** -->				
       </widget>


   <!--<widget class="picture" file="dividers/standard/vertical/line" width="2" />-->

 <container width="410">

   <layout class="arrange_horizontal_attachment" alignment="right" offset="0" gap="0"/>
   <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" layout_children="true"/>

   <!-- FM button -->
   <widget class="popup_button" id="fmst" width="58" icon="icons/26px/fm1" appearance="buttons/custom/interface/date/button">
     <event id="click_notification_event" event_id="FM" item="NULL" />
     <event id="menu_layout_notification_event" event_id="mlne" event_target="fmst" />
           <record id="secondary_icon_properties" red_replacement="ozo1" />
     <record id="items" file="menus/game" />
     <translation id="hint" translation_id="292829" type="use" value="Options[COMMENT: menubar game options button]" />
   </widget>

   <!--calendar button-->
   <widget class="current_game_date_widget" id="cgdw">
     <attachment class="test_global_attachment" get_property="gset" value="false" set_property="hidn"/>
     <attachment class="test_global_attachment" get_property="cont" set_property="disa">
       <list id="value">
         <integer value="-5"/>
       </list>
     </attachment>
   </widget>

   <!-- Back Button -->
   <widget class="screen_history_button" id="back" fixed="true" width="40" appearance="buttons/custom/interface/date/button" icon="icons/26px/aller" icon_alignment="centre">
     <attachment class="get_global_attachment" get_property="hnpt" set_property="itms" />

     <record id="click_event" event_id="GOTO" event_target="brow" scin="-3" />

     <attachment class="test_global_attachment" get_property="MnuS" mode="1" value="true" set_property="hidn" skip_if_null="true"/>
   </widget>

   <!-- Next Button -->
   <widget class="screen_history_button" id="forw" fixed="true" width="40" appearance="buttons/custom/interface/date/button" icon="icons/26px/aller" icon_alignment="centre">
     <attachment class="get_global_attachment" get_property="hnit" set_property="itms" />

     <record id="click_event" event_id="GOTO" event_target="brow" scin="-2" />

     <attachment class="test_global_attachment" get_property="MnuS" mode="1" value="true" set_property="hidn" skip_if_null="true"/>
   </widget>

     <!-- continue button -->
     <container id="ctnu" file="continue" width="150">
       <attachment class="test_global_attachment" get_property="Mnus" mode="1" value="true" set_property="hidn" skip_if_null="true"/>
     </container>

 </container>

 </container>

</panel>

Link to post
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...