1. If you have a problem and need help, create a new thread with a title that briefly describes the problem.
    Do not use titles like 'Help!' or 'I have a problem!'
    Dismiss Notice
  2. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

Emoticon names

Discussion in 'General Help' started by -Tj-, Nov 15, 2012.

  1. -Tj-

    -Tj- Sicarii Donator
    1. The Ivory Tower of Grammar-Nazis

    Messages:
    358
    Hey KAGers, Ive made a few changes to the "bubble.png" for the emoticons. (Posted here).
    And im just wondering, is there anyway to change the actual names of the emoticons??

    Like change the "Gold" to "Bomb", and "Fortify" to "Love". Please people, i would really like some help. Thanks ;)
     
  2. Downburst

    Downburst Mindblown Global Moderator Forum Moderator Donator Tester

    Messages:
    1,813
    Check the stringtables folder at the entities folder.
     
  3. stig700

    stig700 Ballista Bolt Thrower

    Messages:
    170
    the bomb one is kinda usefull thx
     
  4. -Tj-

    -Tj- Sicarii Donator
    1. The Ivory Tower of Grammar-Nazis

    Messages:
    358
    There is no stringtables folder in the entities folder. And there is one just be itself though, but nothing happens.

    Code:
    <entry id="Emoticons"></entry>
                <entry id="LAUGH"></entry>
                <entry id="HAPPY"></entry>
                <entry id="ANGRY"></entry>
                <entry id="CONFUSED"></entry>
                <entry id="SAD"></entry>
                <entry id="CRY"></entry>
                <entry id="CRAZY"></entry>
                <entry id="BOMB"></entry>  (Was "Gold")
                <entry id="ARCHER"></entry>
                <entry id="KNIGHT"></entry>
                <entry id="BUILDER"></entry>
                <entry id="LOVE"></entry>  (Was "Fortify")
                <entry id="LADDER"></entry>
                <entry id="DEATH"></entry>
                <entry id="FATIGUED"></entry>
                <entry id="FLIP OFF"></entry>
                <entry id="PWNER"></entry>
                <entry id="LAID BACK"></entry>
                <entry id="POINT RIGHT"></entry>
                <entry id="POINT LEFT"></entry>
                <entry id="POINT DOWN"></entry>
                <entry id="POINT UP"></entry>
                <entry id="YES"></entry>
                <entry id="NO"></entry>
                <entry id="WTF?"></entry>
                <entry id="GOOD/THANKS"></entry>
                <entry id="BAD"></entry>
                <entry id="BLUE FLAG"></entry>
                <entry id="RED FLAG"></entry>
                <entry id="ATTENTION!"></entry> 
    Ive done this and yet the names are still the same....So wtf?
     
  5. Downburst

    Downburst Mindblown Global Moderator Forum Moderator Donator Tester

    Messages:
    1,813
    my bad, it's in the stringtables folder at the base folder. Edit the zh_EN file. It's actually meant for translations but it could do the thing you want to.
    Only edit the lines you want to change, for example:
    Code:
    <entry id="LAUGH">LACH</entry>
    <entry id="HAPPY">BLIJ</entry>
    <entry id="ANGRY">BOOS</entry>
    <entry id="CONFUSED">VERWARD</entry>
    <entry id="SAD">VERDRIETIG</entry>
    <entry id="CRY">HUILEN</entry>
    <entry id="CRAZY">GEK</entry>
    This would change all these smiley's to the dutch translation, laugh gets lach, happy gets blij etc.
     
  6. -Tj-

    -Tj- Sicarii Donator
    1. The Ivory Tower of Grammar-Nazis

    Messages:
    358
    Ok, did that and worked like a charm. Thanks Downburst ;)