/own3dpro-obs-plugin

OWN3D Pro OBS Plugin

Primary LanguageC++OtherNOASSERTION

OWN3D Pro OBS Plugin

Discord

With OWN3D Pro it’s easy to change Overlays and Alerts within a couple of seconds. The only thing you have to do is to choose your desired design and click install. Ready set go! Join now for FREE!

OWN3D Pro OBS Plugin

This application currently only supports 64-bit Windows.

Installation on Windows

We offer a signed installer, published by own3d media GmbH, for 64-bit Windows. You can download and install the latest version via own3d.pro (or here via direct-link).

Join the OWN3D Devs & Testers Discord

Official support is currently only available on our website. But we also offer a Discord Server for people who want to give us some feedback about our products.

Discord

Compiling

Requirements

  • CMake 3.16 or newer
  • Visual Studio 2019 (Community works fine)*
  • An internet connection
  • Optional: LLVM for clang-format integration
  • Optional: Windows 10 SDK for 'signtool.exe'
  • Optional: InnoSetup for the installer

Steps to build for release

  1. Open CMake (GUI).
  2. Set Source directory to this directory.
  3. Set Build directory to <this directory>/build/flux.
  4. Click Configure.
  5. Change OBS_DOWNLOAD to have a checkbox.
  6. Change CMAKE_INSTALL_PREFIX to <this directory>/build/install.
  7. Click Generate.
  8. Click Open Project, which opens Visual Studio.
  9. Change the build type to RelWithDebInfo.
  10. Right click on 'INSTALL' and click 'Build'.
  11. Your completed build is now available in <this directory>/build/install, all further steps are optional.
  12. Go to <this directory>/build/flux.
  13. Right click on installer.iss and select 'Compile'.
  14. Once InnoSetup is done, an installer file is available in the same directory.