Converting files to TeamSpeak Package File

KenzHassan

Member
Jun 21, 2017
2
2
53
How to Converting files to TeamSpeak Package File
Help me guys i want to export files for plugin to package file installer
like this photo
 

Attachments

  • Screenshot_4.png
    Screenshot_4.png
    11.3 KB · Views: 43

Asphyxia

Owner
Administrator
Apr 25, 2015
1,844
2
2,197
327
How to Converting files to TeamSpeak Package File
Help me guys i want to export files for plugin to package file installer
like this photo
Pretty sure you literally zip it and then rename to the TS3 extension or whatever. I’ll make a tutorial later
 

Vertux

Active Member
Dec 18, 2017
2
2
78
Literally all you do to pack a plugin is this:

1. Make a file called package.ini
2. Put the below code inside and change all of it to match your details.
package.ini:
INI:
Name = ChangeMe
Type = Plugin
Author = ChangeMe
Version = 0.0.1
Platforms = win32, win64
Description = "Description"
Api = 23

Platforms above can be win32 if your plugin only supports 32 bit or win64 if it only supports 64 bit or if you support both keep it like that.
Make sure the DLL(s) have the correct name like in the package.ini but with _win64 or _win32 at the end (example: ChangeMe_win64.dll)


3. Make a folder called plugins then move the DLL(s) inside
4. then select the package.ini file and plugins folder then zip it then rename the extension to .ts3_plugin

And for packing a theme(style) you do this:

1. Make a file called package.ini
2. Put the below code inside and change all of it to match your details.
package.ini:
INI:
Name = "ChangeMe"
Type = Style
Author = ChangeMe
Version = 0.0.1
Platforms   =
Description = "Description"

3. Make a folder called styles and move all your theme(style) files in there.
4. Then select the package.ini file and styles folder then zip it and rename extension to .ts3_style and you're done.
5. End Results

1571470253521.png 1571470390685.png
 
Last edited:

KenzHassan

Member
Jun 21, 2017
2
2
53
I do it thanks for all
who want help
best wishes.

waiting my new plugins for ts3 and ts5
 
Top