Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
https://wwxp.lanzouy.com/iAv232uyzmdc
1.安装BepInEx,建议调出控制台,这样可以看到有没有报错
2.安装I18NFont4UnityGame,并配置好字体,我使用的是source_han_sans,
以上步骤解决了字体问题。
XML汉化进度100%
AB包进度100%
C#进度1%。
有精调和错误指出等,可以直接说。
XML文件存在于原版和DLC扩展中,相对路径为GameData\Configuration
使用AI或者手动自行汉化即可。
使用AssetBundleExtractor进行提取汉化的文本。然后进行汉化,最后回填并替换原始AB包
汉化包中有写的PY代码和对照词典。目前只有arcenui需要汉化,其他AB包暂未找到需要汉化的地方。
制作组在CodeExternal留下来完整的项目源码,可以直接使用VS2022打开,
汉化完的CS文件可以直接编译生成,替换原始的DLL&PDB。
"AI War 2\ReliableDLLStorage\ArcenDLLs\AIWarExternalCode.dll"
The production team left the complete project source code in CodeExternal, which can be opened directly with VS2022.
The localized CS file can be directly compiled and generated to replace the original DLL&PDB.
~~~
Technically its only a whole lot of the code, not all of it. However, it does likely contain most of the code responsible for text. The most significant part of that is in tooltips. The tooltips for in-game entities the biggest part of that. If you have questions about this, you should ask in the aiw2 modding channel of the arcen discord server (linked to from in-game). I am the author of the "formatted" tooltip style which involved redoing most of the entity tooltip lines and could guide you somewhat--if you did want to set this up to be a full mod, that people can enable from in-game.
Yes, I really want to create a MOD. If possible, please guide me.
https://wwxp.lanzouy.com/ipCSR2vovwof
AB包没更,其他文件官方都动了
更新后更多的文本被放回了DLL,需要反编译,难度加大了
Copypasta: