本帖最后由 zhouyou3dm 于 2015-7-29 09:22 编辑
unlock 命令不带参数会自动解锁所有客气和另一个那啥。
如果要解锁某个科技,就要把那个科技的InternalName当参数跟在后面了。具体查找InternalName的方式:
You find the xml files in a sub folder (\steamapps\common\Galactic Civilizations III\data\Game) under your steam installation directory. The InternalName xml tag in the TechDefs.xml file contains the internal names. The actual xml file depends on the race you are playing:
Generic: TechDefs.xml
Altarian: AltarianTechDefs.xml
Drengin: DrenginTechDefs.xml
Iridium: IridiumTechDefs.xml
Krynn: KrynnTechDefs.xml
Terran: TerranTechDefs.xml Sometimes the internal name is no really clear. You can search in the TechDefsText.xml in the steamapps\common\Galactic Civilizations III\data\English\Text sub directory for the name as seen in the game. There you then will find the internal name _Name value which you then can use to search for it in the TechDefs.xml file, where in turn you will find the InternalName. Of course the TechDefsText.xml filename is prefixed by the race the same as the TechDefs.xml files. Example: Searching in TerranTechDefsText.xml for "Xeno Industrialization" results in "TerranXenoIndustrializationTech_Name" for the <Label> tag.
Searching in TerranTechDefs.xml for "TerranXenoIndustrializationTech_Name" results in "XenoIndustrializationTech" for the <InternalName> tag.
Here the naming is consistent between the files, but this is not always the case.
|