Advertisement
DaxSoft

Example Register Plugin EN

Jul 20th, 2017
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. #* this is the way to comment *#
  2. #* set up here the plugin name *#
  3. Name: Plugin Name
  4. #* set up here the version. It is very important*#
  5. Version: 1.0
  6. #* Set up here the approximate size, the total size.*#
  7. Size: ~100KB
  8. #* The creation data *#
  9. Date: 24/06/2017
  10. #* Your website *#
  11. Website: http://www.dax-soft.weebly.com
  12. #* A message about the current version *#
  13. <new>Nova versão</new>
  14.  
  15. #* PluginManager setup *#
  16. #* Set up here a message about the Plugin *#
  17. /*Exemplo de Registro*/
  18.  
  19. #* Here we gonna setup all files that will be running at game *#
  20. <file>
  21. #* We can setup a default output file. I.E, we don't need stay setup all time the same output file. *#
  22. Output: rb #* All files, for default, will have this output file *#
  23. #* Now, the setup of the file *#
  24. filename <l: link of file>
  25. #* We can setup a directory for this script. That will be inside on Plugin dir. *#
  26. filename.txt <l: link do arquivo> <f: Dir>
  27. </file>
  28.  
  29. #*All files here, will be keep on Graphic folder*#
  30. <graphic>
  31. </graphic>
  32.  
  33. #*All files here, will be keep on Audio folder*#
  34. <audio>
  35. </audio>
  36.  
  37. #*All files here, will be keep on System folder*#
  38. <system>
  39. </system>
  40.  
  41. #*All files here, will be keep on Movies folder*#
  42. <movie>
  43. </movie>
  44.  
  45. #*All files here, will be keep on Data folder*#
  46. <data>
  47. </data>
  48.  
  49. #*All files here, will be keep on Project folder*#
  50. <project>
  51. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement