Why if i create
01_defines.txt and write
NGameplay = {
#TEST
EMPIRE_SIZE_BASE = 15 # No penalties at this empire size or below #da 30
EMPIRE_SIZE_FROM_DISTRICTS = 1 # Per district #da 1
EMPIRE_SIZE_FROM_SYSTEMS = 1 # Per system
EMPIRE_SIZE_FROM_COLONIES = 30 # Per planet # da 5
EMPIRE_SIZE_FROM_BRANCH_OFFICES = 2 # Per branch office
EMPIRE_SIZE_FROM_POPS = 1 # Per pop #da 0.5
}
this work
but if i create
01_ship_sizes.txt
and write
corvette = {
resources = {
category = ships
cost ={
alloys = 500
}
}
}
not work? why?
01_defines.txt and write
NGameplay = {
#TEST
EMPIRE_SIZE_BASE = 15 # No penalties at this empire size or below #da 30
EMPIRE_SIZE_FROM_DISTRICTS = 1 # Per district #da 1
EMPIRE_SIZE_FROM_SYSTEMS = 1 # Per system
EMPIRE_SIZE_FROM_COLONIES = 30 # Per planet # da 5
EMPIRE_SIZE_FROM_BRANCH_OFFICES = 2 # Per branch office
EMPIRE_SIZE_FROM_POPS = 1 # Per pop #da 0.5
}
this work
but if i create
01_ship_sizes.txt
and write
corvette = {
resources = {
category = ships
cost ={
alloys = 500
}
}
}
not work? why?