SkillAgentSearch skills...

BaronyPA

A mumble plugin that adds positional audio support for Barony.

Install / Use

/learn @shaneMenzies/BaronyPA
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

BaronyPA

A mumble plugin that adds positional audio support for Barony.

Installation

<details> <summary>Windows</summary>
  • Method 1: Get the Mumble Plugin file from Releases, and open it with Mumble.

    Opening in Mumble

  • Method 2: Place the compiled baronyPA.dll file in your Mumble plugin directory (%appdata%/Mumble/Plugins).

    dll File Plugin Directory

</details> <details> <summary>Linux</summary>
  • Method 1: Get the Mumble Plugin file from Releases, and select it in Mumble's "Install plugin..." dialog.

    Mumble Plugin Install

  • Method 2: Place the compiled libbaronyPA.so file in your Mumble plugin directory (~/.local/share/Mumble/Mumble/Plugins)

    Plugin Directory

</details>

Enabling

For the plugin to work, it needs to have both "Enable" and "PA" checked for it, and "Link to Game and Transmit Position" needs to be set.

Mumble Plugin Config

Currently, when enabled, the plugin should send a message that its waiting for Barony to be opened.

Plugin Waiting

Once Barony is opened, there should be another message telling you that the plugin is linked.

Plugin Linked

Building

<details> <summary>Windows</summary>
  1. Open the plugin directory in a command prompt with the required toolset See Here.

  2. Use CMake to generate NMake Makefiles.

CMake Run

  1. Build the plugin using NMake

NMake Build

</details> <details> <summary>Linux</summary>
  1. Use CMake to generate the Makefile

Cmake Run

  1. Build the plugin using Make

Make Build

</details>

Bundling

To make the Mumble Plugin bundle, you need to make a .zip archive with the Windows and Linux plugins, and the manifest.xml file.

Bundle Format

Renaming the file extension from .zip to .mumble_plugin will make it a valid Mumble Plugin file.

View on GitHub
GitHub Stars14
CategoryCustomer
Updated1y ago
Forks3

Languages

C

Security Score

75/100

Audited on Dec 25, 2024

No findings