View Single Post
Old 10-13-13, 10:16 AM   #13
Oleander
Machinist's Mate
 
Join Date: Sep 2013
Posts: 126
Downloads: 477
Uploads: 0
Default

Any line that begins with a ";" has been "commented" out, meaning the game engine wont read that particular line.

All you have to do is find this:

Code:
[Equipment #]
NodeName=M97
LinkName=Turm_flagstaff
; if no flags are enabled you can disable the flagstaff by setting the start date to 19451230.
; if a flag is enabled then ensure the flagstaff is visible by setting the start date to 19380101
StartDate=19451230
EndDate=19451231

[Equipment #]
NodeName=M98
LinkName=Turm7A_Flag_1
; make the start date equal 1 less then end date to disable flag. For this a start date of 19451230 would disable the flag (this is top flag)
; make the start date equal 19380101 to enable the flag
StartDate=19451230
EndDate=19451231

[Equipment #]
NodeName=M99
LinkName=Turm7A_Flag_2
; make the start date equal 1 less then end date to disable flag. For this a start date of 19451230 would disable the flag (this is bottom flag)
; make the start date equal 19380101 to enable the flag
StartDate=19451230
EndDate=19451231
The lines I've highlighted in yellow are the only ones you need to modify. The equipment numbers aren't the same for all the subs, so don't copy and paste the whole thing into the file. Simply locate the items, do a search by hitting ctrl+f and typing in "flag", then change the start dates to 19380101.

If you're still having trouble with it after this, send me a PM.
Oleander is offline   Reply With Quote