• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

some vac question

fumiko

Active member
Jul 24, 2010
44
12
I want to change "killing floor" to my language localization, only need to modify the "int" part in English as my native language, and placed in a folder in the "textures" font support files, such behavior would be vac ban off??????:confused:

such as this change
-----------------------------
original "core.int"

[Errors]
Unknown="Unknown Error"
Aborted="Aborted"
ExportOpen="Error exporting %s: couldn't open file '%s'"
ExportWrite="Error exporting %s: couldn't write file '%s'"
FileNotFound="Can't find file '%s'"
ObjectNotFound="Failed to find object '%s %s.%s'"
PackageNotFound="Can't find file for package '%s'"
PackageResolveFailed="Can't resolve package name"
FilenameToPackage="Can't convert filename '%s' to package name"
Sandbox="Package '%s' is not accessible in this sandbox"
PackageVersion="Package '%s' version mismatch"
FailedLoad="Failed to load '%s': %s"
.........
.........
.........

to--------------------------

my native language "core.int"

[Errors]
Unknown="未知错误"
Aborted="关于"
ExportOpen="错误输出 %s: 不能打开文件 '%s'"
ExportWrite="错误输出 %s: 不能写入文件 '%s'"
FileNotFound="找不到文件 '%s'"
ObjectNotFound="未能找到目标 '%s %s.%s'"
PackageNotFound="找不到文件包 '%s'"
PackageResolveFailed="不能重命名文件包"
FilenameToPackage="不能将文件名称改为 '%s' 文件夹名称"
Sandbox="文件夹 '%s' 未能在沙箱中找到"
PackageVersion="文件夹 '%s' 版本错误"
FailedLoad="读取失败 '%s': %s"
.........
.........
.........

:confused:
 
Last edited:
I did this with my game to change it to japanese but I haven't touched any regular files, I got pretty much every file in the system folder double with a .jap extension instead which causes Steam when set to japanese to load the game on japanese and on english when Steam is set to english without modifying any files, I personally wouldn't touch the files, I'd rather use this method, given that your Chinese localization allows that, you could upload the files for it so I could check if it changes any core files.
 
Upvote 0