[CONSTANTS] //Blocking BlockingBaseLine=0.5 BlockingPassBlockTime=3 BlockingPushBlockTime=1.2 BlockingPassBlockStrength=1.5 BlockingPushBlockStrength=1.75 BlockPancakeThreshold=0.15 //Tackles. The higher the number, the more missed tackles. TackleThreshold=15 //Physics PhysicsBaseMoveSpeed=6 PhysicsBaseAgility=0.15 PhysicsMaxChangeDirTime=1 Physics_MaxPuntStrength=7.8 Physics_MaxFGStrength=15 Physics_MaxKOStrength=15 //Defensive Reaction times. DefenseBaseM2MCoverageArea=3.5 Defense_PassReactionBaseTime=2 Defense_ReadBaseTime=3 //Field Goal Accuracy, the higher the number, the less accurate the field goal kicks FieldGoal_Threshold=0.08 //QB Read base times. QBRead_Threshold=2.5 QBScramble_Threshold=3 //QB Passing Contants, the higher the number, the less accurate the pass QBPassingAccuracyStanding=1.2 QBPassingAccuracyRunning=1.5 QBPassingAccuracyScrambling=1.8 //QB base 'angle of deviation from optimal' This is modified by the above QB passing constants //the higher the number, the less accurate the pass QBPassingAccuracyBase=5 //There are three pass accuracy systems to choose from //1 = Angle Adjustment only . This is an accuracy adjustment to the throwing angle //2 = Distance Adjustment only. This is a accuracy adjustment to the determined throw distance. //3 = Combined Angle and Distance. //With all systems, the QBPassing accuracy constants play the same roles. So the rule holds true //The lower the Accuracyconstants, the more accurate the passing. QBPassingSystem=3 //These are the fatigue Values. Some actions in the game add fatigue, some substract it. //The value name tells you if the fatigue is added or subtracted. //Fatigue is a percentage of 100% added for every one second of the action. Fatigue_AddRunning=3 Fatigue_AddCatching=4 Fatigue_AddBlockingPush=8 Fatigue_AddBlockingPass=12 Fatigue_AddTackling=15 Fatigue_AddBeingTackled=18 Fatigue_AddLongPasses=8 Fatigue_SubtractResting=-3 Fatigue_SubtractWalking=0 Fatigue_SubtractStanding=-1