Namelist modding:修订间差异

本页面讲述的内容长期有效
(merge from offical wiki)
 
(文本替换 - 替换“[[Category:”为“[[分类:”)
 
第12行: 第12行:


{{Modding navbox}}
{{Modding navbox}}
[[Category:Modding]]
[[ 分类:Modding]]

2022年12月5日 (一) 15:41的最新版本


Divisions get default names from a preset pool of historical names. All such name-pools are stored in /Hearts of Iron IV/Hearts of Iron IV/common/units/names_divisions in country-specific textfiles, e.g. "USA_names_divisions.txt" contains the division names for the United States.

Fortunately, every single file contains a good tutorial at the top and lots of existing name-pools to serve as your examples.

Still keep the following in mind:

  • Don't forget to make a safety copy (e.g. "USA_names_divisions_original.txt")
  • Maybe consider to first create an empty template in excel in order to automate the numbering (1 = { "%dst ' ' Division" } , ... continue down to 100th), as typing everything manually can be nauseating.
  • Don't forget to save the file.