• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

General Nij von Nij

Sergeant
44 Badges
Sep 30, 2017
89
1
  • Imperator: Rome
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Hearts of Iron IV: Together for Victory
  • Europa Universalis IV: Mandate of Heaven
  • Hearts of Iron IV: Death or Dishonor
  • Europa Universalis IV: Cradle of Civilization
  • Hearts of Iron IV: Expansion Pass
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV: Dharma
  • Europa Universalis IV: Golden Century
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: La Resistance
  • Imperator: Rome - Magna Graecia
  • Crusader Kings III
  • Battle for Bosporus
  • Europa Universalis 4: Emperor
  • Hearts of Iron IV: By Blood Alone
  • Hearts of Iron IV: No Step Back
  • Hearts of Iron 4: Arms Against Tyranny
  • Stellaris
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV
  • Victoria 2
  • Semper Fi
  • Hearts of Iron III: Their Finest Hour
  • For the Motherland
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Sword of Islam
  • Darkest Hour
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Hearts of Iron III
  • Europa Universalis IV: Res Publica
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Europa Universalis IV: Third Rome
  • Crusader Kings II
Hi,

I have looked through the event commands file, and have found the events:

"addcore which = [prov id] [where = TAG/-1] # Add new national province to TAG or current country if where = -1 or not defined"

and

"type = add_core_area which = AREA_NAME [where = TAG/-1] # Set all provinces in AREA_NAME area as national for country TAG or current country if where = -1 or not defined"

"type = add_core_region which = REGION_NAME [where = TAG/-1] # Set all provinces in REGION_NAME region as national for country TAG or current country if where = -1 or not defined"

For the first one I typed "addcore 1", and it didn't work, for the other two, I typed "add_core_area 1" and "add_core_region 1", but they didn't work.

Is there anything I am doing wrong, or is the event a different one? If so, what is it?
 
I did.

I looked through the events commands file in the modding documentation folder, and I typed:

- addcore (insert generic province id)
- add_core_area (prov. id)
- add_core_area (prov. id)

Without the brackets.
 
I did.

I looked through the events commands file in the modding documentation folder, and I typed:

- addcore (insert generic province id)
- add_core_area (prov. id)
- add_core_area (prov. id)

Without the brackets.
That sounds like you typed exactly what you wrote (in the console I guess) instead of creating/modifying an event.
Event commands is for... well, events (and decisions). You should probably take a look at Darkest Hour/Mods/Darkest Hour Full/db/events.
Also, the correct place to ask for help in creating events is https://forum.paradoxplaza.com/forum/index.php?forums/darkest-hour-user-modifications.608/
 
That sounds like you typed exactly what you wrote (in the console I guess) instead of creating/modifying an event.
Event commands is for... well, events (and decisions). You should probably take a look at Darkest Hour/Mods/Darkest Hour Full/db/events.
Also, the correct place to ask for help in creating events is https://forum.paradoxplaza.com/forum/index.php?forums/darkest-hour-user-modifications.608/

Exactly what I did. I thought that would have been a console command. Thanks for the tips.

Is there no console command to core a province?