Tullius -> RE: Thoughts on fatigue (8/11/2008 8:16:26 AM)
|
You can change the settings. In the game folder is a file named "Constants". You can open and edit using the Microsoft Editor. quote:
[CONSTANTS] //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=5 Fatigue_AddBlockingPass=6 Fatigue_AddTackling=10 Fatigue_AddBeingTackled=15 Fatigue_AddLongPasses=5 Fatigue_SubtractResting=-3 Fatigue_SubtractWalking=0 Fatigue_SubtractStanding=-1 BTW Here is the rest of the file quote:
//Blocking BlockingBaseLine=1 BlockingPassBlockTime=3 BlockingPushBlockTime=1.2 BlockingPassBlockStrength=1.5 BlockingPushBlockStrength=0.80 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=17 //Defensive Reaction times. DefenseBaseM2MCoverageArea=3.5 Defense_PassReactionBaseTime=2 Defense_ReadBaseTime=3 //Field Goal Accuracy, the closer the number is to zero, the more accurate the place kicks FieldGoal_Accuracy=30 //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.5 QBPassingAccuracyRunning=1.8 QBPassingAccuracyScrambling=2 //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
|
|
|
|