- Joined
- Jan 2, 2014
- Messages
- 306
- Thread Author
- #1
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:
Nothing different from Cloud's XML Manifest Tutorial, but I'll explain things anyway:
After clicking generate manifest button a window like this will appear:
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/
So here's the main interface:
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
After clicking generate manifest button a window like this will appear:
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: