Skip to content

Releases: CamxxCore/ExtendedCameraSettings

ExtendedCameraSettings 1.3.0

18 Jun 04:12
Compare
Choose a tag to compare
  • Supports newest game updates

ExtendedCameraSettings 1.2.9

08 Jan 00:19
Compare
Choose a tag to compare
Pre-release
  • GetCamDirectorFromPool has been modified as the latest game versions now pass an unknown structure to this function to get the pointer to the camBaseDirector object. For backwards compatibility, we just check for a null result and then recall with a pointer to the JOAAT hash (legacy behaviour)
  • PSO structure appears to no longer hold the JOAAT hash of the camera metadata class, so we've just removed this check for now which otherwise would cause an early out in checkCameraFrame().
  • Instead of implicitly calling pattern.get() after an AOB scan, we check that the pattern scan actually succeeded then resolve the result based on that.
  • Fixes some va_args that were passed without being in the format string.
  • Adds more concise naming to some logging and functions.
  • If presets file is deleted while the game is running, we detect that and create a new one before saving new presets.