Skip to content
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.

dounai2333/CSNS-Chinese-Localization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Counter-Strike Online (Nexon: Studio / Zombies) Chinese Localization

Chinese Readme | 中文说明文档

A localization program that can let CSN:S load the Chinese.

This project is current under MIT license and written in C++, build with VS2019.

  • Secondary development and issues / pull requests are always welcome!

This project is now out of life.

I'll not do support or maintain it anymore, you can still read the code or try to use it but don't complain if it's not working.

How to use?

  1. Make sure your game language is English
  2. Get cstrike_chn.nar from CSO China client
  3. Copy it and paste to CSN:S Data folder
  4. Rename it to fixtrike.nar or replace cstrike_na_en.nar
  5. Get chn_00000.pak* from CSO China client
  6. Copy it and paste to CSN:S Data\Packer folder
  7. Start the program when Nexon Anti-Cheat* is loading
  8. We are done! Enjoy it!

*chn_00000.pak: Don't doubt, you also need other files as this (chn_00001.pak, 00002 etc..)

*Nexon Anti-Cheat: In the lower right of your screen with blue background, showing white text NEXON GAME SECURITY

Available arguments

  • -killac : Kill anti-cheat process to speed up loading time a little. (useful if your NGS stuck multi times)

  • -dontblock : Don't try to block any file, let game load them normally.

  • -autoexit : Automatically exit the program after everything is done, will wait 5 seconds before exiting.

Will I be banned for using this on Steam server?

Well, most likely YES.

That's because this program is working like other normal cheating software (memory reading / writing)

USE AT YOUR OWN RISK!

Third party library

  • Used KateBot's Memory and Misc code (Author klorik).

  • Used MemoryScan program (Author Bunsei).