How can i make my char move in a diagonal way..?

Dieucra

Villager
Member
Joined
Jun 4, 2015
Messages
20
Reaction score
0
First Language
Spanish
Primarily Uses
Just like in "The Witch's House", also...how can i make it able to "dash"?

I tried using an event, using action button, to change char speed.....but, it just got stucked forever...
 
Last edited by a moderator:

Hudell

Dog Lord
Veteran
Joined
Oct 2, 2014
Messages
3,545
Reaction score
3,715
First Language
Java's Crypt
Primarily Uses
RMMZ

Dieucra

Villager
Member
Joined
Jun 4, 2015
Messages
20
Reaction score
0
First Language
Spanish
Primarily Uses
By default, the character will dash if you hold the shift button (unless the map is configured not to allow dashing)

To let the player walk diagonally, you'll need a script. There are several here on the forums. One of them was made by me, but this script does more than that: http://forums.rpgmakerweb.com/index.php?/topic/39588-orange-movement-2/
Been using RPG Ace for a while and really never knew that Shift button made the char dash...! shame on me...  :headshake:

Is there a way to change the "Shift" dash button to another ummm....button?

Sorry, I'm new to the forum...still dont know how to search for stuff.

Oh, I'll check it out then! thnx
 
Last edited by a moderator:

Kes

Veteran
Veteran
Joined
Aug 3, 2012
Messages
22,299
Reaction score
11,712
First Language
English
Primarily Uses
RMVXA
If, however, you don't want the extra pixel movement stuff, this script does just the 8 directional movement.

For the shift/dash thing, I've never heard of another button being used.  It would require a specific script to do that.  It might be possible to achieve what you want in another way if we knew exactly what you wanted.  Is it auto dash that you are after?  Or you just don't want to use the shift key?
 

Dieucra

Villager
Member
Joined
Jun 4, 2015
Messages
20
Reaction score
0
First Language
Spanish
Primarily Uses
If, however, you don't want the extra pixel movement stuff, this script does just the 8 directional movement.

For the shift/dash thing, I've never heard of another button being used.  It would require a specific script to do that.  It might be possible to achieve what you want in another way if we knew exactly what you wanted.  Is it auto dash that you are after?  Or you just don't want to use the shift key?
The script works fine...! Gonna check out others anyway too :)

Oh well, I just dont want that "Stickey Keys" appear after pressing "Shift button" several times, so i was wondering if i can configure the dash to another button
 

Andar

Veteran
Veteran
Joined
Mar 5, 2013
Messages
31,365
Reaction score
7,675
First Language
German
Primarily Uses
RMMV
Oh well, I just dont want that "Stickey Keys" appear after pressing "Shift button" several times,
That is a windows function, and it can be disabled in windows system control (sorry, can't tell you how it's named in an english Windows)
 

Dieucra

Villager
Member
Joined
Jun 4, 2015
Messages
20
Reaction score
0
First Language
Spanish
Primarily Uses
That is a windows function, and it can be disabled in windows system control (sorry, can't tell you how it's named in an english Windows)
Oh I see, then it shouldn't be a problem at all...! :)

Umm...is it possible to change the Dash speed? like...make it slower or faster?
 
Last edited by a moderator:

Dymdez

Newbie-in-Chief
Veteran
Joined
Feb 4, 2014
Messages
752
Reaction score
154
First Language
English
Primarily Uses
I am going to be 5% helpful here and say the answer is yes, there's a variable you can change somewhere in the default scripts... I'll try to find it...
 

Hudell

Dog Lord
Veteran
Joined
Oct 2, 2014
Messages
3,545
Reaction score
3,715
First Language
Java's Crypt
Primarily Uses
RMMZ
Add this:

class Game_CharacterBase  def real_move_speed    @move_speed + (dash? ? 1 : 0)  endendReplace the number 1 by a higher value to increase the dash speed. You can use a float number like 1.5 if you want.

Instead of adding those 5 lines, you can also edit the same line on the script "Game_CharacterBase", line 130.
 
Last edited by a moderator:

Shaz

Veteran
Veteran
Joined
Mar 2, 2012
Messages
40,098
Reaction score
13,704
First Language
English
Primarily Uses
RMMV
I've moved this thread to RGSS3 Script Requests. Please be sure to post your threads in the correct forum next time. Thank you.
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Profile Posts

so hopefully tomorrow i get to go home from the hospital i've been here for 5 days already and it's driving me mad. I miss my family like crazy but at least I get to use my own toiletries and my own clothes. My mom is coming to visit soon i can't wait to see her cause i miss her the most. :kaojoy:
Couple hours of work. Might use in my game as a secret find or something. Not sure. Fancy though no? :D
Holy stink, where have I been? Well, I started my temporary job this week. So less time to spend on game design... :(
Cartoonier cloud cover that better fits the art style, as well as (slightly) improved blending/fading... fading clouds when there are larger patterns is still somewhat abrupt for some reason.
Do you Find Tilesetting or Looking for Tilesets/Plugins more fun? Personally I like making my tileset for my Game (Cretaceous Park TM) xD

Forum statistics

Threads
105,868
Messages
1,017,070
Members
137,577
Latest member
SadaSoda
Top