Advertisement
Guest User

Help1

a guest
May 27th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. Galv's Message Busts
  2. ----------------------------------------------------------------------------
  3. This plugin displays a bust image from /img/pictures/ folder based on the
  4. face chosen in the 'Show Text' event command. For example:
  5. If your 'Show Text' uses the 2nd face from the "Actor1" faces file, then
  6. the plugin will use /img/pictures/Actor1_2.png for the bust image.
  7.  
  8. Remember, all filenames are case sensitive, so make sure to use the correct
  9. capitalization/case for your faces and busts.
  10.  
  11. ADDED: A plugin setting called "Filename Append".
  12. Whatever you put in this setting will be added to the end of the filename.
  13. Using the above example, if the Filename Append setting is "_bust", then the
  14. plugin will use /img/pictures/Actor1_2_bust.png instead.
  15.  
  16. Make sure to add 'wait' between messages with different character's busts
  17. for better looking transitions.
  18. Use the 'Plugin' event command to change bust settings. These settings will
  19. be in effect until changed, so they can be used for multiple messages.
  20.  
  21. NOTE: You will need to find your own bust images to use. I can not help
  22. you with that. The images in the demo are for demo purposes only.
  23.  
  24. This plugin also comes with the ability to display bust/facesets according
  25. to who is in the party or a certain position from the leader's faceset.
  26. This works for both the faces and busts.
  27.  
  28. 1. Member's face.
  29. Create a face file (or get from demo) called "partymember.png".
  30. Number each face in this faceset from 1 to 8.
  31. When this face set is used in a "Show Text" event command, it will replace
  32. the face with the party member according to the face number used.
  33.  
  34. 1. Leader's face.
  35. Create a face file (or get from demo) called "partyleader.png".
  36. Label your faces accordingly (for example, happy, sad, laugh. Or numbers)
  37. When this face set is used in a "Show Text" event command, it will replace
  38. the face with the party leader's faceset and the face number of the chosen
  39. face position of the 'partyleader' faceset.
  40.  
  41. ----------------------------------------------------------------------------
  42. PLUGIN COMMANDS (To change bust position/visibility)
  43. ----------------------------------------------------------------------------
  44.  
  45. BUST POSITION MIRROR // BUST = the plugin command
  46. // POSITION = LEFT or RIGHT
  47. // MIRROR = TRUE or FALSE
  48. BUST STATUS // STATUS = TRUE or FALSE
  49.  
  50.  
  51. ----------------------------------------------------------------------------
  52. Examples:
  53. BUST LEFT FALSE // Bust will appear on the left and not mirrored.
  54. BUST RIGHT TRUE // Bust will appear on the right, mirrored.
  55. BUST FALSE // Disable busts and use face graphics as normal.
  56. ----------------------------------------------------------------------------
  57.  
  58. ----------------------------------------------------------------------------
  59. TEXT ESCAPE CODES (During 'Show Tesxt')
  60. ----------------------------------------------------------------------------
  61.  
  62. \BST[x] // Change the bust in the middle of a message. X is the
  63. // number of the face without changing the face name
  64.  
  65. \BST[x,face] // Change the bust image to a different file name
  66.  
  67. ----------------------------------------------------------------------------
  68. Examples:
  69. If a "Show Text" event command uses face number 3 from "Actor1"...
  70. \BST[7] will keep using "Actor1" face file but change the 3 to 7
  71. \BST[7,Actor2] will change the face file to "Actor2" and use face 7
  72. ----------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement