GitXplorerGitXplorer
s

ts3client-addontools

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
b21eeaca780c8636ce1591734df759039e5fae15

updated readme

ssvenpaulsen committed 7 years ago
Unverified
9879ad880fd266777ada8218cbd2e4c6de9c9b66

Update README.md

ssvenpaulsen committed 7 years ago
Unverified
1779e075c7341240fae5079bded90e58ea99e855

updated readme

ssvenpaulsen committed 7 years ago
Unverified
7a4250a974e417de2bba3f7bf1ca1adb151b47d3

added simple script for style packaging

ssvenpaulsen committed 7 years ago
Unverified
74a32254a9778a8b0905deb24766618e2bdbba3b

added ignore patterns

ssvenpaulsen committed 7 years ago
Unverified
e6c55def60ba44ace043278e31604cc13a0164f5

updated readme

ssvenpaulsen committed 7 years ago

README

The README file for this repository.

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