AlEscher / EasyAvatar

A Teamspeak 3 plugin that sets your Avatar to any image from an URL you provide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EasyAvatar

Release GitHub

A TeamSpeak 3 plugin written in C.
With this plugin you can easily set your avatar to any image from an URL.

Installation

  1. Press โŠž Win + R
  2. Type %appdata% and press โ†ตEnter
  3. In the folder that opens, navigate to TS3Client ๐Ÿ – plugins
  4. Copy EasyAvatar.dll into the folder
  5. Start TeamSpeak 3
  6. In TeamSpeak, if you click on Tools ๐Ÿ – Options ๐Ÿ – Addons you should see "EasyAvatar" under Plugins

Usage

The URL you provide should point directly to an image, i.e. it should end with e.g. .png or .jpeg.
You can get it by right clicking on any image in your browser and selecting "Copy Image Link"

Using a Hotkey

You can bind the Setting of your Avatar to a Hot-Key.

  1. Click on Tools ๐Ÿ – Options ๐Ÿ – Hotkeys and press Add.
  2. Click on Show Advanced Actions
  3. Find and open up Plugins ๐Ÿ – Plugin Hotkey ๐Ÿ – EasyAvatar ๐Ÿ – Set Avatar and then set a Hotkey.

Once you have the Hotkey set up, simply copy any URL of an image to your clipboard and press the Hotkey.

Using the Context Menu

Simply copy any URL of an image to your clipboard.
When connected to a server, Right Click on yourself and at the bottom under EasyAvatar click Set Image

Dependencies

I am using FreeImage 3.18 for image operations such as resizing

About

A Teamspeak 3 plugin that sets your Avatar to any image from an URL you provide

License:GNU General Public License v3.0


Languages

Language:C 91.5%Language:CMake 8.5%