r/heroes3 4d ago

Remove rough terrain penalties

hi guys,

is there a way, to remove penalties for rough terrain in vcmi?

i think, starting in the swamp or the snow is much harder, than starting on stone ground or gras.

0 Upvotes

3 comments sorted by

View all comments

2

u/ivanvg VCMI developer 4d ago

What exactly are you asking?

Having pathfinding skill or having entire army native to the terrain will remove terrain penalties, both in H3 and in VCMI.

If you want to entirely remove / disable this mechanics from the game, you can make a mod that does this.

  • Create directory named "no-rough-penalty" (or any other suitable name)
  • Create file named mod.json in it
  • Open mod.json in text editor and paste this text in it: json { "name" : "No rough penalty", "description" : "Disables rough penalties for all terrains", "modType" : "Mechanics", "author": "Ivan", "contact": "https://vcmi.eu", "version" : "1.0", "settings" : { "bonuses" : { "perHero": { "noRoughPenalties" : { "type" : "ROUGH_TERRAIN_DISCOUNT", "val" : 100, "valueType" : "BASE_NUMBER" } } } } }

1

u/Danthesuperdan 2d ago

Great. Thx