• Stars
    star
    150
  • Rank 247,323 (Top 5 %)
  • Language
    TypeScript
  • License
    Other
  • Created over 2 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A desktop screen recorder application that records and saves videos of in-game World of Warcraft encounters, and provides a graphical user interface to view the replays. It is free, open source and contains no adverts.

Warcraft Recorder

GitHub all releases Version Discord

Warcraft Recorder is a desktop screen recorder. It watches the WoW combat log file for interesting events, records them, and presents a user interface in which the recordings can be viewed.

Windows is currently the only supported operating system.

How to Use

  1. Download and run the most recent installer from the releases section.
  2. Launch the application and click the settings cog, then fill out the settings page.
  3. Enable advanced combat logging.
    • Retail: Install and configure the SimpleCombatLogger addon (CurseForge, Wago).
    • Classic: Install and configure the AutoCombatLogger addon (CurseForge, Wago).

If you are a retail arena player, I also recommend the jaxSurrender addon.

Testing It Works

You can test that Warcraft Recorder works by clicking the test icon with World of Warcraft running after you have completed the above setup steps. This runs a short test of the recording function.

Bug Reports & Suggestions

Please create an issue, I will get to it eventually. Bear in mind maintaining this is a hobby for me, so it may take me some time to comment. If you think you can improve something, feel free to submit a PR.

I've created a dedicated discord for this project, feel free to join here.

Contributing

If you're interested in getting involved please drop me a message on discord and I can give you access to our development channel. Also see contributing docs.

Mentions

The recording done by Warcraft Recorder is made possible by packaging up OBS. We wouldn't stand a chance at providing something useful without it. Big thanks to the OBS developers.

This application is also heavily reliant on OBS Studio Node to provide bindings to libOBS. Special mention for the folks over at Streamlabs for open-sourcing the project.

The app is built with Electron and React, using the boilerplate provided by the ERB project.