Hoi4 modding Wiki
Register
Advertisement

Description[]

The bookmarks folder contains the different scenario's that you can play within Hoi4. Currently this is "the gathering storm" bookmark, where you start in 1936, and the "blitzkrieg" bookmark, where you start in 1939. Each file in this folder represents one of these bookmarks. You can change these files to for example change the descriptions, start date and majors of a bookmark.



Bookmark Value[]

A bookmark file starts by opening all bookmarks and adds a new bookmark value.

Example: 

bookmark = {
	name = "World Imperia"
	desc = "text"
	date = 1935.1.1.1
	picture = "GFX_select_date_1936"
	default_country = "ITA"
	default = yes

	"ENG" = {
	    minor = no
		history = "ENG_HISTORY"
		ideology = communism
		ideas = { } 
		focuses = { } 
	}
}

Tips[]

  1. Minors will not appear unless they have a custom focus tree.  I speculate that this is an easy way to account for different combinations of DLC. You can easily make a custom focus tree by copying and pasting the first few lines of another focus tree, replacing the tag, and closing the bracket.
  2. You can create an "other countries" button by using  "---" as the country tag of a major.
  3. Although it is possible to have more than two bookmarks, the bookmarks will end up going out of frame.
Advertisement