WoLNamesBlackedOut for OBS

WoLNamesBlackedOut for OBS v1.0.6

Supported Bit Versions
  1. 64-bit
Source Code URL
https://github.com/calocenrieti/obs-wolnamesblackedout
Minimum OBS Studio Version
32.0.2
Supported Platforms
  1. Windows
WoLNamesBlackedOut for OBS

This plugin hides character names from the FF14 screen when streaming (capturing) with OBS.
This is an OBS plugin port of the Windows application "WoLNamesBlackedOut".
This program partially utilizes AI-generated code.

Features
  • Automatically hides character names in FF14 streams
  • Works in real-time with OBS
  • Lightweight and easy to use

The original is here:
https://github.com/royshil/obs-detect

This fork adds the YOLODetector class and supports custom YOLO26 models.
It also improves FPS by threading inference.

Changes from the Original
  • YOLODetector Class: Newly added YOLO26 object detection class
  • Threaded ONNX Runtime inference achieved 50 FPS in our environment
  • Removed EdgeYOLO, face detection, tracking, etc.
Operating Environment
Tested on the following:
  • Windows 11 25H2 64bit
  • OBS 32.1.2
  • Intel 11400F
  • Geforce RTX 4700TiS 16GB
Since it uses DirectML, it should also work with Radeon.

DirectML inference is performed while running FF14, but the load is not that high and it does not interfere with gameplay.
This plugin automatically hides character names in Final Fantasy XIV.
Just add the filter to your game capture source and it works instantly.

Installation
  1. Download the latest obs-wolnamesblackedout_x.x.x.zip from Releases.
  2. Close OBS.
  3. Extract the entire ZIP file and copy the resulting obs-wolnamesblackedout folder to %ProgramData%\obs-studio\plugins\.
    Alternatively, check the contents of the included install.ps1, right-click on it, and select "Run with PowerShell". Copy it to the folder mentioned above. Administrator privileges are required, so a Smart Screen confirmation screen will appear.
    (Usually it's `C:\ProgramData\obs-studio\plugins\`.
    ProgramData is a hidden folder, so it's recommended to copy and paste it into the address bar of Explorer and open the corresponding folder.)
  4. Add the "WoLNamesBlackedOut" filter to game capture in OBS and use it.

License
This project is licensed under the GPL v2 (or later).
This plugin is based on the open-source project
obs-detect (GPL v2).
Copyright (c) Roy Shilkrot.
The distribution includes third-party libraries under their respective licenses.
See the LICENSES folder for details.

Third Party Libraries & Licenses
This project incorporates the following third-party components:
  • ONNX Runtime (MIT): High-performance ML inference runtime
  • DirectML (MIT): Hardware-accelerated DirectX 12 library for ML
  • OpenCV (Apache 2.0): Computer vision library
  • Ultralytics YOLO26 (AGPL-3.0): Real-time object detection model This project utilizes a customized YOLO26 model exported to ONNX.
    Note: Only the exported ONNX model is used. This project itself is not licensed under AGPL.
Author
Calocen Rieti
Downloads
1,416
Views
3,210
First release
Last update

Ratings

0.00 star(s) 0 ratings

Latest updates

  1. v1.0.6

    The inpaint radius has been changed from a fixed value to a variable value using a slider. The...
  2. v1.0.5

    Fixed a bug where the function to preview areas not covered by the mask was disabled.
  3. v1.0.4

    If you want to mask other characters but not your own, you can set the exclusion range to only...
Back
Top