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

Endibear

Second Lieutenant
11 Badges
May 20, 2004
184
12
  • Hearts of Iron Anthology
  • Arsenal of Democracy
  • Darkest Hour
  • Hearts of Iron III
  • Iron Cross
  • Victoria 2
  • 500k Club
  • Stellaris
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
Hello,

I don't know if this is still up-to-date (1.13 or 1.14) ?

In AoD 1.12 "db /e vent commands" date Jan 24th 2015

# Terrain movement modifiers
command = { type = [desert_move/mountain_move/hill_move/forest_move/swamp_move/urban_move/river_crossing]
which = [division type/brigade type]
value = [X] # Modifier in percent (+10 = 10%)

command = { type = river_crossing which = infantry value = 10 }

That command do not work.
 
Upvote 0
Hello,

I don't know if this is still up-to-date (1.13 or 1.14) ?

In AoD 1.12 "db /e vent commands" date Jan 24th 2015

# Terrain movement modifiers
command = { type = [desert_move/mountain_move/hill_move/forest_move/swamp_move/urban_move/river_crossing]
which = [division type/brigade type]
value = [X] # Modifier in percent (+10 = 10%)

command = { type = river_crossing which = infantry value = 10 }

That command do not work.
Yea, it doesn't work. From my event modding cheat sheet:
Terrain movement modifiers​
command = { type = [jungle_move/desert_move/mountain_move/hill_move/forest_move/swamp_move/urban_move/river_crossing] ### THERE IS NO river_crossing modifier
which = [division type/brigade type]​
value = [X]​
}​

Attached is my updated HOI2_EventCommands.txt file

Although not the same as movement, you might want to consider using the river_attack in lieu of the non-existing river_crossing.
 

Attachments

  • HOI2_EventCommands.txt
    38,1 KB · Views: 0
Yeah, river_attack works fine.
My events commands is delivered with the 1.12 patch and stand since 1.10 untouched.

Many thanks for your HOI2_eventcommands.txt
 
Yeah, river_attack works fine.
My events commands is delivered with the 1.12 patch and stand since 1.10 untouched.

Many thanks for your HOI2_eventcommands.txt
That file also has the new Industrial modifiers, not to be confused with the Industrial multipliers, that have been added to 1.13. So don't use the energy, metal, rare_materials, oil, or money modifiers until 1.13. You can still use the All and Supplies.

I've also added the river_crossing terrain movement modifier to my list for 1.13.