making an Emoticon
-
Aule_the_creator
- Harmless
- Posts: 7
- Joined: Sun Apr 23, 2006 4:04 pm
making an Emoticon
ok, so I have an emoticon I want to be able to use.
http://img70.exs.cx/img70/2972/crying5lc.gif
I've downloaded the picture, so that I can turn it into an xtra.
gone to the page, and I have no idea what to do.
I am a complete idiot when it comes to computers (which is why I got the mac, easy to use), although not as much as my mother, hehe.
so there is a window called description, a window called changes, a thing were you're supposed to download a file, and one where to download a thumbnail, then sample image, etc etc.
help me out here, give me a step by step walk through.
I looked at the "help" part. but I didn't get anything useful, it told me to open some other emoticon xtra, and look at what had been done there. which confused me even more, as I can't open it.
any help would be greatly appreciated (in fact, if someone could just do it for me, that would be awesome).
http://img70.exs.cx/img70/2972/crying5lc.gif
I've downloaded the picture, so that I can turn it into an xtra.
gone to the page, and I have no idea what to do.
I am a complete idiot when it comes to computers (which is why I got the mac, easy to use), although not as much as my mother, hehe.
so there is a window called description, a window called changes, a thing were you're supposed to download a file, and one where to download a thumbnail, then sample image, etc etc.
help me out here, give me a step by step walk through.
I looked at the "help" part. but I didn't get anything useful, it told me to open some other emoticon xtra, and look at what had been done there. which confused me even more, as I can't open it.
any help would be greatly appreciated (in fact, if someone could just do it for me, that would be awesome).
pm me your email address and i'll send it to you
http://adiumxtras.com/index.php?a=search&user_id=1951
Click it! You know you want to
Click it! You know you want to
-
Aule_the_creator
- Harmless
- Posts: 7
- Joined: Sun Apr 23, 2006 4:04 pm
Custom emoticons are not sent via MSN currently. This is supported in 1.0, which will be available sometime in the future, when it's ready 
Try my software!
#define ADIUMX pimp //by me
#define QUESTION ((2b) || (!2b))
Have you hugged a programmer today?
#define ADIUMX pimp //by me
#define QUESTION ((2b) || (!2b))
Have you hugged a programmer today?
-
Macskeeball
- Frappa
- Posts: 139
- Joined: Mon Mar 13, 2006 2:42 am
Only people with the extra installed can see it. Adium can't send custom emoticons yet. All that's being sent is the text that triggers the emoticon, and it's up to the IM app to replace the text with an image if it can. The IM app at the receiving end will do one of three things: (1) show the image you see- quite unlikely, (2) show a different image because it has a different image assigned to the trigger text, or (3) show the trigger text because it has no image associated with it.Aule_the_creator wrote:ok, little problem here.
a fellow adium user can't see the emoticon, this I can understand, because he hadn't downloaded the xtra... but what about PC users that have MSN? shouldn't they be able to see it? because a friend of mine couldn't see it either.
any help here?
-
Aule_the_creator
- Harmless
- Posts: 7
- Joined: Sun Apr 23, 2006 4:04 pm
-
Macskeeball
- Frappa
- Posts: 139
- Joined: Mon Mar 13, 2006 2:42 am
Their client doesn't send the image, it only sends the text and leaves it up to your client to replace the text with the image your client has assigned to that text.Aule_the_creator wrote:I see
but if I now have this smiley, and someone else does as well, and they send it to me, but since they have a PC, and they send me this smiley, I have it, but with a different "written" version. can I see it if this person uses it?
Your Adium will replace >:'( or :(( with
if it receives a message containing either. The Adium extra file DeathAxe made is actually a folder and if you right click on it and choose "Show Package Contents" you will see it contains an XML text file that defines the supported trigger text.If and only if your friend's IM client also has
set to replace >:'( or :(( (in other words, if their client is set exactly as your Adium has it set) will you both see the same image.Adium 1.0 will support receiving emoticon images as images over MSN.
-
Aule_the_creator
- Harmless
- Posts: 7
- Joined: Sun Apr 23, 2006 4:04 pm
Go to ~/Library/Application Support/Adium 2.0/Emoticons/(the emoticons name). Right click on it, show package contents, find the Emoticons.plist file and open it in text edit.
Find:
and put in between the two <string></string> a ++. So it should look like this:
Find:
Code: Select all
<array>
<string></string>
</array>Code: Select all
<array>
<string>++</string>
</array>http://adiumxtras.com/index.php?a=search&user_id=1951
Click it! You know you want to
Click it! You know you want to
-
Aule_the_creator
- Harmless
- Posts: 7
- Joined: Sun Apr 23, 2006 4:04 pm
if I do this, I save the new file somewhere else, and I can't change the Xtra itself, because I can't switch them around, at least that's what my computer says.Wengero wrote:Go to ~/Library/Application Support/Adium 2.0/Emoticons/(the emoticons name). Right click on it, show package contents, find the Emoticons.plist file and open it in text edit.
Find:and put in between the two <string></string> a ++. So it should look like this:Code: Select all
<array> <string></string> </array>Code: Select all
<array> <string>++</string> </array>
-
Macskeeball
- Frappa
- Posts: 139
- Joined: Mon Mar 13, 2006 2:42 am
Absolutely rock solid logic. You should also stick with the original 10.4.0 release since those pesky updates aren't going to add any of the new features you want either.Shark! wrote:Not Sending??!!! Oh! that means i don't have to wait for 1.0 more...The_Tick wrote:1.0 only does receiving, not sending.![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Try my software!
#define ADIUMX pimp //by me
#define QUESTION ((2b) || (!2b))
Have you hugged a programmer today?
#define ADIUMX pimp //by me
#define QUESTION ((2b) || (!2b))
Have you hugged a programmer today?
-
Macskeeball
- Frappa
- Posts: 139
- Joined: Mon Mar 13, 2006 2:42 am
-
Aule_the_creator
- Harmless
- Posts: 7
- Joined: Sun Apr 23, 2006 4:04 pm
can't do it... won't let me put anything new in the file, or replace the old one.Macskeeball wrote:After you save the new file somewhere else, give it the same name as the old file if needed, and drag it into the same folder the older one is and replace.
I tried changing it, and putting it in a new file, together with the image, and calling it weeping.AdiumEmoticonSet but as soon as it changed into an emoticonset, the image dissapeared, and the emoticons.plist file had most of the contents erased.
Please search the