Jump to content

Fantasy Draft Skinning


elazulreal
 Share

Recommended Posts

Hi everyone,

I've been spending some time on fantasy draft to make it better serve our needs as it offers seriously limited choices currently.

 

So far I've managed to:

✔️ Change overall color scheme.

✔️ Revamp pick screen which now includes custom view options to add all available information. (See image)

✔️ Increase squad budget limit options.

✔️ Increase options in number of matches between two teams.

 

I've failed to change the items below, and will appreciate any contribution.

Adding Create Fantasy Draft option to the game menu. (See image)

I've added codes below to \menus\game.xml. It is shown in the list but does nothing when clicked. "nFdG" information is retrieved from intro panel.xml

<record>
	<translation id="text" translation_id="251420" type="use" value="Fantasy Draft[COMMENT - Title of draft for the Fantasy Draft draft type]" />
	<flags id="event_id" value="nFdG" />
</record>

Adding more choices to draft round time limit. (See image)

Adding these options is simple but when 3 Minutes and 4 Minutes are selected, the draft round time limit is set to 1 minutes. (panels\game\fantasy draft create game panel.xml)

<!-- Draft round time limit -->
<widget class="label" alignment="left" auto_size="vertical" font="label">
	<translation id="text" translation_id="390399" type="use" value="Draft Round Time Limit[COMMENT: fantasy draft option to set the time limit for picks]" />
</widget>
<widget class="popup_button" id="drTL" sele="drTL" auto_size="vertical">
	<list id="items">
		<record id="0">
			<translation id="text" translation_id="248230" type="use" value="1 Minute" />
		</record>
		<record id="1">
			<translation id="text" translation_id="248231" type="use" value="2 Minutes" />
		</record>
		<record id="2">
			<translation id="text" translation_id="248234" type="use" value="5 Minutes" />
		</record>
		<record id="3">
			<translation id="text" translation_id="248232" type="use" value="3 Minutes" />
		</record>
		<record id="4">
			<translation id="text" translation_id="248233" type="use" value="4 Minutes" />
		</record>
	</list>
</widget>

 

Other things I am unable to intervene:

 Adding more filters to player pool, including multiple filters with "AND" operator.

 Adding different tournament options (i.e. No Extra Time, Best of 7 games)

 

I'd like to use this topic as brainstorming, so please share anything comes to your mind.

Thanks.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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