Skip to content

Releases: Patrix9999/Screenshot

1.2.1

28 Sep 14:02

Choose a tag to compare

  • Fixed issues with initialization of GDIPlus, now it's only being done when plugin gets loaded in DllMain function
  • Changed default jpeg_quality value to 100

1.2

28 Sep 12:39

Choose a tag to compare

1.2
  • Moved capturing screenshot logic to Screenshot class
  • Screenshot class will use Windows API to capture HBITMAP from game window (instead of operating on game API, that won't work perfectly for dx11 or other similar mods)

1.1

05 Feb 17:55

Choose a tag to compare

1.1
  • Fixed crashes on Multi Platform version of the plugin caused by a bug in gothic-api
  • Replaced saving plugin options in custom Screenshot.ini with regular Gothic.ini usage (Screenshot section)