Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

svenpaulsen/ts3client-addontools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TeamSpeak 3 Client Addon Tools

This repository contains a collection of some quick-and-dirty tools to help building and deploying TeamSpeak 3 Client addons.

bundle-plugin.py

This simple script automatically generates TeamSpeak 3 Client Plugin bundles based on a package.ini and libraries located in the same directory. Note that all libraries must follow the same naming convention. For example:

  • myplugin_win32.dll
  • myplugin_win64.dll
  • libmyplugin_linux_x84.so
  • libmyplugin_linux_amd64.so
  • libmyplugin_mac.dylib

Usage

bundle-plugin.py [-v version] name

Example

bundle-plugin.py -v 0.1.2 myplugin

bundle-style.py

This simple script automatically generates TeamSpeak 3 Client Style bundles based on a package.ini, Qt Style Sheet files (.qss) and asset directories located in the same directory.

Usage

bundle-style.py [-v version] name

Example

bundle-style.py -v 0.1.2 mystyle

About

TeamSpeak 3 Client Addon Tools

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages