We were using different inputs and methods though. I was suggesting construction like this:
first 12 flames (space delimited flames) = 0yp 1yg 1yg 0og 1yp 1op 0yg 1op 1yg 0yg 1op 0yg
and taking one bit per flame on a rotation of height (1) outside color (y) and inside color (o)
first 12 flames after operation = 0 y g 0 y p 0 o g 0 o g which gives 011010001001 according to my scheme
xor of that is of course '000000010011'
....
....
Bacon on the 6s throwaway the leading zero
Doing that now I get-> JAYWUZUZVY.....
and after xoring -> AT_CMODODPCF.....
Bacon on the 5s keeping the zero
Doing this I now get -> NCIBQWK....
after xoring -> AE_IEMHAZY...
Interesting way of taking the data, but I can confirm you are at least doing your debaconing correctly now.
Here is my codes output using your input data
Turning on Verbose Mode...
line 0 is: 0yg0yp0og0og0op0op0yg0op0yp1
line 1 is: yp0yp1op0yg0og0yp1op0yg0
line 2 is: og0yp1og0yg0op0yg1yg0op1og0og1op0
line 3 is: yg1og0og0op0y
line 4 is: p0op0og0
line 5 is: op0yp0yp0og1og0y
line 6 is: g0yp0yp1og0y
line 7 is: g0og0yg1og0op0yg0y
Total Characters Read: 152
Normalizeing line 0
Line 0 is now: 0110100010010000000110000101
Normalizeing line 1
Line 1 is now: 100101000110010101000110
Normalizeing line 2
Line 2 is now: 010101010110000111110001010011000
Normalizeing line 3
Line 3 is now: 1110100100001
Normalizeing line 4
Line 4 is now: 00000010
Normalizeing line 5
Line 5 is now: 0001001000110101
Normalizeing line 6
Line 6 is now: 101001010101
Normalizeing line 7
Line 7 is now: 100101110100001101
Combined String: 01101000100100000001100001011001010001100101010001100101010101100001111100010100110001110100100001000000100001001000110101101001010101100101110100001101
XORING with 011010
Resulting string 00000001001101101000001000110000111000001100111000001100111100001000010101111101011000011101001000101001001000100001011100000000111100001100011101100100
String split into 5's for decoding:
00000 00100 11011 01000 00100 01100 00111 00000 11001 11000 00110 01111 00001 00001 01011 11101 01100 00111 01001 00010 10010 01000 10000 10111 00000 00011 11000 01100 01110 11001 00
Debaconing:
AE IEMHAZYGPBBL MHJCSIQXADYMOZ
Removing Spaces
00000001001101101000001000110000111000001100111000001100111100001000010101111101011000011101001000101001001000100001011100000000111100001100011101100100
Shifting String
Buffer:
00000001001101101000001000110000111000001100111000001100111100001000010101111101011000011101001000101001001000100001011100000000111100001100011101100100
00000010011011010000010001100001110000011001110000011001111000010000101011111010110000111010010001010010010001000010111000000001111000011000111011001000
String split into 5's for decoding:
00000 01001 10110 10000 01000 11000 01110 00001 10011 10000 01100 11110 00010 00010 10111 11010 11000 01110 10010 00101 00100 10001 00001 01110 00000 00111 10000 11000 11101 10010 00
Debaconing:
AJWQIYOBTQM CCX YOSFERBOAHQY S
And some partial output without verbose...
AE IEMHAZYGPBBL MHJCSIQXADYMOZ
AJWQIYOBTQM CCX YOSFERBOAHQY S
ATNARQ DHAZ EFPVQ EKJCC APBR E
BG BDBYGOBTYIK LB IUSEFYA DDWI
CNUCGDQM DHQQV WDURJEILQB GHMQ
E IEMHAZYGPBBL MHJCSIQXADYMOZA
JWQIYOBTQM CCX YOSFERBOAHQY SA
TNARQ DHAZ EFPVQ EKJCC APBR EA
G BDBYGOBTYIK LB IUSEFYA DDWIA
NUCGDQM DHQQV WDURJEILQB GHMQA
IEMHAZYGPBBL MHJCSIQXADYMOZAB
WQIYOBTQM CCX YOSFERBOAHQY SAC
NARQ DHAZ EFPVQ EKJCC APBR EAE