Hack 'n' Slash

Hack 'n' Slash

159 个评价
Translation Kit
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
43.710 KB
2014 年 7 月 24 日 下午 12:55
2014 年 9 月 19 日 下午 4:26
2 项改动说明 ( 查看 )

订阅以下载
Translation Kit

描述
Translation Kit is a tool for seeding translation mods.

It works by searching through all of the code in the game, identifying strings that are displayed as text, and then writing them out to .translation files that you can then modify manually to produce translations of the game into other languages.

It's also an example of advanced mod behavior. It traverses code with the game's own reverse engineering tools and writes out a brand new functional mod. Clone it through the mod management UI to take a look at the source code if you're curious to learn how it works!
32 条留言
Tellurian 2021 年 1 月 4 日 上午 1:26 
с модом игра вылетает
valerka273 2020 年 3 月 30 日 上午 3:02 
This is pretty old mod, but where can I find its output?
lomszz 2016 年 2 月 26 日 下午 1:40 
,,,,,,,,,,:steamhappy:
Natherc 2016 年 1 月 2 日 上午 8:12 
Hi everyone I have some problems with this mod as I can't run my traduction patch, must I convert it in a .mod file or anything because when I want launch it says "attempt to local translationscript" and don't run it and it's difficult to find solution on google
charlybrown 2015 年 6 月 15 日 上午 7:08 
espero la traduccion al español
asidick 2014 年 12 月 21 日 上午 1:59 
I'm translating game to Turkish, which ş, ö and ü has to work. My problem is similar to J5lx's... Waiting your responses Noughtceratops.
J5lx 2014 年 9 月 21 日 上午 8:14 
Here’s the WIP: http://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=316964985 It’s not yet complete though, so you might have to clone the mod and look at the files to search for occurrences of ü and ö.
Noughtceratops  [作者] 2014 年 9 月 20 日 上午 10:44 
Everything that's in high ascii should be in our font map, so all the umlaut characters should be showing up. It might be a bug!

If you upload the mod and send me a link, I can investigate (I can use the mod tools to pull down a private mod).
J5lx 2014 年 9 月 20 日 上午 1:40 
I’m currently translating the game to German. For some reason, the characters ö and ü are not shown. However, the characters ä, Ä, Ö, Ü, and ß *are* shown. Is there anything I could be doing wrong or is this a bug?
Noughtceratops  [作者] 2014 年 9 月 19 日 下午 4:29 
Updated with a fix for the latest version of the game! Shout outs to Zio Equino for for identifying the bug and for fixing it faster than me!