Two additional events are required for 38 and 39 GC compatibility--in addition to which the line in the soviet inc file in the 38, 39 and 41 GCs setting ground defense efficiency needs to be commented out, as it is in the 36 Soviet inc file. These events should be specific to the scenario--load another event file with the two GCS as follows, and reference it only by the scenario definition:
example name scenario_fix.txt
Also request another feature--a minimum number of tech teams parameter in misc.txt
Feature request #3
If you modify the way graphics are displayed (take out the vertical spaces between them), you should be able to fit 6 tech slots instead of 5 on a page
example name scenario_fix.txt
Code:
### 15692-15693 New events to reflect effects of Stalin purges
### New design uses morale not GDE
event = {
id = 15692
random = no
country = SOV
#
name = "EVT_2609_NAME"
desc = "EVT_2609_DESC"
picture = "gulag"
action_a = {
name = "OK"
command = { type = morale which = land value = -30 }
command = { type = sleepevent which = 15693 }
}
}
event = {
id = 15693
random = no
country = SOV
#
name = "EVT_2609_NAME"
desc = "EVT_2609_DESC"
picture = "gulag"
action_a = {
name = "OK"
command = { type = morale which = land value = -20 }
command = { type = sleepevent which = 2651 }# first two morale boosts have already occured
command = { type = sleepevent which = 2652 }
}
}
Also request another feature--a minimum number of tech teams parameter in misc.txt
Code:
# _RV_MAX_TECH_SLOTS_, Maximum number of tech slots
10
# _RV_SLOT_IC_INCREMENT_, IC increment when a slot is gained
20
# _RV_MIN_TECH_SLOTS_, Minimum number of tech slots
1 #(I think it should be 2 but that's just my opinion)
Feature request #3
If you modify the way graphics are displayed (take out the vertical spaces between them), you should be able to fit 6 tech slots instead of 5 on a page
Last edited: