Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resource RuneMate Manifest Generator

Discretion is advised
Joined
Jan 2, 2014
Messages
306
I've made this tool to make the process of making XML manifests for your bots funnier, maybe it's useless but an UI makes everything more awesome.

So here's the main interface:
manifestgenerator.png


Nothing different from Cloud's XML Manifest Tutorial, but I'll explain things anyway:

  • Main class: Your bot's main class path, start from the first package after your "src" (source) folder, separate by dots and not by slashes
  • Name: Your bot's name
  • Description: Your bot's description
  • Version: Your bot's version
  • Compatbility: Mark your bot's game compatibility versions
  • Open source: Mark if your bot code will be open source (available for download)
  • Hidden: Mark this if you wanna publish your bot on bot store but dont wanna make it visible temporarily
  • Internal ID: An unique name for your bot to differ it from other bots with same name on bot store
  • Tags are optional, but if you want, separate them by comma
  • Add your script categories and select if it will be public, supporter or premium
Once internal ID and tags are optional, if you leave the fields blank it wont interfere when you click on generate button.

After clicking generate manifest button a window like this will appear:
generated.png

So just copy and paste in notepad or similar and save as a .XML file inside your source folder

Now available as a bot at https://www.runemate.com/community/resources/manifest-generator.169/
 
Last edited:
Top