• 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.

tahlaskerssen

First Lieutenant
46 Badges
Jun 21, 2015
299
515
  • Crusader Kings II
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Third Rome
  • Crusader Kings II: Jade Dragon
  • Europa Universalis IV: Golden Century
  • 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
  • Crusader Kings II: Holy Fury
  • Hearts of Iron IV: Together for Victory
  • Imperator: Rome
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: La Resistance
  • Imperator: Rome - Magna Graecia
  • Crusader Kings III
  • Crusader Kings III: Royal Edition
  • 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
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Reapers Due
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Res Publica
  • Crusader Kings II: Monks and Mystics
  • Europa Universalis IV
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV: Art of War
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
Hi

I want to make the CK2Plus duel battle events work in a personal mod. I migrated both

CK2Plus_duel_battle_events.txt

and

CK2Plus_duel_battle_engine_events.txt

And added the corresponding on action events on the on_actions file weight modifiers for combat_pulse but they never seem to trigger.

on_combat_pulse = {
random_events = {
2750 = 0
2000 = DuelEngine.500

What am I doing wrong?
 
The trigger involves many other Plus specific things, including a game rule, event modifiers and more. If those are not part of your mod, it will likely silently fail. See error.log after starting the game to the main menu.
 
I mean, it doesnt make sense.

Code:
character_event = { # Battlefield Duel Start
    id = DuelEngine.500
    desc = "EVTDESC_DuelEngine_500"
    border = "GFX_event_normal_frame_war"
    picture = GFX_evt_battle

    is_triggered_only = yes
    #triggered by on_combat_pulse

That is the event that triggers everything, which is clearly triggered by on combat pulse.

But when I go to the on_action.txt downloaded from the Ck2+ download thread we get

Code:
### on combat pulse
#FROM is the character who is the commander of the opposing side
#FROMFROM is the character who is the LIEGE of the commander of the opposing side
on_combat_pulse = {
    random_events = {
        2750 = 0
        500 = HFP.11000 #tombola for battle events
        #2000 = MIL.500 #Milla's debug event

how on earth is it supposed to start?

There is no mention whatsoever of the ck2+ duel event, only the holy fury vanilla one.
 
But when I go to the on_action.txt downloaded from the Ck2+ download thread we get

Code:
### on combat pulse
#FROM is the character who is the commander of the opposing side
#FROMFROM is the character who is the LIEGE of the commander of the opposing side
on_combat_pulse = {
    random_events = {
        2750 = 0
        500 = HFP.11000 #tombola for battle events
        #2000 = MIL.500 #Milla's debug event

how on earth is it supposed to start?

There is no mention whatsoever of the ck2+ duel event, only the holy fury vanilla one.

There's also 000_CK2Plus_on_actions.txt