Useful community code snippets
Please note that these are community code snippets, and the usage is at your own risk.
The Overwolf gists repository.
Typically used to share files and snippets with others quickly.
You can upload new gists and browse other gists that uploaded by the community.egamer/ow-events-status-element.
"We found ourselves needed to present an indication for OW events status in more than one place, so we created this small web-component package to help us do so.
feel free to use it, send comments, suggestions, and other feedback".GR Digital/memory-reader.
A little library for simple external memory reading from Overwolf apps.GR Digital/Overwolf app boilerplate. Overwolf boilerplate with Flowtype and React here. "the boilerplate we've used for multiple successful Overwolf apps, ranging from fairly simple to some of the most complex apps on the platform. It showcases updating the app from the server, deploying, logging and ffi with c-style plugin APIs."
Sorikairox/Overwolf VUE sample app. Sorikairox built a Vue version of our official OW sample app.
AlbericoD/overwolf-modern-react-boilerplate. Overwolf Modern React Boilerplate. "An opinionated open source boilerplate in React.JS with the new hook API and the overwolf-hooks package, this repository helps developers create fast, internationalized, modular and modern code with template for create react app (CRA)".
To use this template, add "--template overwolf-typescript-redux" when creating a new app.
For example:npx create-react-app my-app --template overwolf-typescript-redux
# or
yarn create react-app my-app --template overwolf-typescript-redux
AlbericoD published a package of react hooks for Overwolf. "Custom hooks to help use Overwolf API with the new react hooks technology."
NPM: https://www.npmjs.com/package/overwolf-hooks
Repo: https://github.com/AlbericoD/overwolf-hooks#readmegosuai/overwolf-webproxy-plugin. Plugin that starts a local webserver with CORS headers.
firestone/ow-utils-plugin. Plugin that is used to take a screenshot of the current active window.
firestone/unityspy A library to read the memory of Unity games. See also the Overwolf wrapper.
truckyoverlay/virustotal Plugin that automatically checks for malware with VirusTotal.