Jump to content

ROACHtm

Member
  • Content Count

    53
  • Joined

  • Last visited

Community Reputation

11

About ROACHtm

  • Rank
    WeedopiaGame.com
  • Birthday 06/03/1984

Contact Methods

  • Website URL
    http://www.weedopiagame.com

Profile Information

  • Gender
    Male
  • Location
    Canada
  1. ROACHtm

    Smooth Cursor

    Wonderful script thank you and credited. My only problem is that I use a mouse cursor script and it acts really wierd in the menu with this script. IF I move the mouse anywhere (even if I don'T hover over and item) your selector goes kinda crazy lol. I'm trying to figure out what's wrong but can't... maybe you can see it? Using: Jet's Mouse System http://www.rpgmakervxace.net/topic/14756-mouse-system/ Any help is appreciated and thanks for this awesome script
  2. ROACHtm

    Need help with Khas Awesome Light Effects

    Go to line 214 or search for "Surface_Z" Change 180 to 50 so it looks like this: Surface_Z = 50 Enjoy Many thanks! So does 'Z' control depth in RPG Maker? It's what it appears to be. I'm no pro though but know some basics.
  3. ROACHtm

    Need help with Khas Awesome Light Effects

    Go to line 214 or search for "Surface_Z" Change 180 to 50 so it looks like this: Surface_Z = 50 Enjoy
  4. ROACHtm

    Help Auto wrap or auto size text in menu.

    Just wanted to say. I have ended up adopting completely your script It works wonders with other text things in the game. Thanks again A mod can now close this topic.
  5. ROACHtm

    Help Auto wrap or auto size text in menu.

    Lovely script you have and it works beautifully too. However, I am hoping to have someone tweak/re-write that section of the script in the current script I provided. The reason being is that I have quite a bit of scripts already and I'm also afraid your script "Might" mess with other stuff down the line which I do not see right now obviously. For now I will use yours and a huge thanks for pointing me in that direction In hopes someone can fix my current script. Thanks again
  6. ROACHtm

    Add picture to CP Enemy Scan

    Perfection Thank you so much DrDhoom. It works so wonderfully. I will of course credit you for this fine work
  7. ROACHtm

    Add picture to CP Enemy Scan

    Wow thank you so much DrDhoom I'll test it as soon as possible. And I am happy you made it a unique add-on too. So much better and no need to re-tweak the current CP script again hehe. I'll keep you posted.
  8. ROACHtm

    Yanfly State Animations Help

    I found how to edit size and position this is the section to look for (LINE 279) #-------------------------------------------------------------------------- # new method: set_state_animation_origin #-------------------------------------------------------------------------- def set_state_animation_origin if @state_animation.position == 3 #default 3 if viewport == nil @state_ani_ox = Graphics.width / 2 #default 2 @state_ani_oy = Graphics.height / 2 #default 2 else @state_ani_ox = viewport.rect.width / 2 #default 2 @state_ani_oy = viewport.rect.height / 2 #default 2 end else @state_ani_ox = x - ox + width / 1 #default 2 @state_ani_oy = y - oy + height / 1 #default 2 if @state_animation.position == 0 #default 0 @state_ani_oy -= height / 1 #default 2 elsif @state_animation.position == 1 #default 2 @state_ani_oy += height / 1 #default 2 end end end A mod may now close and mark as solved
  9. ROACHtm

    Yanfly State Animations Help

    I've done all that my good man however this script overrides all of that. I have the animation set correctly and looks good on enemies mostly, the same animation looks terrible on the actors. Whatever I seem to do in database has no equal effect on both enemies and actors.
  10. ROACHtm

    Yanfly State Animations Help

    It's already set to be at the feet, yet it's above his head I've tried all database settings
  11. ROACHtm

    Add TP & ATK UP through events/common events?

    Thanks yet again pencilcase27
  12. Works wonderfully Thank you so much for this help pencilcase27, I really appreciate it! I will add credit to you as well
×
Top ArrowTop Arrow Highlighted