export custom buildings to text? - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Expired/Outdated Versions (/Forum-Expired-Outdated-Versions) +--- Forum: Sphere 51a Help (/Forum-Sphere-51a-Help) +--- Thread: export custom buildings to text? (/Thread-export-custom-buildings-to-text) |
export custom buildings to text? - x77x - 04-16-2013 07:58 AM anyway to export homemade in game structures to a text file? a way to transport landmarks from worldfile to worldfile... RE: export custom buildings to text? - darksun84 - 04-16-2013 08:05 AM You can use EXTRACT file, template_id W Extracts static items from a targeted area on the map and saves them into the specified file. for the first. I don't know what template_id refers to RE: export custom buildings to text? - x77x - 04-16-2013 11:21 AM once extracted then what? how do you use something like this... Code: 6 version RE: export custom buildings to text? - RanXerox - 04-16-2013 01:42 PM You can turn it into a multi: Code: [ITEMDEF i_multi_rug_bearskin_s] RE: export custom buildings to text? - x77x - 04-17-2013 12:46 AM but the output doesnt look anything like yours... output Code: 3254 -13 -20 4 0 mulit Code: MULTIREGION=0,0,0,0 im guessing the output is in decimal, even if thats the case, the custom structure isnt there... its all grass and flowers and whatnot... its as if it only found the static hardcoded map items, not actual in game items you place down... you know... back in the olden days, wasnt there a program to turn your custom in game structures to a mul patch? i just want a way to transfer structures from a 51a worldfile to 56b RE: export custom buildings to text? - Extreme - 04-19-2013 01:59 PM [ITEMDEF i_whatever] NAME=whatever TYPE=t_multi COMPONENT=3254,-13,-20,4,0 COMPONENT=3302,-13,-18,3,0 COMPONENT=3304,-13,-18,3,0 COMPONENT=3247,-13,-17,3,0 COMPONENT=3247,-13,-17,3,0 COMPONENT=3244,-13,-9,3,0 COMPONENT=3247,-13,-6,3,0 COMPONENT=3247,-13,9,3,0 COMPONENT=3247,-13,9,3,0 COMPONENT=3244,-13,11,3,0 COMPONENT=3369,-13,13,3,0 COMPONENT=3317,-12,12,3,0 COMPONENT=3254,-11,-20,4,0 You can try find the multiscripter or other multi patcher. RE: export custom buildings to text? - x77x - 04-24-2013 07:29 PM what sphere exports isnt in game items... its actual map statics RE: export custom buildings to text? - Mordaunt - 04-24-2013 10:08 PM Yeah you need to patch your multi.mul file to actually create the item to use in game. You want mulpatcher or something, its been years since I did this. RE: export custom buildings to text? - eri - 04-24-2013 10:29 PM i know an other way of copy&paste stuff - ok not dynamic stuff change the stuff to static you like to extract. use MaSS for export the area you like. MaSS is a new tool to copy&paste stuff from mulfiles. the special feature is, you can save this stuff in seperate stand-alone-file. think about worlds done by centred, now with this tool, you are able to copy stuff. at the moment, all descriptions only in german. still working on more features, tutorials and translating to english http://www.uo-pixel.de/map/mass/ insert this stuff via coords. you can change static-id and map-id during import the extractfile to your map. supports all emu and all map-size. you can remove static in target area, or add new static to old static. if there are transitions-graphics (also added in scripts) the tool is able to do missing transition. cut out an grass-island and insert it into a forest-area choose waterstuff to ignor and you will only have the area of grass insert. |