WAY TOO HARD for EA to code

Jan-03-2017

A Momentum affection wouldn't be that harder to apparatus (from a computer

programmer's POV).

  FIRST OF ALL, I am no able in programming. I just accelerating from academy

with a brace internships beneath my belt, that's it. This is just an opinion,

mainly to acknowledge to all the humans adage that a affection so "complex" as

Momentum would be WAY TOO HARD for EA to code, if it's not.FUT 17 Coins And yes, I will try

to abridge the accent as abundant as I can, could could cause it absoluteness

its abundant added abundant than the way I will explain it, but still about

simple for anyone who knows how to affairs properly.

  One affair my agents emphasized during their lectures is "Re-use your

cipher as abundant as possible", abnormally if you charge to accomplish the

aforementioned operations added than already in your program.

  Now, if EA came to me and gave me a archetype of FIFA and gave me a

conference of every affection in the adventurous (with a arbitrary of the

game-code as well) and asked me to affairs a "Momentum-like" affection for

online, I wouldn't anticipate twice: Recycle the cipher for OFFLINE SLIDERS.

  I mean, the cipher is already there. The assumption is the same. Decrease

and/or Increase in:

  Pace

  Pass speed/accuracy

  Shot speed/accuracy

  Marking

  Ball Control

  Goalkeeper abilities (there is a slider for that too)

  So for a programmer it would be impaired to re-code something from blemish

if you already accept functions who basically plan the aforementioned way.

  Now all I'd charge to do from there is sit down with the adventurous

designers and acquisition agency to backup the slider's cipher into a set of

articular altitude that would activate these functions. quick example:

  IF home.possession > 65;

  DO

  home.passAccuracy -= 5;

  away.shotAccuracy += 5.

  home.keeperSkill -= 5;

  (in programming, the += operation agency to yield the old amount and add

the amount afterwards the assurance to it, so home.passAccuracy -= 5 basically;

agency home.passAccuracy = home.passAccuracy - 5;)

  Someone already acquaint something area they accomplished that tweaking

with sliders fabricated the adventurous feel like as if momentum/handicap kicked

in FIFA Coins buy.

  In summary, as a programmer myself, IF I was to affairs momentum/handicap,

that's how I'd do it, re-usable code.But afresh again, it's just me.