Level up text issue

● ARCHIVED · READ-ONLY
Started by Loxsly 9 posts View original ↗
  1. Hello all,

    I've been having a weird issue ever since i purchased the game on Steam.  Whenever a character levels up i get the below symbols.  Im using Yanfly's Victory aftermath and generic gauges,  but this issue happens on a clean (no script) run of the game.  I had a similar issue with equipment stats, but found the line to fix those.  can anyone help me correct this or point me in the direction of the level up code lines to modify myself?

  2. For some odd reason, your PC might not have the font file that, that script uses/the font Isn't complete. Something like that must be going on.
  3. yep certainly the font.

    I like to show alot of Stars in my game text

    ☆and I constantly get asked' whats this square looking thing' :p
  4. search for "junk symbol". There's a fix available. Though I'm surprised the issue is on the Steam version. I thought it got fixed ages ago.
  5. Waterguy said:
    Here´s the fix: Mezzolan’s Arrow Fix
    Waterguy,

    I downloaded and placed in the front of my scripts, but get this:



    Any thoughts?

    Edit: I tried changing the default text and get this error:

    "Script 'Game_Troop' line 103: NoMethodError occured.  undefined method 'japanese? for #<game_system:0x9817230>"

    I belive the issue is stemming from the game wanting to load Japanese symbols and alphabet....anyone have any idea how to correct this??  '

    (I might try uninstalling and reinstalling the game client)
  6. For the japanese one, it is the solution Shaz mentioned.

    for the other one... weird, because according to the script notes it should work. Try removing it and applying only Shaz's solution first
  7. Found it!!

    Line 917 of the victory aftermath code, 

      draw_text(dx, dy, 24, line_height, "→", 1)

    change the " : " to " alt+25 and works fine, and remove the spaces,  there is a hidden one in there if you still get the error.

    Thanks all for the help!
  8. You don't add scripts "in the front" of your scripts (ie at the top of the list). There is a specific spot where it needs to go - under the Materials heading where there's a line that says insert here


    But yes, if the arrow glyph is not included in your font, it will display a box like that.


    Next time you need help with a script, please post in the RGSSx Script Support forum, and include a link to the script in your first post.


    This thread is being closed, due to being solved. If for some reason you would like this thread re-opened, please report this post and leave a message why. Thank you.