Skip to content

Bug Fixes and Upgrades

Compare
Choose a tag to compare
@barkermn01 barkermn01 released this 21 Jan 14:59

Version 0.5 Beta

Notes

This update is for the 7th heaven plugin mode only lots of this stuff has not been ported to the standalone version.

Added in this release,
  • Support for ultrasound_config.xml
    • you can now specify a path for audio files and script XML files on different paths
  • Support for Ultrasound Sound to trigger events
    • Supports hooked DLL's (DDL's are hooked via UltrasoundLib)
    • Integration is via Singleton Factory by attached Assemblies
    • Support for onInit() triggered when Ultrasound has initialised
    • Support for onSoundPlay triggered when a normal sound is played
    • Support for onVoicePlay triggered when a dialogue is voiced over
    • Support for onClose triggered when ultrasound closes so you can clean up any unmanaged code
  • Added Example Of a Hook system in UltrasoundInputHooker
    • Has an example of how to inject control input into the game using (a modified version of WindowsInput)
    • Input Injection is used to close Dialogue boxes that are voiced
    • Currently calls AllocConsole so it can be debugged.
Known bugs
  • Choice selection is not playing voice files
  • Battle sounds are not working
  • When Game exits Ultrasound crashed 7th Heaven
  • Only works with ff7.exe or ff7_bc.exe
  • Opens the 7th haven console

Reporting bugs

Please report all bugs via the git hub issues tab.