Wrong states in Catagolue HROT Generations

Has something gone haywire? Let us know about it!
Post Reply
Yoel
Posts: 384
Joined: July 2nd, 2020, 1:02 am
Location: Electronic jungle
Contact:

Wrong states in Catagolue HROT Generations

Post by Yoel » June 30th, 2021, 7:48 am

Patterns in HROT Generations rules with more than 3 states, although they seem to be properly processed by Apgsearch, are completely incorrectly recorded on the Catagolue server.

Another minor issue: Golly HROT notation is not supported by Apgsearch.

Examples:

Wrong:


x = 6, y = 10, rule = g4r2b000008s000009
2.2A$2.2A$.F2AF$A.2B.A$F.2B.F$A.2B.A$B.2A.B2$BF2.FB$2.2B!


Correct:

Code: Select all

x = 6, y = 10, rule = R2,C4,S1,4,B4
2.2A$2.2A$.B2AB$A.2C.A$B.2C.B$A.2C.A$C.2A.C2$CB2.BC$2.2C!
Wrong:


x = 17, y = 18, rule = g4r2b000008s00000c
6.A3.A$4.3A3.3A$4.3A.F.3A$3.A.AB3.BA.A$3.A3B3A3BA$2.F.3B3.3B.F$3.B.B2.F2.B.B$
2ABA9.AB2A$.2FB9.B2F$.F13.F4$8.B4$8.B!


Correct:

Code: Select all

x = 17, y = 18, rule = R2,C4,S3-4,B4
6.A3.A$4.3A3.3A$4.3A.B.3A$3.A.AC3.CA.A$3.A3C3A3CA$2.B.3C3.3C.B$3.C.C
2.B2.C.C$2ACA9.AC2A$.2BC9.C2B$.B13.B4$8.C4$8.C!
Wrong:

x = 30, y = 25, rule = g5r2b000008s00000a
.A$2AJFA$.B3J8.B$.JB.A$.JF12.F$11.B9.B2.J2.A$14.B6.FB.AJF2.A$22.A3B3JA$2.B19.
A3B3JA$21.2A2.JF2.A$18.J.F2.JF3A$20.2F.A$19.3F$20.2F.A$18.J.F2.JF3A$21.2A2.JF
2.A$2.B19.A3B3JA$22.A3B3JA$14.B6.FB.AJF2.A$11.B9.B2.J2.A$.JF12.F$.JB.A$.B3J8.
B$2AJFA$.A!


Correct:

Code: Select all

x = 30, y = 25, rule = R2,C5,S2,4,B4
.A$2ABCA$.D3B8.D$.BD.A$.BC12.C$11.D9.D2.B2.A$14.D6.CD.ABC2.A$22.A3D3B
A$2.D19.A3D3BA$21.2A2.BC2.A$18.B.C2.BC3A$20.2C.A$19.3C$20.2C.A$18.B.C
2.BC3A$21.2A2.BC2.A$2.D19.A3D3BA$22.A3D3BA$14.D6.CD.ABC2.A$11.D9.D2.B
2.A$.BC12.C$.BD.A$.D3B8.D$2ABCA$.A!

Post Reply