{"id":18982254,"url":"https://github.com/rejchev/ccprocessor","last_synced_at":"2025-04-16T13:32:38.916Z","repository":{"id":182162725,"uuid":"668042188","full_name":"rejchev/ccprocessor","owner":"rejchev","description":"Color Chat Proccesor for SourceMod","archived":false,"fork":false,"pushed_at":"2023-07-28T06:45:18.000Z","size":1672,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-07-28T07:41:56.851Z","etag":null,"topics":["ccp","ccprocessor","csgo","css","l4d","l4d2","sourcemod","sourcemod-plugin","tf","tf2"],"latest_commit_sha":null,"homepage":"https://github.com/rejchev/ccprocessor/wiki","language":"SourcePawn","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rejchev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"custom":["PayPal-undertowna@gmail.com","qiwi.com/n/WARIES"]}},"created_at":"2023-07-18T22:17:28.000Z","updated_at":"2023-07-23T20:02:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"c67ec6a4-63c7-4b45-b1e9-a08266cb061d","html_url":"https://github.com/rejchev/ccprocessor","commit_stats":null,"previous_names":["rejchev/ccprocessor"],"tags_count":24,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rejchev%2Fccprocessor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rejchev%2Fccprocessor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rejchev%2Fccprocessor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rejchev%2Fccprocessor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rejchev","download_url":"https://codeload.github.com/rejchev/ccprocessor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223713509,"owners_count":17190498,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["ccp","ccprocessor","csgo","css","l4d","l4d2","sourcemod","sourcemod-plugin","tf","tf2"],"created_at":"2024-11-08T16:12:51.972Z","updated_at":"2024-11-08T16:12:52.919Z","avatar_url":"https://github.com/rejchev.png","language":"SourcePawn","funding_links":["PayPal-undertowna@gmail.com","qiwi.com/n/WARIES"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eColor Chat Processor\u003c/h1\u003e\n\u003cdiv align=\"center\"\u003e\n\n[![CI](https://github.com/rejchev/ccprocessor/actions/workflows/ci.yml/badge.svg)](https://github.com/rejchev/ccprocessor/actions/workflows/ci.yml)\n[![Discord](https://img.shields.io/discord/494942123548868609?logo=discord\u0026logoColor=%23959da5\u0026color=%235865F2)](https://discord.gg/cFZ97Mzrjy)\n[![Downloads](https://img.shields.io/github/downloads/rejchev/ccprocessor/total?color=%2332c955)]()\n[![LICENSE](https://img.shields.io/github/license/rejchev/ccprocessor)](LICENSE)\n\u003c/div\u003e\n\n## About\n\n### Description\nThe chat handler makes the hidden features of the standard in-game chat available.\u003cbr\u003e\nIts functionality and fixes for all known bugs make this handler the best of its kind.\n\n### Real-Time Color Processing\nRTCP is one of the features of the chat processor, which allows you to replace abbreviations with colors when sending a message\n\n![RTCP](./.github/images/rtcp.gif)\n\n### Flexible Localization\nFor a long time of development, it was decided to support flexible localization. \u003cbr\u003e\nThis approach allows you to preserve the language affiliation and form a message in the language of the player's platform. \u003cbr\u003e\n\n\u003cb\u003eFor example `ServerLang: \"en\"`\n\n- What the RU-player sees \u003cbr\u003e\n![RU-Client](./.github/images/ru-client.png)\n\n- What the EN-player sees at same time \u003cbr\u003e\n![EN-Client](./.github/images/en-client.png)\n\n### Extended Radio\nThe handler also deals with the radio channel. \u003cbr\u003e\nYou can edit already boring radio commands. \u003cbr\u003e\n![Radio](./.github/images/radio.png)\n\n### And more other...\n\n## Game support\n---------\n- [x] Counter-Strike: Global Offensive\n- [x] Counter-Strike: Source (Open Beta)\n- [x] Team Fortress 2\n- [x] Left 4 Dead 2\n\n## Requirements:\n-------------\n- Sourcemod 1.11 \n    - [Windows](http://sourcemod.net/latest.php?os=windows\u0026version=1.11)\n    - [Linux](http://sourcemod.net/latest.php?os=linux\u0026version=1.11)\n\n## Handlers\nHandler Name | Message identifier | Package | Virtualization |\n:------------: | :------------------: | :-------: | :--------------: |\n|  `SayText2`  | `STA` = Public chat \u003cbr\u003e `STP` = Team chat \u003cbr\u003e `CN` = Name Change  | `ccp-saytext2.smx` | `Yes` |\n|  `TextMsg`   | `TM` = Server chat | `ccp-textmsg.smx`  | `Yes` |\n|  `SayText`   | `ST` = Server chat | `ccp-saytext.smx`  | `Yes` |\n|  `RadioText` | `RT` = Radio chat  | `ccp-radiomsg.smx` |  `Yes` |\n    \n## [Supported Modules](https://github.com/rejchev/ccp-modules)\n\n## License\n[GNU Public License v3](https://github.com/rejchev/ccprocessor/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frejchev%2Fccprocessor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frejchev%2Fccprocessor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frejchev%2Fccprocessor/lists"}