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!
This application currently only supports 64-bit 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).
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.
- 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
- Open CMake (GUI).
- Set Source directory to this directory.
- Set Build directory to
<this directory>/build/flux
. - Click Configure.
- Change OBS_DOWNLOAD to have a checkbox.
- Change CMAKE_INSTALL_PREFIX to
<this directory>/build/install
. - Click Generate.
- Click Open Project, which opens Visual Studio.
- Change the build type to RelWithDebInfo.
- Right click on 'INSTALL' and click 'Build'.
- Your completed build is now available in
<this directory>/build/install
, all further steps are optional. - Go to
<this directory>/build/flux
. - Right click on
installer.iss
and select 'Compile'. - Once InnoSetup is done, an installer file is available in the same directory.