Page 1 of 1

Is there a way to decipher code from a blueprint?

Posted: Sat Jan 25, 2025 8:25 pm
by Gordfact47
I noticed when opening my blueprint files a series of letters and numbers I guess this translates into the book when you import string.

Does the computer make the number/letter jumble or is this done by hand?

Here is an example of what I mean:
0eNrsvWuPW0eWLfhXCH2ZboCST7wjDMygu2+1B7cKjSrA3ZgP10KDyqQkjlNkgsm0WmjUf5/DZFoMSrF51tpxsu+dmQLKZVvOXCce+xE79o69/vPVu7vH9f1+sz38+7vd7tdXP/7n+U8eXv34P/5zzh84/rfb9cPNfnN/2Oy2r3589afdz4ufVjeH3X6zW/y0X31af97tf/1x8fFwuH/48YcfPn/+/ObL7vHw+G795mb36Yd/+NPq8HE9Yq3//P7nX7/8sv3jbrNd7B73iz9sHm52+9vzr96e/uDNhw8/fHn35cvq53/+ZTv+/OPDYXGz227XN4fFYbf4vDqs94vPm8PHxWrx5/fvHz7u9uvF/eOn++Vi/7gdf3R1t1x83u1ul4vdfvGwu9vcLt4/ru8Wu+1iHMri3fru8Gbxrx83D4vxf6vFw6fV3d3i/X6c1DjFxe7900/99Dj+4T/u96svy8X/fRzC/d3u/um/7I7zWfzTXxa738a/b54Gtf6P+9X29s2r5avNONTTIj5sPmxXd8cVPHy5X49LtzmsP40/sR3XbPy3h8N69en1evthXJpXfx1/cXu7/o9XP5q/vl2+Wm8Pm8NmfcJ5+pcv/759/PRuvR9/oI2wfHW/e9icNuk/X41Ar4c3Yfnqy6sfo38TRvzbzX59c/rv9q/L72AtCOspVPcV9d1uczf+yXd4WUCLDTR/Rnvcb9f715vtw3p

Re: Is there a way to decipher code from a blueprint?

Posted: Sat Jan 25, 2025 8:31 pm
by computeraddict
Gordfact47 wrote: Sat Jan 25, 2025 8:25 pm I noticed when opening my blueprint files a series of letters and numbers I guess this translates into the book when you import string.

Does the computer make the number/letter jumble or is this done by hand?
It's the serialized representation of the blueprint. I'm not sure what you mean by "by hand".

Re: Is there a way to decipher code from a blueprint?

Posted: Sat Jan 25, 2025 8:42 pm
by Muche

Re: Is there a way to decipher code from a blueprint?

Posted: Sat Jan 25, 2025 9:02 pm
by Gordfact47
Oh its compressed data with zlib deflate

Re: Is there a way to decipher code from a blueprint?

Posted: Sat Jan 25, 2025 9:45 pm
by Brathahn
there are some decoders around like this one:
https://burnysc2.github.io/Factorio/Too ... Blueprint/

Re: Is there a way to decipher code from a blueprint?

Posted: Sat Jan 25, 2025 10:15 pm
by Gordfact47
oh cool decoder thanks.