Lune Message System

● ARCHIVED · READ-ONLY
Started by Raizen 20 posts View original ↗
  1. Lune Message System


    Introduction


    This script will change the message system to a more compact one, which will show the characters


    that are talking and other features.


    Features


    - cursor indicating the talker


    - automatic box height


    - automatic box lengh


    - toggles between old and new message system


    - can show or not faces


    - clean visual


    Portuguese user? Access the portuguese script here


    Screenshots

    Spoiler
    Ne9IJ.png
    Spoiler
    775Sz.png
    Spoiler
    E8pnK.png


    How to Use


    Put it above main and use the Call Script to configure the message system


    Cursor I used on the script, you can use it as well

    arrow.png



    Script


    http://pastebin.com/YAZUHmER


    FAQ


    Credit and Thanks


    - Raizen


    Thanks to Besus to help pointing bugs.
  2. This system looks really nice :D . I think it's best used with talking to npc characters that aren't part of the main storyline.
  3. Interesting. Looks very nice and easy to use too.
  4. Yeah, thanks for the comments :) , I have a lot of scripts to translate still, hope people are using them ^^, it os pretty easy to use, but any troubles just send a message here :D
  5. I wanted to use this but it has issues with other scripts I am using.

    and then the character name and arrow don't go away and I can't move. I use Yanfly Message System and some others. Too bad I cant use it.

    This was my 800th post!!
  6. Hello and Welcome.

    There is still a Bug in the Skript.

    If you have a Answer and than came no more Message, the Face-Box dont delet it self.



    Here is a Picture becouse my bad English ^^

    And:

    How can i edit the script, that the "arrow"-cursor doesent jump over the head?

    Becouse i woud take a Cursor that dont jump allready.

    LG:

    Speedy
  7. @Shin: yeah, sorry :/, its really hard to be compatible since different authors and working with the same class which is the message one, well anything else I can do, I will be happy to do it :) .

    @Speedy: Oh, really thats a glinch x.x, well I will correct that and put a choice for the cursos do be not animated, I'll tell you when I make the changes :)
  8. Oh cool.

    Thank you :)  *go to wait for it*

    This is a very cool skript ^^

    The Games become a Golden Sun touch.
  9. I keep getting this error.

    "Script 'Lune Message System' line 272: RGSS error occurred. 

    disposed window"
  10. Yeah when I fixed the problem Kitty said, I got another one '-', hard life o scripter kk, I'm sorry for the bug, I send him a MP with the corrected script, and It is now on the topic also :) .
  11. Oh, it works now! Yay! Now I can has a pretty message system =3 Thanks for the fix~
  12. Works pretty well and easy! Thank you! :3

    Could you tell me, what I've to change to make it look better with RMXP Charsets? Would be great!
  13. Despise said:
    Works pretty well and easy! Thank you! :3

    Could you tell me, what I've to change to make it look better with RMXP Charsets? Would be great!
    This part xD, 

    Tamanho is size in english, since I did in portuguese first, some variable names are in portuguese x), but at this part you can put the height of characters, so the script will consider that for the distance between the character and message box :) .

    Code:
    # Size of the characters that you are using, an estimate to calculate# the Boxes position.Tamanho = 48
  14. Oh, I'm so sorry ._. Next time I should better read comments... Thank you! :)
  15. Is there a way to make it make a beeping sorta sound as each letter types up in the text boxes like old school final fantasy or lufia games?
  16. Now THIS IS A SUPER-TOTALLY AWESOME dialogue script ! Good work Raizen!
  17. LtBenjamin said:
    Is there a way to make it make a beeping sorta sound as each letter types up in the text boxes like old school final fantasy or lufia games?
    For that you need another script, I made it but I didn`t translate to english.. Since it is really let`s say, plug n' play, I think you can get yourself around with the portuguese version :p .

    http://centrorpg.com/rgss3/som-nas-mensagens/

    Ultim1337Gamer said:
    Now THIS IS A SUPER-TOTALLY AWESOME dialogue script ! Good work Raizen!
    Thanks friend :D
  18. Hey Raizen,

    I was using this script normally without errors.Suddenly,while playtesting my game,This error pops up when I activate dialogue:

    Script 'Lune Message System' line 231:NoMethodError occured

    undefined method 'screen_x' for nil:NilClass

    Please answer as soon as possible.Dialogues have a very important role in my project.

    Thank You
  19. DId you put Lune_Message.config before showing the message x)?

    That error looks like the script is trying to put the message box over an event that isn't on the map :)
  20. Raizen said:
    DId you put Lune_Message.config before showing the message x)?

    That error looks like the script is trying to put the message box over an event that isn't on the map :)
    I did put the script call.But it's still not working.I double checked that I entered the right Event ID but it's still not working...Is it a compatiblity error ? Here's A list of the scripts I use :

    Falcao MMORPG Alchemy,Falcao Interactive Sys. V 2.0 Lite,Zeus81's Light Effects,Falcao Pearl ABS Liquid V3,Hime's Item Rarity,KMS

    Minimap,Galv's Shop Upgrade and Modern Algebra's Quest Log.

    If it's a comptability error,I can use the normal Message Window.

    Thank You.