-
Star
(112)
You must be signed in to star a gist -
Fork
(7)
You must be signed in to fork a gist
@Skaewlkr Use a good editor that can actually show you different characters, the hex codes are just a reference, and the character after it is the actual thing that modifies the color.
@Tiagoquix All you did was removed the leading whitespace in strings, which is needed for colors to work (due to a bug?)
I moved it to a git repository here: https://github.com/xPaw/CS2
@xPaw Thanks for clarifying how it actually works. I now used another editor and I can finaly see the real characters.
Greetings
Fix? I tried putting -language english and -language textmod but unfortunately it didn't work, any other fix?
Are you on the latest version of the file? ( Save from here: https://github.com/xPaw/CS2 )
Fix? I tried putting -language english and -language textmod but unfortunately it didn't work, any other fix?
Are you on the latest version of the file? ( Save from here: https://github.com/xPaw/CS2 )
Yeah, I downloaded it today and it doesn't work
@robertobro @jeswastaken Ensure you are putting the file inside /game/csgo/resource
instead of /csgo/resource
, with the same name in your launch options as in the name of the file (e.g. -language textmod
for a filename of csgo_textmod.txt
). Also make sure you're using the latest version of the textmod from the new repository, and that the filename hasn't had other text added to it (such as (1)
for duplicate files).
All these instructions are available on the new repository.
oh shit thanks, i was accidentally putting it in csgo/resource and not game/csgo/resource
I am trying to modify some colors in chat, I want the DEAD in front of the players name in red to be exact, but this does not seem to work, it only displays the color of the team I am on. The rest works fine.
ps.: I am using the color of the HE's in front of DEAD.
Nvm, I am dumb, just read line 14, I need to add a space prefix.
Does it still work?
They were necessary last time I tested it in CS2, with the joined team messages. VIP strings are gone anyway.