All Projects → NiekNijland → CSGO-Translator

NiekNijland / CSGO-Translator

Licence: other
Simple C# CSGO chat translator

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to CSGO-Translator

Server-Creation-Tool
A Tool to easily create Server via SteamCMD
Stars: ✭ 33 (-5.71%)
Mutual labels:  counter-strike, counterstrike, counter-strike-global-offensive
Sequoia
A neural network for CounterStrike:GlobalOffensive character detection and classification. Built on a custom-made dataset (csgo-data-collector)
Stars: ✭ 60 (+71.43%)
Mutual labels:  counter-strike, csgo, counterstrike
Anubis
Free open-source training software / cheat for Counter-Strike: Global Offensive, written in C.
Stars: ✭ 81 (+131.43%)
Mutual labels:  counter-strike, csgo, counter-strike-global-offensive
pengWin
An external cheat for the Linux version of Counter-Strike Global Offensive
Stars: ✭ 28 (-20%)
Mutual labels:  counter-strike, csgo, counter-strike-global-offensive
csgo-gsi
A Java library for Counter-Strike: Global Offensive's game state integration
Stars: ✭ 23 (-34.29%)
Mutual labels:  counter-strike, csgo, counter-strike-global-offensive
Get5
CS:GO Sourcemod plugin for competitive matches/scrims
Stars: ✭ 390 (+1014.29%)
Mutual labels:  counter-strike, csgo, counter-strike-global-offensive
Garhal csgo
A project that demonstrates how to screw with CSGO from Kernel Space. (CSGO Kernel Cheat/Hack) All cleaned up, and with updated offsets.
Stars: ✭ 179 (+411.43%)
Mutual labels:  counter-strike, csgo, counter-strike-global-offensive
Csgo Retakes
CS:GO Sourcemod plugin for a site-retake gamemode
Stars: ✭ 272 (+677.14%)
Mutual labels:  counter-strike, csgo, counter-strike-global-offensive
Advancedfx
Half-Life Advanced Effects (HLAE) is a tool to enrich Source (mainly CS:GO) engine based movie making.
Stars: ✭ 231 (+560%)
Mutual labels:  counter-strike, csgo, counter-strike-global-offensive
Csgo Multi 1v1
CS:GO Sourcemod plugin to create multi-1v1 arena servers
Stars: ✭ 230 (+557.14%)
Mutual labels:  counter-strike, csgo, counter-strike-global-offensive
csgo-hud
Custom CS:GO Spectator HUD
Stars: ✭ 40 (+14.29%)
Mutual labels:  counter-strike, csgo, counter-strike-global-offensive
discord-10man
Discord bot for CS:GO Scrims and Pugs
Stars: ✭ 34 (-2.86%)
Mutual labels:  counter-strike, csgo, counter-strike-global-offensive
Deadcell Csgo
Full source to the CS:GO cheat
Stars: ✭ 339 (+868.57%)
Mutual labels:  counter-strike, csgo, counter-strike-global-offensive
CounterStrike-GlobalOffensive-LiveStat-for-OBS-Studio
Showing you LIVEstats of CS:GO in your Stream like OBS-Studio while playing/streaming.
Stars: ✭ 24 (-31.43%)
Mutual labels:  csgo, counterstrike, counter-strike-global-offensive
Csgo Pug Setup
CS:GO Sourcemod plugin for setting up private pug/10man games
Stars: ✭ 330 (+842.86%)
Mutual labels:  counter-strike, csgo, counter-strike-global-offensive
Aristois Legit
Full project files for aristois, Counter-Strike: Global Offensive cheat.
Stars: ✭ 110 (+214.29%)
Mutual labels:  counter-strike, csgo, counter-strike-global-offensive
get5-web
An unsupported, proof-of-concept webpanel for servers using the get5 CS:GO server plugin. Please don't use it.
Stars: ✭ 97 (+177.14%)
Mutual labels:  counter-strike, csgo, counter-strike-global-offensive
Csgo Practice Mode
CS:GO Sourcemod plugin for private team/individual practice servers
Stars: ✭ 263 (+651.43%)
Mutual labels:  counter-strike, csgo, counter-strike-global-offensive
Goesp
Cross-platform streamproof ESP hack for Counter-Strike: Global Offensive, written in modern C++. Rendering and GUI powered by Dear ImGui.
Stars: ✭ 210 (+500%)
Mutual labels:  counter-strike, csgo, counter-strike-global-offensive
Public
The game is about a group of "terrorists" who have traitors among them, out to kill everyone who's not a traitor.
Stars: ✭ 94 (+168.57%)
Mutual labels:  counter-strike, csgo, counter-strike-global-offensive

CSGO-Translator

Easy to use, single-file CS:GO chat translation tool.

You probably know the feeling of not being able to communicate in a match because everyone speaks a different language. Well, gone are those days. With this tool you can read translations of all foreign language messages, and even respond to them in their language. All while staying in the game.

CSGO-Translator will read the console output, detect chat messages, and then translate them with Google Translate. These translations can then be sent back to the in-game chat using Telnet.

You can also send a command to CSGO-Translator from the in-game chat. Which allows you to request a translation for some text in any language. This translation will then be sent in the in-game chat using Telnet.

All of this is accomplished using official CS:GO launch options. So this should be safe to use on official servers.

How to use

  1. Download the latest release (or build it yourself)
  2. Set CS:GO launch options: -condebug & -netconport 2121 (how do I do this?)
  3. start CS:GO & CSGO-Translator
  4. (Optional) Change the options in CSGO-Translator to your liking. (List of language codes)
  5. Read translations & send commands in the in-game chat!

Features & Examples

Translations in in-game chat



By default all messages from the all-chat which are not in your preferred language (set in the options), will be sent to your team-chat. You can change this in the options menu.

Commands from in-game chat



By default commands are allowed from the team-chat. You can change this in the options menu.

Command structure:

!team/all (-languagecode) MESSAGE

Example commands:

!team what are you doing?
!team -fr вау, ты действительно хорош 
!all -ru wat is jouw favoriete fruit?
!all -zh-TW I am peeking middle

If no -languagecode is given, it will default to the language code that is set in the options menu.
You can find the full list of supported language codes here

Translations



Options



By selecting Ignore own messages your chat messages (not commands) will be ignored by the translator.

Other features

  • Very simple to use
  • Lots of languages supported (Full list of language codes)
  • Translations are cached, so the same translation is used for identical messages.
  • Will work with all CS:GO install locations.
  • Everything can be done from the game, no need to Alt + Tab.

Current limitations

  • The current method of using Google Translate is rate-limited at 100 requests / hour.
  • Can't detect messages on certain community servers because of different chat structures.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].