• This is a reminder of 3 IMPORTANT RULES:

    1- External self-promotion websites or apps are NOT allowed here, like Discord/Twitter/Patreon/etc.

    2- Do NOT post in other languages. English-only.

    3- Crack/Warez/Piracy talk is NOT allowed.

    Breaking any of the above rules will result in your messages being deleted and you will be banned upon repetition.

    Please, stop by this thread SoccerGaming Forum Rules And Guidelines and make sure you read and understand our policies.

    Thank you!

Match Intensity Table

miketheslummy

Youth Team
Hello guys,
First of all Thank you all for this amazing community. I have a question about that table.. The famous match intensity table into the dB.
I tried to modify values all to 0 and 1.
I did it into a dB that I'm using into a career right no. When I started the game career loaded normally and dB isn't corrupted after modding. Do you think I should see any difference? Or have I to start a new career to see changes impact?
Thanks!
 

miketheslummy

Youth Team
I hate this game ! :( :(
I was playing PERFECTLY today. Pace speed was amazing .. amazing! Suddenly , I really don't know why, game speeds up in late evening... and my games in career mode are really fast now!
Same sliders, same game... I cannot believe this!
 

regularcat

Manager
Moderator
miketheslummy;3801862 said:
I hate this game ! :( :(
I was playing PERFECTLY today. Pace speed was amazing .. amazing! Suddenly , I really don't know why, game speeds up in late evening... and my games in career mode are really fast now!
Same sliders, same game... I cannot believe this!

ahh, EA.
 

miketheslummy

Youth Team
I don't want to spam and open another thread.
One value got my attention.
What about MAX_DELTA in Attribute Modifers part of cmsettings.ini ?
Could someone explain me something more about that?
Is it a moltiplier for attribute in cm mode?
 

regularcat

Manager
Moderator
miketheslummy;3801933 said:
I don't want to spam and open another thread.
One value got my attention.
What about MAX_DELTA in Attribute Modifers part of cmsettings.ini ?
Could someone explain me something more about that?
Is it a moltiplier for attribute in cm mode?

you know what max means and you know what delta means.

place a lower value in front of the = sign followed by a // in front of
the initial value.

play a few matches.

or private message beta990 and ask him.

pm me your email address.
 

beta990

Reserve Team
I also needed to edit fifa_ng_db-meta.xml, otherwise it would return all values set to max. (3) to 1/0:
Code:
  <table name="MatchIntensity" shortname="GZKc">
    <fields>
      <field name="scorediff" shortname="nsAB" type="DBOFIELDTYPE_INTEGER" depth="4" null="False" rangehigh="4" rangelow="-4" key="True" />
      <field name="time90" shortname="NWgg" type="DBOFIELDTYPE_INTEGER" depth="3" null="False" rangehigh="3" rangelow="3" />
      <field name="time120" shortname="JNlh" type="DBOFIELDTYPE_INTEGER" depth="3" null="False" rangehigh="3" rangelow="3" />
      <field name="time45" shortname="ceKq" type="DBOFIELDTYPE_INTEGER" depth="3" null="False" rangehigh="3" rangelow="3" />
      <field name="time30" shortname="fJEu" type="DBOFIELDTYPE_INTEGER" depth="3" null="False" rangehigh="3" rangelow="3" />
      <field name="time75" shortname="zLph" type="DBOFIELDTYPE_INTEGER" depth="3" null="False" rangehigh="3" rangelow="3" />
      <field name="time60" shortname="mSAf" type="DBOFIELDTYPE_INTEGER" depth="3" null="False" rangehigh="3" rangelow="3" />
      <field name="time15" shortname="thqz" type="DBOFIELDTYPE_INTEGER" depth="3" null="False" rangehigh="3" rangelow="3" />
    </fields>
  </table>
 

markov

Club Supporter
beta990;3802865 said:
I also needed to edit fifa_ng_db-meta.xml, otherwise it would return all values set to max. (3) to 1/0:
Code:
  <table name="MatchIntensity" shortname="GZKc">
    <fields>
      <field name="scorediff" shortname="nsAB" type="DBOFIELDTYPE_INTEGER" depth="4" null="False" rangehigh="4" rangelow="-4" key="True" />
      <field name="time90" shortname="NWgg" type="DBOFIELDTYPE_INTEGER" depth="3" null="False" rangehigh="3" rangelow="3" />
      <field name="time120" shortname="JNlh" type="DBOFIELDTYPE_INTEGER" depth="3" null="False" rangehigh="3" rangelow="3" />
      <field name="time45" shortname="ceKq" type="DBOFIELDTYPE_INTEGER" depth="3" null="False" rangehigh="3" rangelow="3" />
      <field name="time30" shortname="fJEu" type="DBOFIELDTYPE_INTEGER" depth="3" null="False" rangehigh="3" rangelow="3" />
      <field name="time75" shortname="zLph" type="DBOFIELDTYPE_INTEGER" depth="3" null="False" rangehigh="3" rangelow="3" />
      <field name="time60" shortname="mSAf" type="DBOFIELDTYPE_INTEGER" depth="3" null="False" rangehigh="3" rangelow="3" />
      <field name="time15" shortname="thqz" type="DBOFIELDTYPE_INTEGER" depth="3" null="False" rangehigh="3" rangelow="3" />
    </fields>
  </table>

Hi beta
I think that rangelow should get value "-1" at least
Hi/low is between 4/-4
 

beta990

Reserve Team
markov;3814025 said:
Hi beta
I think that rangelow should get value "-1" at least
Hi/low is between 4/-4
You mean scorediff key? This should be correct, please try to open the edited xml (with fifadb) in DB Master. :)
 


Top