Jump to content

Half-time teamtalk panel


bobani17

Recommended Posts

hey guys!

i want to be able to change the "room" for each column in the half-time teamtalk panel...well, actually pre-talk, half-time and after-talk... the thing that bothers me is that the column where the name is, is soooo long, but the rest of the columns in the row is so tight i cant get all the info from them at once...anc since my the screen would let me se it all if it only was re-fitted..i want to be able to refit them..

where would i do that?

http://imageshack.com/a/img199/4848/zsof.jpg

see there what i mean..

EDIT: by the way... The skin im using, steklo x4.. I dont think it contains the panel i need to edit, so if there is anyone who knows wich archive i need to extract to get that panel, that would be great :-)

Link to post
Share on other sites

ok. So this is that i did..

basicly the format is this

<record id="deta">

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

<record id="view">

<record id="Pshp" auto_hide_priority="1"/>

<!--picked info-->

<record id="Pers" person_is_player="true" width="-1" auto_hide_priority="3"/>

<!--Players Name-->

<record id="Poap" width="40" auto_hide_priority="7"/>

<!--Overall Games Played-->

<record id="Pogl" width="35" auto_hide_priority="8"/>

<!--Overall goals-->

<record id="Poas" width="30" auto_hide_priority="9"/>

<!--Overall Assists-->

<record id="Poco" width="40" auto_hide_priority="12"/>

<!--Overall Conceded-->

<record id="Poav" width="45" auto_hide_priority="11"/>

<!--Overall Average Rating-->

<record id="PMor" width="90" auto_hide_priority="4"/>

<!--Player Morale -->

<record id="Pfrm" width="100" auto_hide_priority="14">

<record id="default_properties" colour="match text"/>

</record>

<!--Last five games-->

<record id="Pcon" auto_hide_priority="10"/>

<!-- Match condition -->

<record id="TPtm" auto_hide_priority="2" appearance="menu/match" />

<!-- individual team talk -->

<record id="PtMo" auto_hide_priority="5" width="50" label_disabled="true"/> <---------- I changed the width to 50, wich did make an arrow and a number to appear (the amout of change in moral)

<!-- Change in morale -->

<record id="PMre" auto_hide_priority="6"/> <-------- THIS is what i want to change! as you can see there is no "width=XX" and when i added it, it caused problems.. (tried adding it in front and after "auto_hide_Priority no one worked)

<!-- Reaction -->

</record>

</record>

<!--For Half Time-->

<record id="hlti">

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

<record id="view">

<record id="Pshp" auto_hide_priority="1"/>

<!-- picked info -->

<record id="Pmom" width="20" auto_hide_priority="6"/>

<!-- man of the match -->

<record id="PinD" auto_hide_priority="210"/>

<!-- incidents (subbed on/off/sent off etc) -->

<record id="Pers" person_is_player="true" width="-1" auto_hide_priority="3"/>

<!--Players Name-->

<record id="Pgls" auto_hide_priority="202"/>

<!-- match goals -->

<record id="Past" auto_hide_priority="204"/>

<!-- match assists -->

<record id="Pcos" width="40" auto_hide_priority="205"/>

<!-- match conc -->

<record id="PDru" auto_hide_priority="222"/>

<!-- distance run -->

<record id="Pcon" auto_hide_priority="201"/>

<!-- Match condition -->

<record id="Pmor" width="90" auto_hide_priority="3"/>

<!--Player Morale -->

<record id="Pbdl" width="140" auto_hide_priority="198"/>

<!-- player body language -->

<record id="Phaf" width="50" auto_hide_priority="10"/>

<!-- Half time Rating -->

<record id="TPtm" auto_hide_priority="1" appearance="menu/match"/>

<!-- individual team talk -->

<record id="PtMo" auto_hide_priority="4" width="50" label_disabled="true"/> <---------- I changed the width to 50, wich did make an arrow and a number to appear (the amout of change in moral)

<!-- Change in morale -->

<record id="PMre" auto_hide_priority="5"/> <-------- THIS is what i want to change! as you can see there is no "width=XX" and when i added it, it caused problems.. (tried adding it in front and after "auto_hide_Priority no one worked)

<!-- Reaction -->

</record>

</record>

<!--For Full Time-->

<record id="fult">

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

<record id="view">

<record id="Pshp" auto_hide_priority="1"/>

<!--picked info-->

<record id="Pmom" width="32" auto_hide_priority="1"/>

<!-- man of the match -->

<record id="PinD" auto_hide_priority="210" />

<!-- incidents (subbed on/off/sent off etc) -->

<record id="Pers" person_is_player="true" width="-1" auto_hide_priority="2"/>

<!--Players Name-->

<record id="Pcon" auto_hide_priority="203"/>

<!-- Match condition -->

<record id="Pgls" width="30" auto_hide_priority="202"/>

<!-- match goals -->

<record id="Past" width="30" auto_hide_priority="204"/>

<!-- match assists -->

<record id="Pcos" width="40" auto_hide_priority="205"/>

<!-- match conc -->

<record id="PDru" width="45" auto_hide_priority="210"/>

<!-- distance run -->

<record id="Pmor" width="90" auto_hide_priority="3"/>

<!--Player Morale -->

<record id="Pbdl" width="130" auto_hide_priority="198"/>

<!-- player bodylanguage -->

<record id="Phaf" width="45" auto_hide_priority="202"/>

<!-- Half time Rating -->

<record id="Pful" width="45" auto_hide_priority="199"/>

<!-- Full time Rating -->

<record id="TPtm" auto_hide_priority="1" appearance="menu/match"/>

<!-- individual team talk -->

<record id="PtMo" auto_hide_priority="4" width="50" label_disabled="true"/> <---------- I changed the width to 50, wich did make an arrow and a number to appear (the amout of change in moral)

<!-- Change in morale -->

<record id="PMre" auto_hide_priority="5"/> <-------- THIS is what i want to change! as you can see there is no "width=XX" and when i added it, it caused problems.. (tried adding it in front and after "auto_hide_Priority no one worked)

<!-- Reaction -->

</record>

</record>

I just assumed that line should look like either this

<record id="PMre" auto_hide_priority="5" width="50"/>

or like this

<record id="PMre" width="50" auto_hide_priority="5"/>

Neither worked

Link to post
Share on other sites

Just gave it a try and changing the last two lines to this worked for me:

<record id="PtMo" auto_hide_priority="5" width="60" label_disabled="true"/>

<!-- Change in morale -->

<record id="PMre" auto_hide_priority="6" width="-1"/>

<!-- Reaction -->

The -1 code tells the game to fill up the space with that column, though it only seems possible to get the first reaction to show, it seems you always have to click the dots to see the second and third reactions if a player has one no matter how wide you make the column. For the first column it seems all it does display is a morale arrow and the number corresponding to the change in morale.

Link to post
Share on other sites

oh..ok..

thats too bad..they should really change that for next game... there is sooo much wasted space in that panel, so it cant be that hard to make it count...

on a sidenote...do you think it would work if you just change the order of how they are shown?

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...