Positions.txt

本页面所适用的版本可能已经过时,最后更新于3.1

Positions.txt is an important file in Map modding that stores all the data of locations of Map Objects in a province. These Map Objects include armies, councilors,cities and ports.

When a map is first created from scratch and fails to load, Positions.txt is often one of the culprits. It is often advised to leave Positions.txt empty when creating a new map, since it will prevent the file from crashing the game. The problem with this solution is that it will center all Map Objects in the center of the province. It is advised to fill Positions.txt only when modders are done with Provinces.bmp

There are a few ways to fill Positions.txt:

  • Manually filling Positions.txt by getting the data from an image editor.
  • Using the in-game tool called Nudge

Manual editing

When manually editing Positions.txt, the modder will be presented with a list of entries in the following format:

#Name of province (optional)
Province number =
{
	position=
	{
		X₁ Y₁  X₂ Y₂  X₃ Y₃  X₄ Y₄  X₅ Y₅
 	}
	rotation=
	{
		R₁ R₂ R₃ R₄ R₅
	}
	height=
	{
		H₁ H₂ H₃ H₄ H₅
	}
}
  • The name of the province is a comment and is used only for ease of use. It has no in-game function.
  • The province number is the number of the province as defined in definition.csv
  • The values for the various objects are listed in three separate sections. (See the Map objects section below for a list of the objects.) All values are listed to three decimal places (e.g. 0 is listed as 0.000).
    • Position is comprised of a list of X and Y coordinates for the various items, which are measured in pixels. They are measured from 0.000, with 0.000 0.000 being the bottom left corner of the map. The size of the map is determined by the pixel dimensions of provinces.bmp. As such, the position of an item is equivalent to the pixel it would occupy in provinces.bmp. Note however that Photoshop (and other image-editing software) treats the top-left as (0, 0).
    • Rotation determines the rotation of an item. It is measured in radians, with 0.000 corresponding to due south. As such, due north is represented as π radians, or 3.142. Generally, this is only used by ports, although it also affects cities and text.
    • Height determines the height of an item relative to the height of the map. This is usually unnecessary but can sometimes be used to prevent items from clipping into surrounding terrain. By default, the county's label has a value of 20.000, while all other values are 0.000

Nudge

Nudge is an in-game tool that helps filling Positions.txt.

Nudge will work with your mod's positions.txt, but it will always save it over the positions.txt in your CK2 installation. Before using Nudge, back up the vanilla positions.txt, and after using Nudge, copy positions.txt from vanilla to your mod and copy the backup to the vanilla positions.txt.

Setting up Nudge

To be able to access Nudge, browse to Documents\Paradox Interactive\Crusader Kings II\YOUR MOD FOLDER\Settings.txt. If you do not find a folder for your Mod, you have not told the game to make one in your Mod's Mod File or you have not run your Mod yet. In the first case editing the vanilla settings.txt instead will work.

In Settings.txt, find the line

nudge_allowed=no

and change it to

nudge_allowed=yes

Now run your Mod. A Nudge button should now appear to the right of your normal Menu buttons.

Using Nudge

Nudge Interface

To bring up the Nudge interface, select a province. Nudge's interface is simple, but it will still be explained here.

  • Map Objects: Located to the left of the interface, the selection boxes allow you to specify which Map Object you want to modify.
  • Height: The three buttons in the middle-left allow you to change the height of the selected Map Object. The height can be reset by pressing the middle "0" button.
  • Arrows: The four buttons in the middle-right allow you to change the location of the selected Map Object.
  • Rotation: The four buttons to the right allow you to change the rotation of the selected Map Object. This is measured in degrees. The - and + rotate the object in 5 degree increments with the -- and ++ buttons rotate it in 45 degree increments. +/++ rotate it clockwise while -/-- rotate it anti-/counter-clockwise. For ports, 0 represents due south.
  • Save: This button saves Positions.txt to your Crusader Kings 2\map folder. Remember to copy the new Positions.txt to your Mod's map folder.
  • Check: This button applies a color to a province while not in terrain mapmode. The coloration is specific to each map object type (see below), and will be red if the object lies outside of the province; otherwise it will turn green. The coloration will also remain until the game is exited, allowing it to be used to remember which provinces have already been modified.
  • Mapmode: This button changes Mapmode between a Terrain Mapmode and a Mapmode that displays checked provinces. As of at least patch 3.1.0, this button is non-fuctioning and crashes the game.

To start moving Map Objects around, right click on the location where you want to have the Map Object. After that you can make more accurate edits with the arrows, rotate the Map Object or modify the height of the Map Object. There is no interface to exit the game while using Nudge, so ALT + F4 must be used to exit the game.

Map Objects

There are 7 Map Objects you can work with:

  • Cities: Cities in CKII are the houses on the map. These houses surround a central building, such as a tower for baronies. Move this central building and the houses will move with it.
  • Units: This is where the armies appear when they are raised or stationed in province. Armies cannot be rotated and should be placed in even ground, since their feet can clip in the ground when they are on uneven ground. Also note that when in combat more than one army is displayed on the map, and when in transit armies are displayed to the north west of their standing position, so it is advisable to place them away from borders and bodies of water where possible.
  • Councillors: this is where the Councillors are placed in the province. Remember that if there is more than one councillor in a province, they will surround this location. As such, it should not be placed near borders or on an island (where possible). Councillors cannot be rotated and should be placed in even ground, since their feet can clip in the ground when they are on uneven ground.
On sea tiles, this coordinate determines where ships which are in transit to an adjacent tile will be displayed.
  • Text: This is the name of the county which appears on the map. It is ill advised to edit the text, as it can break the text in other provinces. It doesn't affect text on the menu, but does have an effect in-game.
  • Ports: Only coastal provinces can have ports. When the port is not visible, it is often located within/underneath the land of the province and thus hidden from view. Right-clicking near the coast where you want it is one way to resolve this issue. Parts of the port can be located underwater, so be sure to rise it where necessary.
  • Wonder: The location of a wonder that shows a non-coastal background in the interface.
  • Coastal Wonder: The location of a wonder that shows a coastal background in the interface.

As they are not associated with any particular county/province, other map objects such as the frame around the map and the wonders added in DLC 63 are not defined in positions.txt; they are instead treated as "statics", which are defined in text files within map\statics\ and use a different (but similar) system.