Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

A simple tool that replaces CSGO's localised strings with strings from a user-created file.

License

Notifications You must be signed in to change notification settings

MarkKoz/csgo-localisation-replacer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSGO-Localised-String-Replacer

Description

A simple tool that replaces CSGO's localised strings with strings from a user-created file. Useful for customising colours of chat notifications (e.g. money awarded) for languages other than English.

Requirements

  • Windows operating system
  • .NET Framework 4.5.2 or later
  • CSGO (probably works with other Source games or any similarily-structured file)

Instructions

  1. Create an INI file and specify the names of the strings to replace and their values in the following format:
Name="Value"

For example:

SFUI_Lobby_StatusRichPresence_competitive_lobby="MM lobby"
SFUI_Lobby_StatusRichPresence_competitive_game="MM -"
  1. Open a command prompt at the location of CSGO-Localised-String-Replacer.exe and run the program, specifying the location of the locale file and the INI file. For example:
C:\> CSGO-Localised-String-Replacer.exe "C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\csgo_english.txt" "C:\strings.ini"

Credits

Mark Kozlov

Nima Shoghi

About

A simple tool that replaces CSGO's localised strings with strings from a user-created file.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages