now i wou
No chance to find a way to decode .dat file mate? I dont knlw to do that unfortunately but i would find over the web if there s something that could help in decoding. Anyway wheny you tried to edit the "attach to" in the camera did you just edit a string in a single file or have you edit all the strings of all the files that had that type of words? I dont know if you understand what i mean. Bur maybe we could find a different way to achieve our goals
I have someone potentially looking at it so we'll see. So it's in sections from I've found. So for example the following is from the 'Camera Target' block and shows the camera focuses on the ball -
<property name="PropertyName" type="string" value="targetType" />
<ExpressionTree.Variable>
<property name="int" type="int" value="-1" />
<property name="enumType" type="string" value="ObjectTypes" />
<property name="enumValue" type="string" value="ActiveBall" />
</ExpressionTree.Variable>
</FIFAExpressionProperty>
<FIFAExpressionProperty>
<property name="PropertyName" type="string" value="targetId" />
<ExpressionTree.Variable>
<property name="int" type="int" value="0" />
</ExpressionTree.Variable>
</FIFAExpressionProperty>
<FIFAExpressionProperty>
<property name="PropertyName" type="string" value="targetComponent" />
<ExpressionTree.Variable>
<property name="int" type="int" value="0" />
<property name="enumType" type="string" value="ObjectComponents" />
<property name="enumValue" type="string" value="BallCenter" />
To change the camera target to the referee it will look like this -
<FIFAExpressionProperty>
<property name="PropertyName" type="string" value="targetType" />
<ExpressionTree.Variable>
<property name="int" type="int" value="1" />
<property name="enumType" type="string" value="ObjectTypes" />
<property name="enumValue" type="string" value="Referee" />
</ExpressionTree.Variable>
</FIFAExpressionProperty>
<FIFAExpressionProperty>
<property name="PropertyName" type="string" value="targetId" />
<ExpressionTree.Variable>
<property name="int" type="int" value="0" />
<property name="enumType" type="string" value="OfficialsIds" />
<property name="enumValue" type="string" value="Referee" />
</ExpressionTree.Variable>
I've found attaching to 'Player' doesn't seem to work properly for me in game. It attaches to my goalkeeper no what the ID I use below it. I might need to spend more time figuring that out. I've found that 'ActiveBall' is the term which creates the dynamic zooming in broadcast cam. One of the things I'd like to do is eliminate that but still keep the camera focused on the ball - unfortunately I haven't figured out a way to do this and I've looked a lot! I also would like the camera to follow the action but not react to every ball movement. This would make it much more realistic. Hopefully you'll have some luck!