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

unmerged(11656)

Bradley wannabe
Nov 12, 2002
143
0
Visit site
OK as has been made clear Finland is way too weak to deal with SU in this game.
As a Finn this has caused me sleeplessness, loss of appetite, joy of life is gone etc, etc.
This can't go on. So, how to fix this?


Step 1: Mod bergsjaeger.txt file add this after basic bergsjaeger model,

Code:
# Sisu man MODEL 1

model = {
	cost 					= 9
	buildtime	 			= 120
	manpower 				= 10
	maxspeed 				= 4
	defaultorganisation 	= 40
	grounddefence 			= 12
	airdefence				= 3
	softattack				= 2
	hardattack				= 1
	airattack				= 1
	transportweight			= 10
	supplyconsumption 		= 1
	fuelconsumption			= 0
}


Step 2: Mod text.csv file. (Do NOT save with Excel):

Add this line to models

MODEL_7_1;Sisu man;;;;;;;;;;x


Step 3: Mod infantry_tech.txt file

Add this command into effects at Arctic Warfare Equipment tech

command = { type = new_model which = bergsjaeger value = 1 }


Step 4: Mod finn.ai file. (For this you need to have finn.ai) Set bergsjaeger = 100, in finn.ai file.


Step 5: Mod finland.inc file. Change some bulk infantry to Sisu man units.
Like this

Code:
	#this is the old unit
	division = {
		id = { type = 20000 id = 4 }
		type = infantry

		name = "4th Infantry"
	}


         #replace old unit with this

	division = {
		id = { type = 20000 id = 4 }
		type = bergsjaeger
		model = 1 #Sisu man
		name = "4th Infantry"
	}

**** CAUTION! ****

Any nation which has researched Arctic Warfare Equipment, can build Sisu man units.
If you feel this is not historical, then you have to change ai files.
Set bergsjaeger = 0 in all ai files, except finn.ai. You do have a finn.ai, right?

**** CAUTION! ****

-
 
Last edited: