MUSHRA

Character Select translation

Jul 24th, 2012
167
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # ==============================================================================
  2. # + + MOG - Scene Character Select V1.0 + + +
  3. # ==============================================================================
  4. # By Moghunter
  5. # http://www.atelier-rgss.com/
  6. # ==============================================================================
  7. # Character selection screen.
  8. # ==============================================================================
  9. # 1 - should contain the following files in the folder GRAPHICS / SYSTEM.
  10. #
  11. # Background
  12. # Char_Layout01
  13. # Char_Layout02
  14. # Char_Status_Layout
  15. # Number_Char
  16. #
  17. # 2 - Image pose. (Optional)
  18. # To turn the image the pose of the characters, just take the files pose
  19. # Saved in the (GRAPHICS / PICTURES)
  20. # You should name the pictures as follows.
  21. #
  22. # # Character ID_DO_PERSONAGEM
  23. #
  24. # Example:
  25. #
  26. # Character1.png
  27. #
  28. #==============================================================================
  29. # To call it use the following command.
  30. #
  31. # SceneManager.call (Scene_Character_Select)
  32. #
  33. #==============================================================================
RAW Paste Data