Jump to content

RevolverRon

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by RevolverRon

  1. Go to the club/staff and player/responsibilities page in the editor. You can add a responsibility for building the club vision and assign it to either a role or specific staff member. Pick whichever you prefer then go to that staff member and edit their personal objectives in the person data tab.
  2. This is where the reserve teams are handled in the editor. The best way is to find a club with the setup that you want and try to copy the settings. What reserve teams do you want Rangers to have?
  3. is it a custom skin? the skin might have dedicated graphics for the flicks
  4. you need to change "flags" to "record" then you can add stuff like width & alignment <flags id="Pghm"/> <record id="Pghm" width="120" alingment="left,centre_y"/> same for the other columns
  5. its in the person properties xml so it can be used with any skin. if the skin has a "properties" folder it will be in there. If not you can make a properties folder and put the xml in there. To apply it you need to clear cahce with the skin applied then restart the game.
  6. If you want it to appear in the drop-downs you also need to give it a category, subcategory (optional) and a name in the person properties xml. <!-- Player club team type --> <record> <integer id="id" value="PtmT" /> <integer id="width" value="90" /> <flags id="customisation_context" value="play" /> <translation id="category" type="use" value="User Added" /> <translation id="subcategory" type="use" value="Optional subcategory" /> <translation id="name" type="use" value="Team Squad" /> <record id="widget_info"> <symbol id="class" value="team_type_label" /> </record> <record id="column_widget_properties"> <flags id="alignment" value="left,centre_y" /> </record> <record id="column_heading"> <flags id="alignment" value="left,centre_y" /> <translation id="text" translation_id="319549" type="use" value="Squad[COMMENT: column header text on a screen which lists recent international involvement for a club's players]" /> <translation id="hint" translation_id="319549" type="use" value="Squad[COMMENT: column header text on a screen which lists recent international involvement for a club's players]" /> </record> </record> This should let@hrmantovaniadd it to existing views.
  7. You only need to reload if you point to a file not already loaded by the skin. Or if you change anything outside the panels folder of the skin, like graphics. You can mess around with most panels and they'll update real time if you leave the screen and go back
  8. <!-- SQUAD --> <record id="PtmT" width="120" /> this works for me on the team squad panel
×
×
  • Create New...