Home » MODDING HQ 1.13 » v1.13 Modding, Customising, Editing » v1.13 INI Customisation and Help » Disable or lower the rate of counterattacks and reinforcments (How to balance the game)
Re: Disable or lower the rate of counterattacks and reinforcments[message #359072 is a reply to message #359067] Sat, 22 February 2020 11:25 Go to previous messageGo to previous message
silversurfer

 
Messages:2791
Registered:May 2009
If you just want to disable the reinforcements you could set <AllowReinforcements> to 0. This would disable reinforcements for militia as well however.
Or you could play with the _ENEMY_REINFORCEMENTS settings in JA2_Options.ini and increase the delay or lower the number of enemies.

The last two numbers in each line are the min and max value for each parameter:
	gGameExternalOptions.sMinDelayEnemyReinforcements		= iniReader.ReadInteger("Strategic Gameplay Settings", "MIN_DELAY_ENEMY_REINFORCEMENTS", 7, 0, 100);
	gGameExternalOptions.sRndDelayEnemyReinforcements		= iniReader.ReadInteger("Strategic Gameplay Settings", "RND_DELAY_ENEMY_REINFORCEMENTS", 8, 0, 100);
	gGameExternalOptions.sMinEnterEnemyReinforcements		= iniReader.ReadInteger("Strategic Gameplay Settings", "MIN_ENTER_ENEMY_REINFORCEMENTS", 6, 1, 64);
	gGameExternalOptions.sRndEnterEnemyReinforcements		= iniReader.ReadInteger("Strategic Gameplay Settings", "RND_ENTER_ENEMY_REINFORCEMENTS", 6, 1, 64);



Wildfire Maps Mod 6.07 on SVN: https://ja2svn.mooo.com/source/ja2/branches/Wanne/JA2%201.13%20Wildfire%206.06%20-%20Maps%20MOD

Report message to a moderator

Lieutenant
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Asking help for modding walk behaviour...
Next Topic: IMP Settings: what are Wildfire Stats?
Goto Forum:
  


Current Time: Fri Jan 31 12:45:50 GMT+2 2025

Total time taken to generate the page: 0.00729 seconds