Hi, I'm trying the API3/network branch and I have php compiled with OpenSSL but I cant find any resource packs that work. Could anyone link me to any that work with pmmp? All the ones iv found online have the pack_manifest.json which don't work. I need one with manifest.json
Most work actually, but you need to make sure your zip is made correctly. When you open the zip file it should direct to the files directly, not with any folders in between the zip and the manifest.json file. Most authors like to put the name of their texture pack first, so you have to unpack it and make it a zip again after removing the folder.
Also note that texture packs on servers are very buggy at the moment; Not because of PMMP, but because of MCPE.
This is the files inside all the resource packs iv found. Always says Manifest.json not found. Iv tried renaming pack_manifest.json to manifest.json but it says its invalid or incomplete. http://imgur.com/a/0HDX2
Make sure your files are in a zip folder that doesn't exist out of another file, and yes, you do need a manifest.json.
the files in the zip file don't have a sub folder before the actual files. after u open the zip, u can see the files instantly. However the problem is I cant find a single resource pack online that has the manifest.json file.
If you import older ones into MCPE >= 1.0.4 (with pack_manifest.json) it will automatically convert them to the new format. You can then copy them off your device, zip them up and throw them on the server. I may implement automatic upgrading at some stage, but currently I don't know enough about the manifest format to be able to do this.
I converted SeusPE shaders. New format Code: { "format_version" : 1, "header" : { "description" : "Twitter: Gabriel Paixão\nYouTube: Gabriel Paixão\nG+: Gabriel Paixão", "name" : "SEUS PE v10.1 beta 2", "uuid" : "bd67803f-2730-34bd-9e55-ac4a15aecdf9", "version" : [ 1, 0, 0 ] }, "modules" : [ { "description" : "Twitter: Gabriel Paixão\nYouTube: Gabriel Paixão\nG+: Gabriel Paixão", "type" : "resources", "uuid" : "bfeba61c-3577-30d6-98bb-4f0a77aa3b3b", "version" : [ 1, 0, 0 ] } ] } Old format Code: { "header": { "pack_id": "SEUSPE", "name": "SEUS PE v10.1 beta 2", "packs_version": "v10.1", "description": "Twitter: Gabriel Paixão\nYouTube: Gabriel Paixão\nG+: Gabriel Paixão", "modules": [ { "description": "Twitter: Gabriel Paixão\nYouTube: Gabriel Paixão\nG+: Gabriel Paixão", "version": "v10.1", "uuid": "idk", "type": "resources" } ] } }