-
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
-
ROACHtm started following Add TP & ATK UP through events/common events?, Smooth Cursor, Need help with Khas Awesome Light Effects and and 5 others
-
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
-
Any help?
-
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.
-
You're welcome
-
Go to line 214 or search for "Surface_Z" Change 180 to 50 so it looks like this: Surface_Z = 50 Enjoy
-
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.
-
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
-
Perfection Thank you so much DrDhoom. It works so wonderfully. I will of course credit you for this fine work
-
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.
-
Weedopia: A FREE epic RPG quest to save Weedopians!
ROACHtm replied to ROACHtm's topic in Archived Games -Projects that have been inactive for 12 months are stored here.
Updated to version 1.6 (link in OP will lead to updated download links) -
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
-
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.
-
It's already set to be at the feet, yet it's above his head I've tried all database settings
-
Thanks yet again pencilcase27
-
How can I turn ON/OFF Yanfly Button Common Events Script?
ROACHtm replied to ROACHtm's topic in Programming
Works wonderfully Thank you so much for this help pencilcase27, I really appreciate it! I will add credit to you as well


