ferrarienzo
07-05-2008, 04:17:AM
Possible to Edit AI?
Before posting a rant/question about AI is it possible?
Before posting a rant/question about AI is it possible?
|
View Full Version : Possible to Edit AI? ferrarienzo 07-05-2008, 04:17:AM Possible to Edit AI? Before posting a rant/question about AI is it possible? Ultra_Blue 07-05-2008, 12:10:PM I think it is, because there is a gameplay patch. But I dont know how. ferrarienzo 07-05-2008, 03:28:PM Thats cool Hopefully someone will jump in and send a link for a tutorial What I really want to do overall more than anything is edit Shot Acc. I feel the shooting is terrible OVR Thanks Enzo Ultra_Blue 07-05-2008, 03:31:PM Actually I feel the shooting is pretty good. For me there are other parts to edit, but it's your game,so you decide :). ferrarienzo 11-05-2008, 06:48:AM well how do we go foward in making these edits? ac12 26-05-2008, 05:09:PM Hello to edit the AI you have to act on a file on the config.dat and ini.big There are no guides for this purpose and we are not many editer about it. I edited on www.fifamania.it them find my work For the shoot //------------------------------------------------------------- //Shooting related variables //------------------------------------------------------------- SHOT_IDEAL_TARGET_HEIGHT = SHOT_WRONG_FOOT_FINESSE_SPIN = SHOT_ERROR_TOWARD_FACING_DIR_JOG = 0 //The chance that directional error is toward facing direction of the shooter when the shooter is joging SHOT_ERROR_TOWARD_FACING_DIR_SPRINT = //The chance that directional error is toward facing direction of the shooter when the shooter is sprinting SHOT_ERROR_TOWARD_FACING_DIR_SLIDING = //The chance that directional error is toward facing direction of the shooter when the shot is a sliding shot SHOT_ERROR_TOWARD_FACING_DIR_STRETCH = //The chance that directional error is toward facing direction of the shooter when the shot is a stretching shot SHOT_RESTITUTION_COEFF = //Increase this to increase the ratio of shot speed and the ball incoming speed SHOT_ONE_TIMER_PREPARE_TIME = //There are some shooting error penalty before this time passes after the shooter started the last trap task SHOT_MAX_BALL_OUT_ANGLE_TOLERANCE = //The shot after error can't be out of the animation angle + this tolerance. In degree SHOT_ENABLE_AIMING_CENTRE = 1 //Enable the control for user to aim at the centre of the goal SHOT_CENTER_AIM_TOLERANCE = 0.125 //User pad angle must with this portion of the angle between the two posts from the centre of the goal to aim the centre. //We cap the dir error if the error is bigger than SHOT_MAX_DIR_ERROR, then add spin error to compensate it. //The amount of compensation is the capped error * SHOT_SPIN_GENERATION_BY_CAPPED_DIR_ERROR SHOT_SPIN_GENERATION_BY_CAPPED_DIR_ERROR = 1.2 //---------------------------------------------------------------- //Shot animation choosing related variables //---------------------------------------------------------------- SHOT_HIGH_POWER_ANIM_MIN_SPEED = SHOT_NORMAL_POWER_ANIM_MIN_SPEED = SHOT_LOW_POWER_ANIM_MAX_SPEED = SHOT_HIGH_POWER_FINESSE_ANIM_MIN_SPEED = SHOT_NORMAL_POWER_FINESSE_ANIM_MIN_SPEED = SHOT_LOW_POWER_FINESSE_ANIM_MAX_SPEED = SHOT_MAX_PRESSURE_FOR_HIGH_POWER_ANIM = //-------------------------------------------------------- //Max shot powers for specific animations //-------------------------------------------------------- SHOT_MAX_SPEED_FOR_STRETCH_SHOT = SHOT_MAX_SPEED_FOR_SLIDE_SHOT = ferrarienzo 08-06-2008, 07:06:PM Awesome thanks for your insight What program should I use to edit these values I tried Notepad and Wordpad but it comes out scrambled |