Is there a way to convert the new .hideout format to the old one ?
How can I convert the new format to the old one ? I found it way more practical when updating an old tileset so I can filter both lists of the old and the new file and compare the decorations used, I wonder if there's an easy way to do it.
To convert this : "Guild Stash": { "hash": 139228481, "x": 270, "y": 508, "r": 34437, "fv": 0 }, Into this (and to apply it to all the decorations) : Guild Stash = { Hash=139228481, X=270, Y=508, Rot=34437, Flip=0, Var=0 } 📜My hideout thread : https://www.pathofexile.com/forum/view-thread/2542497 Last edited by Synopsis#1060 on Apr 25, 2021, 9:43:52 AM Last bumped on Apr 28, 2021, 3:44:26 PM
|
|
Hi,
You can use a CSS compressor to format it back. Developers do it to reduce the size of the file its called "Minification". You can search for a tool and there's lots out there, but i use https://csscompressor.net and set the Compression Level: High (moderate readability, smaller size) Result: ,"Red Carpet":{"hash:1255200948,x: 178,y: 251,r: 0,fv: 3} ,"Red Carpet":{"hash:1255200948,x: 178,y: 274,r: 0,fv: 3} ,"Red Carpet":{"hash:1255200948,x: 178,y: 297,r: 0,fv: 3} ,"Primeval Way Marker":{"hash:2495378203,x: 147,y: 224,r: 59390,fv: 0} ,"Golden Offering Statue":{"hash:1320877976,x: 163,y: 323,r: 0,fv: 0} ,"Ruined Book Shelf":{"hash:4121751296,x: 195,y: 305,r: 49152,fv: 4} ,"Golden Offering Statue":{"hash:1320877976,x: 182,y: 323,r: 0,fv: 0} ,"Ruined Book Shelf":{"hash:4121751296,x: 189,y: 305,r: 49152,fv: 4} Hope that helps. |
|
" Didn't know this process you taught me something, thanks a lot for the help ! I'll definitely use it, the old format is more practical to mess with imo :) 📜My hideout thread : https://www.pathofexile.com/forum/view-thread/2542497 Last edited by Synopsis#1060 on Apr 25, 2021, 3:17:06 PM
|
|
Learning is fun:)
glad I could help, have fun building. |
|