Adding Generator For Single Prefab Structures - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Development (https://forum.cuberite.org/forum-13.html) +--- Thread: Adding Generator For Single Prefab Structures (/thread-3307.html) |
RE: Adding Generator For Single Prefab Structures - 12xx12 - 08-25-2020 There is no menu item at all for the GalExport plugin [img]blob:https://pasteboard.co/e0a09de1-8eea-4e4e-9f05-4014004e2965[/img] RE: Adding Generator For Single Prefab Structures - xoft - 08-25-2020 Ah, you need proper configuration for the GalExport's web interface to appear. I think there should be a message in the log about it, when starting the server. You should have a GalExport.example.cfg file next to the server that has an example config. This is my config, use it as basis for yours: Config = { CommandPrefix = "/ge", ExportFolder = "GalExports", ExportLineEnds = "\r\n", WebPreview = { ThumbnailFolder = "GalExportWeb", MCSchematicToPng = { HostName = "blackbox", Port = 9998, }, MCSchematicToPngPort = 9999, } };Note that you need the WebPreview secvtion to enable the web handling, and for that, you need the MCSchematicToPng daemon to be running somewhere accessible. https://github.com/madmaxoft/MCSchematicToPng RE: Adding Generator For Single Prefab Structures - 12xx12 - 08-25-2020 Ok now it works. The MCSchematicToPng server is actually need. Now I see everything. Thanks RE: Adding Generator For Single Prefab Structures - 12xx12 - 08-26-2020 The generator works now. May I make the prefabs ready for export on the Galery Server? RE: Adding Generator For Single Prefab Structures - xoft - 08-26-2020 Are you reusing existing areas? Are they already approved? If so, clone a copy first. RE: Adding Generator For Single Prefab Structures - 12xx12 - 08-26-2020 Quote:Are you reusing existing areas? Sometimes - already did a clone because a block wasn't vanilla The other ones I build myself Quote:Are they already approved? None of them RE: Adding Generator For Single Prefab Structures - 12xx12 - 08-26-2020 for some i need the backup to experiment with the metadata to make it work Gonna do this tomorrow so no hurry RE: Adding Generator For Single Prefab Structures - 12xx12 - 08-27-2020 Avaiable Pool Metadata:
Village specific Pool data: (quite self explainatory)
RE: Adding Generator For Single Prefab Structures - 12xx12 - 08-27-2020 How are we gonna do this with the prefabs? Do I commit them? Do I send you the metadata to export them? RE: Adding Generator For Single Prefab Structures - xoft - 08-27-2020 Great work with the metadata, we should definitely collect that somewhere in the DevDocs, and keep it updated. With the prefabs, I guess it's easiest for you to send me the list of the prefabs and their metadata (possibly as exported cubeset files, I can read that |