LOGIN
SEARCH
PROFILE
keys: ↑ ↓
LOGOUT
INDEX
MEMBERS
keys: ↑ ↓
HOME
PORTAL
PLAY ALONG
PLAY with WORDS
PLAY with GRAPHICS
PLAY with SOUNDS
PLAY with CODES
PLAY with PROJECTS
keys: ← →
Guest Access
Register:
Members:



Go to page : 1, 2  Next

View previous topic View next topic Go down Message [Page 1 of 2]

EVENTALIST
EVENTALIST
#1 RMXP + XAS 4dir Movement Empty RMXP + XAS 4dir Movement
Loading

mr_wiggles

mr_wiggles
EVENTALIST
 EVENTALIST
EVENTALIST
profile
For those who don't like to mess with 8dir movement a script that allows you to toggle it on and off

"Note: does not let you toggle during the game"


Instructions:

Paste script above main and bellow XAS - SYSTEM.
name the scripts 4dir or 8dir Movement.


Spoiler:

Work in progress, its not working 100% yet

it works, but you'll have to go into XAS script and replace a chuck of it with this one.
EVENTALIST
Show Signature
EVENTALIST
ACTIVATED
ACTIVATED
#2 RMXP + XAS 4dir Movement Empty Re: RMXP + XAS 4dir Movement
Loading

Thormund

avatar
ACTIVATED
ACTIVATED
ACTIVATED
profile
Sorry, so how should I go about installing this? :S
ACTIVATED
Show Signature
ACTIVATED
EVENTALIST
EVENTALIST
#3 RMXP + XAS 4dir Movement Empty Re: RMXP + XAS 4dir Movement
Loading

mr_wiggles

mr_wiggles
EVENTALIST
 EVENTALIST
EVENTALIST
profile
What version of XAS are you using? (lol i don't even member posting this...)
EVENTALIST
Show Signature
EVENTALIST
ACTIVATED
ACTIVATED
#4 RMXP + XAS 4dir Movement Empty Re: RMXP + XAS 4dir Movement
Loading

Thormund

avatar
ACTIVATED
ACTIVATED
ACTIVATED
profile
I don't know what I should use yet. :S I'm going to be making a post-apocalyptic warfare game (like Fallout 3) and I have Vr.3.6 and Vr.3.7... I'll probably use 3.7 but the Vr. I have isn't fully translated and I have a much better HUD for 3.6...
ACTIVATED
Show Signature
ACTIVATED
EVENTALIST
EVENTALIST
#5 RMXP + XAS 4dir Movement Empty Re: RMXP + XAS 4dir Movement
Loading

mr_wiggles

mr_wiggles
EVENTALIST
 EVENTALIST
EVENTALIST
profile
k well when you figure that out come back and tell me,

if its in 3.7 I'M SURE (maybe) that i can just make a plug and play patch for it, if its 3.6 you'll have to get your hands dirty and change some chunks of code.
EVENTALIST
Show Signature
EVENTALIST
ACTIVATED
ACTIVATED
#6 RMXP + XAS 4dir Movement Empty Re: RMXP + XAS 4dir Movement
Loading

Thormund

avatar
ACTIVATED
ACTIVATED
ACTIVATED
profile
Crap. xD Well, I'll guess I'll use 3.7 then. ;P
ACTIVATED
Show Signature
ACTIVATED
EVENTALIST
EVENTALIST
#7 RMXP + XAS 4dir Movement Empty Re: RMXP + XAS 4dir Movement
Loading

mr_wiggles

mr_wiggles
EVENTALIST
 EVENTALIST
EVENTALIST
profile
k here you are just paste it in a script section under XAS System..

Code:

class Game_Player < Game_Character
#movement_update -----------------------------------------
  def movement_update
    if @actor.states.include?(XAS::CONFUSE_ID) == true
      case Input.dir4
      when 2
      move_up
      @quarter = false
      when 4
      move_right
      @quarter = false
      when 6
      move_left
      @quarter = false
      when 8
      move_down
      @quarter = false
      end
    else
      case Input.dir4
      when 2
      move_down   
      @quarter = false
      when 4
      move_left     
      @quarter = false
      when 6   
      move_right     
      @quarter = false
      when 8
      move_up     
      @quarter = false
      end
    end     
  end
end

so like me not a fan of the 8dir moment?
EVENTALIST
Show Signature
EVENTALIST
ACTIVATED
ACTIVATED
#8 RMXP + XAS 4dir Movement Empty Re: RMXP + XAS 4dir Movement
Loading

Thormund

avatar
ACTIVATED
ACTIVATED
ACTIVATED
profile
Yessir. Smile Razz It just doesn't go well. It causes lots of graphical errors. Razz

EDIT: Errr, by the way. I got errors when I put the script in. I get a NoMethodError for line 759 in movement. :S (I get this anytime I try to move)
ACTIVATED
Show Signature
ACTIVATED
EVENTALIST
EVENTALIST
#9 RMXP + XAS 4dir Movement Empty Re: RMXP + XAS 4dir Movement
Loading

mr_wiggles

mr_wiggles
EVENTALIST
 EVENTALIST
EVENTALIST
profile
are you using it in 3.7 ?
EVENTALIST
Show Signature
EVENTALIST
ACTIVATED
ACTIVATED
#10 RMXP + XAS 4dir Movement Empty Re: RMXP + XAS 4dir Movement
Loading

Thormund

avatar
ACTIVATED
ACTIVATED
ACTIVATED
profile
Um, it's 3.72? :S
ACTIVATED
Show Signature
ACTIVATED

Sponsored content

profile

View previous topic View next topic Back to top Message [Page 1 of 2]

Go to page : 1, 2  Next

 

Chatbox system disabled
Personal messaging disabled