Skip to content

Releases: samyuu/EvenMoreLegitArcadeController

ELAC v4.0

10 Mar 11:07
Compare
Choose a tag to compare

Changelog:

  • Fix full screen window focus issue.
  • Fix the framebuffer not being cleared at different resolutions.
  • Fix TouchReaction animation not matching the mouse cursor position at different resolutions.
  • Fix full screen enforcing a refresh rate of 60Hz and use the monitor's native refresh rate instead.
  • Add new components config file to enable/disable the available components.
  • Add a PlayerDataManager component to load constant values into the PlayerData struct such as player_name, module_equip, skin_equip or btn_se_equip.
  • Add a FrameRateManager component to allow for higher than 60 FPS gameplay without speeding up 2D nor 3D animations.
  • Add a CameraController component to let the user freely take control of the PV camera.

Notes:

If you have used a previous version of ELAC before please don't forget to re-prepatch an unedited version of diva.exe before using a newer release.
Also make sure to first enable/disable your desired components inside the components.ini config file.
If the playerdata.ini file is not encoded with UTF-8 the game is likely to crash.

ELAC v3.0

19 Feb 15:15
Compare
Choose a tag to compare

Changelog:

  • Always enable the SelWatch PV button without needing VP.
  • Freeze the PV select timer at 39 seconds.
  • A few bug fixes when losing window focus.