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

Solitar33

Recruit
93 Badges
Dec 4, 2006
7
0
  • Cities: Skylines - Snowfall
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Cities: Skylines
  • Cities: Skylines Deluxe Edition
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Victoria 2
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Colonel
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Victoria 3 Sign Up
  • Europa Universalis IV: Art of War
  • Arsenal of Democracy
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Darkest Hour
  • Europa Universalis IV
  • Ancient Space
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • March of the Eagles
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Semper Fi
Hello all,

I was playing a game last night and noticed something rather odd....

The Nuclear aircraft carrier uses up oil and has a range of 4500km.

The Modern aircraft carrier uses up no oil, extra supplies and has a range of 8000km.

:confused:

Have I made a foolish mistake, or do these statistics seem backwards?

Please let me know if they are the wrong way around on your games as well.

Cheers
 
Sounds like they are reversed. Did you edit the specs in carrier.txt file?

Should look something like this, unmodded:

Code:
# 8 - Modern
model = {
	cost				= 13
	buildtime 			= 930
	defaultorganisation 		= 30
	morale				= 30
	manpower			= 3
	maxspeed			= 34
	surfacedetectioncapability	= 1
	airdetectioncapability		= 5
	subdetectioncapability		= 1
	visibility			= 100
	seadefence			= 26
	airdefence			= 9 
	seaattack			= 6
	subattack			= 3
	convoyattack			= 6
	airattack			= 6 
	shorebombardment		= 2 
	transportcapability		= 0
	range				= 4500
	supplyconsumption		= 3.5 # was 2.5
	fuelconsumption			= 3 # was 2
	distance			= 0.05 
}

# 9 - Nuclear
model = {
	cost				= 14
	buildtime 			= 950
	defaultorganisation 		= 30
	morale				= 30
	manpower			= 3
	maxspeed			= 34
	surfacedetectioncapability	= 2 # was 1
	airdetectioncapability		= 6 # was 5
	subdetectioncapability		= 1
	visibility			= 100
	seadefence			= 26
	airdefence			= 10 # was 9 
	seaattack			= 6
	subattack			= 3
	convoyattack			= 6
	airattack			= 6 
	shorebombardment		= 2 
	transportcapability		= 0
	range				= 8000
	supplyconsumption		= 3.5
	fuelconsumption			= 0
	distance			= 0.05
 
Solitar33 said:
Hello all,

I was playing a game last night and noticed something rather odd....

The Nuclear aircraft carrier uses up oil and has a range of 4500km.

The Modern aircraft carrier uses up no oil, extra supplies and has a range of 8000km.

:confused:

Have I made a foolish mistake, or do these statistics seem backwards?

Please let me know if they are the wrong way around on your games as well.

Cheers

Known issue.... see bug thread in main HOI2 Arma forum.