Skip drawing frame to improve performance
Skip drawing frame to improve performance
- Now you can make the game skip the drawing by 1 frame every
SkipFrameDelaywhen the frame rate is lower than the vanilla definedDetailMinFrameRateNormal. This helps alleviate the frame rate drop caused by drawing.- This logic only takes effect when
SkipFrameDelayis greater than or equal to 2.
- This logic only takes effect when
In RA2MD.INI:
[Phobos]
SkipFrameDelay=0 ; integer
Nightly build for this pull request:
- compiled-dll-89273677e6eeed4de6bd6b7576ad9f7b7815f503.zip These artifacts will expire in 90 days and will not be available for download after that time.
This comment is automatic and is meant to allow guests to get latest nightly builds for this pull request without registering. It is updated on every successful build.
Most interesting is how the frame skip will behave in multiplayer.
Most interesting is how the frame skip will behave in multiplayer.
My tester said it works fine in MP.
What about to add feature to the yr-spawner and make a public test from yr beta branch?
This triggers alongside detail reduction, should add a separate key to enable this instead of relying on DetailMinFrameRateNormal - most mods set this to 0 as per Modenc recommendation, maybe FrameSkipThreshold? e.g.
[AudioVisual] FrameSkipThreshold=36
edit: can confirm MP safe