Miranda NG Official Community Forum

Forum for English speaking Miranda NG users => Support/Help => Topic started by: Tragen on 07 05 2018, 13:59:41

Title: SmileyAdd + XEP
Post by: Tragen on 07 05 2018, 13:59:41
Is there a way to convert my old XEP to the other format except doing it manually?

Title: Re: SmileyAdd + XEP
Post by: dartraiden on 07 05 2018, 18:35:49
We did not find any smiley pack in this format. Can you upload example?
Title: Re: SmileyAdd + XEP
Post by: Tragen on 07 05 2018, 19:22:03
Here is my icon pack.
Just save and extract it and you can use it with the previous Miranda version.
Title: Re: SmileyAdd + XEP
Post by: Tragen on 07 05 2018, 19:22:54
I have currently no idea how the icons are encoded in the data part.
Base64 perhaps but decoding it didn't work.
Title: Re: SmileyAdd + XEP
Post by: dartraiden on 07 05 2018, 20:18:36
https://github.com/miranda-ng/miranda-ng/commit/b65ebafbb15e8e69cfa5aba221b6fd9fab1f41c7#diff-168ace58418c572fc6bd2c9f9880044cL629

Maybe this helps
Title: Re: SmileyAdd + XEP
Post by: dartraiden on 07 05 2018, 20:52:39
The best solution - implement XEP support again, but properly (without regexp horror)
https://github.com/miranda-ng/miranda-ng/issues/1335
Title: Re: SmileyAdd + XEP
Post by: Tragen on 07 05 2018, 21:34:02
If it would be C# yes, but I have no experience with C++.
But thanks for your help. When I can figure out how to extract the images, I will convert the icon pack to the "new" format.
Seems like I'm the only one using it.
Title: Re: SmileyAdd + XEP
Post by: AnrDaemon on 08 05 2018, 01:27:07
Seems like BMP with some prefix.
Title: Re: SmileyAdd + XEP
Post by: dartraiden on 10 05 2018, 13:32:36
Restored XEP support
https://github.com/miranda-ng/miranda-ng/commit/32e1155026a444bc9aa753257b717bf0c81bc0d7#diff-168ace58418c572fc6bd2c9f9880044cR495
Title: Re: SmileyAdd + XEP
Post by: Tragen on 13 05 2018, 13:42:18
Wow. Thank you. I hope it wasn't too much work.
Thank you very much.