Primasprit wrote:Hi lodilefty!
Any events which are supposed to trigger on the very first turn need to be included in the scenario file itself, not in the event file.
You may create an alternate GameOptions.inc-File for your mod and load it instead of the default one.
Cheers
Norbert
I've revised the GameOptions.inc, but it seems to be ignored...
I also tried adding a "draft_mod.inc", "draft_mod.sct", modified 'script.ini' and 'scriptA61.ini', plus tried '1861 April Campaign.sct'. still comes up turn 1 with the 'original' options for Mobilization.....
Script report shows:
Line 19510: ------------------------------
Line 19514: SelectFactions, 1 Faction selected: Confederate States of America
Line 19517: Started processing event: evt_nam_CSA_inactive_draft
Line 19517: This event is not yet referenced, base number of allowed occurences 1
Line 19520: Min date evaluated: 1861/03/01 converted to turn 2669 current turn 2672 True
Line 19521: Max date evaluated: 1861/04/30 converted to turn 2673 current turn 2672 True
Line 19523: Entering triggered actions for event evt_nam_CSA_inactive_draft
Line 19525: SelectFactions, 1 Faction selected: Confederate States of America
Line 19526: ChangeActorPool Confederate States of America Actor entry 5004 has been deleted
Line 19527: ChangeActorPool Confederate States of America Actor entry 5005 has been deleted
Line 19529: Finished processing event: evt_nam_CSA_inactive_draft
Line 19529: ------------------------------
Line 19531: SelectFactions, 1 Faction selected: Confederate States of America
Line 19534: Started processing event: evt_nam_CSA_active_draft
Line 19534: This event is not yet referenced, base number of allowed occurences 1
Line 19537: Min date evaluated: 1861/05/01 converted to turn 2673 current turn 2672 False
Line 19542: SelectFactions, 1 Faction selected: Confederate States of America
Line 19546: Finished processing event: evt_nam_CSA_active_draft
Line 19546: ------------------------------
Line 19548: SelectFactions, 1 Faction selected: United States of America
Line 19551: Started processing event: evt_nam_USA_inactive_draft
Line 19551: This event is not yet referenced, base number of allowed occurences 1
Line 19554: Min date evaluated: 1861/03/01 converted to turn 2669 current turn 2672 True
Line 19555: Max date evaluated: 1862/06/30 converted to turn 2701 current turn 2672 True
Line 19557: Entering triggered actions for event evt_nam_USA_inactive_draft
Line 19558: SelectFactions, 1 Faction selected: United States of America
Line 19559: ChangeActorPool United States of America Actor entry 5004 has been deleted
Line 19560: ChangeActorPool United States of America Actor entry 5005 has been deleted
Line 19562: Finished processing event: evt_nam_USA_inactive_draft
Line 19562: ------------------------------
Line 19564: SelectFactions, 1 Faction selected: United States of America
Line 19567: Started processing event: evt_nam_USA_active_draft
Line 19567: This event is not yet referenced, base number of allowed occurences 1
Line 19570: Min date evaluated: 1862/07/01 converted to turn 2701 current turn 2672 False
Line 19574: SelectFactions, 1 Faction selected: United States of America
Line 19578: Finished processing event: evt_nam_USA_active_draft
Line 19578: ------------------------------
Line 19581: SelectFactions, 1 Faction selected: Confederate States of America
Line 19583: SelectFactions, 1 Faction selected: Confederate States of America
Line 19584: Started processing event: evt_nam_CSA_inactive_draft
Line 19584: Event already referenced, current occurences 1 Max allowed: 1 >>Sleeping<<
Line 19586: Too many occurences for event evt_nam_CSA_inactive_draft further processing aborted.
Line 19592: SelectFactions, 1 Faction selected: Confederate States of America
Line 19596: Finished processing event: evt_nam_CSA_inactive_draft
Line 19596: ------------------------------
Do I have to recompile in edit mode?