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
Is there a way to decipher code from a blueprint?
-
- Inserter
- Posts: 37
- Joined: Tue Apr 30, 2024 5:59 am
- Contact:
-
- Filter Inserter
- Posts: 251
- Joined: Sat Oct 07, 2023 6:44 am
- Contact:
Re: Is there a way to decipher code from a blueprint?
It's the serialized representation of the blueprint. I'm not sure what you mean by "by hand".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?
-
- Inserter
- Posts: 37
- Joined: Tue Apr 30, 2024 5:59 am
- Contact:
Re: Is there a way to decipher code from a blueprint?
Oh its compressed data with zlib deflate
Re: Is there a way to decipher code from a blueprint?
there are some decoders around like this one:
https://burnysc2.github.io/Factorio/Too ... Blueprint/
https://burnysc2.github.io/Factorio/Too ... Blueprint/
-
- Inserter
- Posts: 37
- Joined: Tue Apr 30, 2024 5:59 am
- Contact:
Re: Is there a way to decipher code from a blueprint?
oh cool decoder thanks.