Page 1 of 1

SOE - Excessive number of false comments

Posted: Sat Aug 19, 2023 5:38 am
by DarkHorse2
This is going to sound nit-picky, but you guys have an overwhelming number of false comments throughout that really makes it more difficult to read / understand.

The following is just a random sample, with the bold comments as clearly false. (the following is not nearly as bad as some areas.... :) )

I actually find the 2nd set (with comments removed) easier to read and understand. If every 2nd or 3rd comment line is false, then that really defeats the purpose and it becomes more of a distraction. Other than the file headers, I would consider just stripping out the other comments completely...

;REMOVE1941
{
#NAME= DE 611 - Bulgaria Joins Axis Alliance (1)
#POPUP= <<TAG_4>>
#IMAGE= bulgariaenters.png
#SOUND= war1.ogg
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
; Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
; Set link value to always trigger (dummy value)
#LINK= 611[1]
#COUNTRY_ID= 19
;Set Bulgaria to have a random/variable war entry
#TRIGGER= 100
#ALIGNMENT= 1
#DATE= 1941/02/08
;Set variable conditions:
; Germany politically aligned with Axis but not fully mobilized
#VARIABLE_CONDITION= 45 [1] [100] [0]
}

;REMOVE1941
; Bulgarian War Entry:
; Historical date of event was 1941/02/08
{
#NAME= DE 611 - Bulgaria Joins Axis Alliance (2)
#POPUP= <<TAG_4>>
#IMAGE= bulgariaenters.png
#SOUND= war1.ogg
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
; Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
; Set link value to always trigger (dummy value)
#LINK= 611[0]
#COUNTRY_ID= 19
;Set Bulgaria to have a random/variable war entry
#TRIGGER= 35
#ALIGNMENT= 1
#DATE= 1941/03/01
;Set variable conditions:
; Germany politically aligned with Axis but not fully mobilized
#VARIABLE_CONDITION= 45 [1] [100] [0]
}

;REMOVE1941
{
#NAME= DE 611 - Hungary Joins Axis Alliance (1)
#POPUP= <<TAG_2>>
#IMAGE= hungaryenters.png
#SOUND= war1.ogg
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
; Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
; Set link value to always trigger (dummy value)
#LINK= 611[1]
#COUNTRY_ID= 52
;Set Hungary to have a random/variable war entry
#TRIGGER= 100
#ALIGNMENT= 1
#DATE= 1940/10/20
;Set variable conditions:
; Germany politically aligned with Axis and not surrendered
#VARIABLE_CONDITION= 45 [1] [100] [0]
}

Code: Select all

{
#NAME= DE 611 - Bulgaria Joins Axis Alliance (1)
#POPUP= <<TAG_4>>
#IMAGE= bulgariaenters.png
#SOUND= war1.ogg
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 611[1]
#COUNTRY_ID= 19
#TRIGGER= 100
#ALIGNMENT= 1
#DATE= 1941/02/08
#VARIABLE_CONDITION= 45 [1] [100] [0]
}

{
#NAME= DE 611 - Bulgaria Joins Axis Alliance (2)
#POPUP= <<TAG_4>>
#IMAGE= bulgariaenters.png
#SOUND= war1.ogg
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 611[0]
#COUNTRY_ID= 19
#TRIGGER= 35
#ALIGNMENT= 1
#DATE= 1941/03/01
#VARIABLE_CONDITION= 45 [1] [100] [0]
}

{
#NAME= DE 611 - Hungary Joins Axis Alliance (1)
#POPUP= <<TAG_2>>
#IMAGE= hungaryenters.png
#SOUND= war1.ogg
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 611[1]
#COUNTRY_ID= 52
#TRIGGER= 100
#ALIGNMENT= 1
#DATE= 1940/10/20
#VARIABLE_CONDITION= 45 [1] [100] [0]
}

Re: SOE - Excessive number of false comments

Posted: Sat Aug 19, 2023 6:04 am
by DarkHorse2
I can provide specific examples....

A good 50% of these are incorrect. Even if all were true, they still just clutter up the event file. I would put one example in the header comments and leave at that.

CG3_FalseComments.PNG
CG3_FalseComments.PNG (436.29 KiB) Viewed 393 times

Re: SOE - Excessive number of false comments

Posted: Sat Aug 19, 2023 7:49 pm
by DarkHorse2
I missed the following from the previous example. (actually, previously spotted it, but forgot - just as bad I suppose..)

I cannot find any reference that Bulgaria joined the Axis on "1941/02/08". Everything I have come across cites "March 1st, 1941" as the date Bulgaria joined the Axis. (more than 10 references...)

Have no idea where "1941/02/08" came from....

;REMOVE1941
; Bulgarian War Entry:
; Historical date of event was 1941/02/08
{
#NAME= DE 611 - Bulgaria Joins Axis Alliance (2)
#POPUP= <<TAG_4>>
#IMAGE= bulgariaenters.png
#SOUND= war1.ogg
#FLAG= 1