Skip to content

Releases: Asiern/NieRHook

v2.0

11 Apr 07:45
d50dbda
Compare
Choose a tag to compare

Features

  • Game version autodetection
  • Now compatible with v0.0.1 and v0.0.2
  • CMake support

Methods

  • isSavefileLoaded - returns true if savefile is loaded
  • getVersion - retuns game version
  • getMusicVolume - returns music volume
  • getSoundEffectVolume - returns sound effect volume
  • getVoiceVolume - returns voice volume
  • getAudioOutput - returns audio output
  • getVoiceChanger - returns voice changer
  • getBrightness - returns brightness
  • getDistance - returns distance
  • getCombatDistance - returns combat distance
  • getVerticalRotationSpeed - returns vertical rotation speed
  • getHorizontalRotationSpeed - returns horizontal rotation speed
  • getHorizontalAutoAdjust - returns horizontal auto adjust
  • getVerticalAutoAdjust - returns vertical auto adjust
  • getFreeEnemyTracking - returns free enemy tracking
  • getZoomSpeed - returns zoom speed
  • getPursuitSpeed - returns pursuit speed
  • getLockedEnemyTracking - returns locked enemy tracking
  • getHUDOpacity - return HUD opacity
  • setHUDOpacity - sets the opacity of the HUD
  • setColor - sets RGBColor combination
  • setMusicVolume - sets music volume
  • setSoundEffectVolume - sets sound effect volume
  • setVoiceVolume - sets voice volume
  • setAudioOutput - sets audio output
  • setVoiceChanger - sets voice changer
  • setBrightness - sets brightness
  • setDistance - sets distance
  • setCombatDistance - sets combat distance
  • setVerticalRotationSpeed - sets vertical rotation speed
  • setHorizontalRotationSpeed - sets horizontal rotation speed
  • setHorizontalAutoAdjust - sets horizontal auto adjust
  • setVerticalAutoAdjust - sets vertical auto adjust
  • setFreeEnemyTracking - sets free enemy tracking
  • setZoomSpeed - sets zoom speed
  • setPursuitSpeed - sets pursuit speed
  • setLockedEnemyTracking - sets locked enemy tracking
  • setColor - sets color

Checksums (MD5)

  • NieRHook.lib - 769f07ebbac78d93420e470891213a2f
  • NieRHook.dll - 60201ef66fab3381a1e19344b6b796c1

What's Changed

New Contributors

Full Changelog: 1.3...2.0

v1.3

09 Mar 10:39
e8ce804
Compare
Choose a tag to compare

NieR:Hook v1.3

What's new?

  • FreeCamera - enables or disables free camera movement

v1.2

05 Feb 20:09
Compare
Choose a tag to compare

NieR:Hook v1.2

What's new?

  • removeItem - removes item from memory
  • removeWeapon - removes a weapon from the inventory
  • setHUDOpacity - sets the opacity of the HUD
  • setColor - sets RGBColor combination

v1.1

02 Feb 18:54
Compare
Choose a tag to compare

NieR:Hook v1.1

What's new?

  • addItem - Adds a specific quantity of items to the inventory
  • addWeapon - Adds a weapon to the inventory

v1.0

02 Feb 18:18
Compare
Choose a tag to compare
Update README.md