#1x1 Full Belt Omni-Rotator (Stackable)
21 messages · Page 1 of 1 (latest)
Blueprint Infos :
Version :
1095/0.0.8, Blueprint type :Platform, Blueprint cost :3,549, Platform unit cost :2
Building count :539, Building size :16x16x3, Building tiles :547
Platform count :1, Platform size :1x1, Platform tiles :1
Icons :Platforms, <empty>, <empty>, {RuRuRuRu}
it
@queen gust this right here. i download the text, drop everything before Shapez2-1 and it fails
you copy the whole text, paste it in your browser's url bar and you can view the blueprint in 3d
OH
there's also a copy button on the webpage for the blueprint which gives you the actual text. the reason you cant just copy the SHAPEZ2- onwards part of the url above is that it's URL escaped, which means characters like / get replaced with %2F so that they arent interpreted as part of the url path and such.
if you were to instead take the SHAPEZ2- part of the url and run it through a url decoder (like the decodeURIComponent javascript function in the browser console), then you would end up with the actual blueprint text which can be copied and pasted into shapez
but there's not really any point doing that over just pressing the copy button on the site lol
(or just copying the original (not 3d viewer link) discord file content directly)
yeah
I wonder at what size of blueprint the website would stop allowing it given that url's have a maximum length of around 2k characters
from experience the limit is higher than 2k but I haven't checked what it is exactly
seems like even a 2x1 stacker blueprint is like 5k chars, so im surprised that works
seems like so long as you dont use IE, edge, or android's built in browser you're good to at least 30k chars
which is about two densely populated 3x3 platforms
ker