| .. | ||
| Classes | ||
| Configs | ||
| Docs | ||
| Input | ||
| Output | ||
| Converter.py | ||
| index.html | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
KF Emoji Pack
This project aims to make Server Perks emoji pack creation much easier. There are several community made packs, but they are well hidden and there is almost no up-to-date documentation on how to make them. So I'm filling that gap.
With KFEmojiPack you can simply drag-n-drop images, click on a script and get a ready to use file. No SDK or long googling required.
This mod provides a compiled example with android 7 emojis and a handy script which allows to create your custom pack in few clicks.
say some smiles: face-with-tears-of-joy pile-of-poo nauseated-face kissing-face face-savouring-delicious-food thinking-face hell yea
Usage
Note
If you want to resize emojis tweak
RESIZE_DIMENSIONSinsideConverter.py. 128x128 are shown in example screenshot, 32x32 will be same size as the other text. And if you want to make emoji pack a bit smaller, change the DXT compression as well.
- Install Python >3.10.x and Pillow (
requirements.txtis also provided). - Download the release / clone the repository.
- Rename the folder name by your taste.
- Put your images into
Inputfolder. - Click on
Converter.py. That will:- Convert all images to required format.
- Resize them in the most efficent way and move to
Outputfolder. - Auto-generate exec directives in
GenerateTexture.uc. - Create a template for
ServerPerks.iniwith all required smile lines.
All you left to do:
- Compile your mod (you can use KF Compile Tool for easy compilation) and manually change compiled file extension from
.uto.utx. Don't forget to do the same for redirect file! - Copy-paste
SmileyTagslines from generated template to your server'sServerPerks.ini.
Done! Start your server and enjoy.
Supported input file formats
BMP, DIB, EPS, GIF, ICNS, ICO, IM, JPG, JPEG, J2K, J2P, JPX, MSP, PCX, PNG, PPM, SGI, SPIDER, TGA, TIFF, WebP, XBM.
Credits
- Marco - I took the idea from his Server Perks.
- dkanus- he hinted me that I can simply rename
upackage toutx. - Google - your android 7 emojis were the best.
