Hello!
So I've looked into this.
There were changes made for trackmania turbo that got included and didn't work quite fine with MP4.
So I changed back to the MP3 code, so that it would work again as before.
However, while I was at it, I also included/improved a few changes in the scoring + chaining/combo system from turbo.
You need to enable them from the mode script:
StuntModel_EnableCustomisation = True; will enable the updated model.
and then there are a couple of additional StuntModel_XXX to make adjustments.
You can test it and tell me if it works better now:
http://files.v04.maniaplanet.com/tmp/Ma ... -08-18.zip
Some details on the new stuff:
MasterJump is the MP3 value, no touching of inputs during the whole figure + landing straight or reverse
PerfectLanding: flat landing with the wheels + straight or reverse.
MasterLanding: no air control in the last second before landing + PerfectLanding
EpicLanding: no air control in the last 3 seconds before landing + PerfectLanding
StuntModel_MP3Combo: when false, the new model is not counting combos on wreck or simple jumps (but they don't break the combochain)
StuntModel_MP3Points: when false, bonus for PerfectLanding, masterlanding.. are used. And the figurerepeat malus is also using to give a bit less points for big angles figures.
StuntModel_UseStricterAngle: dont coun't figure as 180° as soon as >90°, but only after 135° + also stricter definition of 'wreck'.