Page 1 of 1

Weird play description

PostPosted: Fri Mar 30, 2018 2:32 pm
by will1993
Well I opened up the Plays file to create some new plays and I noticed a lot of them look funny. I have the plays modification file with the 200+ extra plays added. For example

<Play Freq="1" Formation="ProSet" Name="LWR Quick Screen" Type="Pass" OffScheme="ProStyle" PassPref="Short" PassTargetPref="Outside" RBRole="Blocking" TERole="Blocking" BaseForm ="true">
<Slot ID="0">
<Path>
<Action Type="Move" DeltaX="0" DeltaY="-9" Delay="0"></Action>
</Path>
</Slot>
<Slot ID="1" Pct="0">
<Path>
<Action Type="Pass Block" />
</Path>
</Slot>
<Slot ID="2" Pct="0">
<Path>
<Action Type="Move" DeltaX="24" DeltaY="3" Delay="2"></Action>
</Path>
</Slot>
<Slot ID="3" Pct="0">
<Path>
<Action Type="Move" DeltaX="-24" DeltaY="3" Delay="2"></Action>
</Path>
</Slot>
<Slot ID="4" Pct="90">
<Path>
<Action Type="Move" DeltaX="0" DeltaY="-3" Delay="0"></Action>
<Action Type="Move" DeltaX="9" DeltaY="0" Delay="0"></Action>
</Path>
</Slot>
<Slot ID="5" Pct="10">
<Path>
<Action Type="Move" DeltaX="-30" DeltaY="30" Delay="0"></Action>
</Path>
</Slot>
<Slot ID="6">
<Path>
<Action Type="Move" DeltaX="0" DeltaY="-3" Delay="0"></Action>
</Path>
</Slot>
<Slot ID="7">
<Path>
<Action Type="Move" DeltaX="0" DeltaY="-3" Delay="0"></Action>
</Path>
</Slot>
<Slot ID="8">
<Path>
<Action Type="Move" DeltaX="0" DeltaY="3" Delay="0"></Action>
<Action Type="Move" DeltaX="33" DeltaY="0" Delay="0"></Action>
<Action Type="Move" DeltaX="0" DeltaY="6" Delay="0"></Action>
</Path>
</Slot>
<Slot ID="9">
<Path>
<Action Type="Move" DeltaX="0" DeltaY="3" Delay="0"></Action>
<Action Type="Move" DeltaX="33" DeltaY="0" Delay="0"></Action>
<Action Type="Move" DeltaX="0" DeltaY="6" Delay="0"></Action>
</Path>
</Slot>
<Slot ID="10">
<Path>
<Action Type="Move" DeltaX="0" DeltaY="-3" Delay="0"></Action>
</Path>

what is this DeltaX and Delta Y stuff? Are the plays supposed to look like that? It's only the offensive plays too. Is that zone plays to have the linemen move to a certain area of the field on the playcall? or do I have to go back and change every little action path to run block left, pass block tackle, etc

Re: Weird play description

PostPosted: Fri Mar 30, 2018 3:20 pm
by gbmoore
If you go to the college football mods section, Frankie created a guide for editing (reading) the plays.

Re: Weird play description

PostPosted: Sat Mar 31, 2018 3:45 pm
by will1993
no I mean I know how to edit them and make them look right

what I mean is is this DeltaX/Y stuff a legitimate play descriptor (when I call the plays the 2D animations happen) or is it just the file got messed up in translation somehow

Re: Weird play description

PostPosted: Mon Apr 02, 2018 5:12 am
by AKH
its valid descriptions, they code movements relative to current position. But you can also use the keywords found in the plays.xml

I think francua posted an edit play guide that you can consult.