{"id":31944875,"url":"https://github.com/eliotvu/ut2004-mutemoticons","last_synced_at":"2026-02-21T04:33:24.926Z","repository":{"id":13124936,"uuid":"15806865","full_name":"EliotVU/UT2004-MutEmoticons","owner":"EliotVU","description":"Customized emojis for Unreal Tournament 2004","archived":false,"fork":false,"pushed_at":"2023-11-30T22:27:50.000Z","size":46,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-23T10:56:02.678Z","etag":null,"topics":["emoji","mod","mutator","unreal-tournament-2004","ut2004"],"latest_commit_sha":null,"homepage":"https://eliotvu.com/portfolio/view/38/mutemoticons","language":"UnrealScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EliotVU.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-01-10T19:05:22.000Z","updated_at":"2023-03-07T03:49:43.000Z","dependencies_parsed_at":"2023-11-30T22:25:54.064Z","dependency_job_id":"b3c13f8d-b7d3-4ba0-a0a7-2589534415e0","html_url":"https://github.com/EliotVU/UT2004-MutEmoticons","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/EliotVU/UT2004-MutEmoticons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EliotVU%2FUT2004-MutEmoticons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EliotVU%2FUT2004-MutEmoticons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EliotVU%2FUT2004-MutEmoticons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EliotVU%2FUT2004-MutEmoticons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EliotVU","download_url":"https://codeload.github.com/EliotVU/UT2004-MutEmoticons/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EliotVU%2FUT2004-MutEmoticons/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29673785,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T03:11:15.450Z","status":"ssl_error","status_checked_at":"2026-02-21T03:10:34.920Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["emoji","mod","mutator","unreal-tournament-2004","ut2004"],"created_at":"2025-10-14T10:45:41.260Z","updated_at":"2026-02-21T04:33:24.873Z","avatar_url":"https://github.com/EliotVU.png","language":"UnrealScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MutEmoticons for Unreal Tournament 2004\n\nAway with text-based emoticons! Pimp your game's text box with lovely emoticons!\n\n## Installation\n\nDrop the files in the root of your UT2004's installation. e.g. all files in ```/System/``` should go in the corresponding root folder i.e. ```/UT2004/System/```\n\nFor server admins, use: ```?Mutator=MutEmoticons_V2.MutEmoticons``` or ```ServerActors=MutEmoticons_V2.EmoticonsServerActor```.\n\n## Usage\n\nIn the in-game chat, simply write one of the following text-based emoticons:\n\n\u003e \\\u003e:( :( :) :p :d :D :| :/ :- B) xD\n\u003e\n\u003e ![emotes](https://user-images.githubusercontent.com/808593/224518850-488f00c1-94b5-4ef7-a5c9-a520d6dde736.png)\n\n## Config\n\nThe configuration file can be found at ```/System/MutEmoticons.ini``` and should contain the following content:\n\n```ini\n[MutEmoticons_V2.MutEmoticons]\nSmileys=(Event=\"\u003e:(\",Icon=Texture'MAD')\nSmileys=(Event=\":(\",Icon=Texture'11_FROWN')\nSmileys=(Event=\":)\",Icon=Texture'19_GREENLI2')\nSmileys=(Event=\":p\",Icon=Texture'17_TONGUE1')\nSmileys=(Event=\":d\",Icon=Texture'19_GREENLI1')\nSmileys=(Event=\":D\",Icon=Texture'16_BIGGRIN')\nSmileys=(Event=\":|\",Icon=Texture'12_INDIFFE')\nSmileys=(Event=\":/\",Icon=Texture'13_OHWELL')\nSmileys=(Event=\":-\",Icon=Texture'18_REDFACE')\nSmileys=(Event=\"B)\",Icon=Texture'COOL')\nSmileys=(Event=\"xD\",Icon=Texture'SCREAM6')\n```\n\n```ServerPackages```? No need the mutator will add itself to the ```ServerPackages``` list on startup.\nHowever, if you have configured your own emoticons that reside in another .utx package you will have to manually add that package to the ```ServerPackages```\n\n## Note\n\nThis mutator replaces the HUDClass in order to displace the text-based emoticons with their corresponding icon. Because of this, this may break non-standard gametypes or simply not work at all.\n\nSupported standard gametypes:\n\n* Assault (AS)\n* BombingRun (BR)\n* Capture the Flag (CTF)\n* DeathMatch (DM), Team DeathMatch (TDM)\n* Double Domination (DDOM)\n* Invasion (INV)\n* Last Man Standing (LMS)\n* Onslaught (ONS)\n\nCustom gametypes:\n\u003e **Requires a customized version of this mutator**\n\n* Arena Master (AM), Team Arena Master (TAM)\n* Freon\n\n## Credits\n\nThis mutator was originally an integrated part of a modified Assault (**AssaultPlus**) circa 2006 by [Marco](https://github.com/Marco888) a.k.a **.:..:**\n\nThe mod was then ported over to work as a mutator for all supported gametypes, additionally support for admins to add new emoticons was added, released on December 28, 2007 by EliotVU.\n\nThe icons were borrowed from an unknown UT99 mod, if you happen to know, feel free to submit an issue :)\n\n## Derivative works\n\n* Unreal Tournament 3 [integrated with UT3X](https://github.com/xtremexp/UT3X) (the author claims copyright which is invalid)\n* Killing Floor [Mut: Per Server Stats](https://forums.tripwireinteractive.com/index.php?threads/mut-per-server-stats.36898/) (by the original author Marco), [KFEmojiPack](https://github.com/InsultingPros/KFEmojiPack)\n\n## See also\n\n[V1 on UnrealArchive](https://unrealarchive.org/mutators/unreal-tournament-2004/M/mutemoticonsv1_147952ac.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feliotvu%2Fut2004-mutemoticons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feliotvu%2Fut2004-mutemoticons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feliotvu%2Fut2004-mutemoticons/lists"}