Announcement

Collapse
No announcement yet.

chigoo's help files

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    chigoo's help files

    i forgot who but he/she told me to make my own help thread well this is it.
    i made a help thread but no body post thir any more is called (some ? about rpg maker 2 or some thing i forgot). im going to be asking for help on this
    thread so help me plz if you can and want to.
    thank you if you help me, dont thank you if you never helped me

    #2
    Re: chigoo's help files

    how would i make a pause screen with the start button? i want to make it so
    you can save, all i need is how to make it so when i press the button start
    the word resume, and save come up so when i chose save it saves and when i
    chose save it save i already have a save sport but i dont want to al ways go to the save sport evry time i want to save so help me if you can.
    thank you if you help me, dont thank you if you never helped me

    Comment


      #3
      Re: chigoo's help files

      how can i make my char move at 8x speed with out veicle?
      thank you if you help me, dont thank you if you never helped me

      Comment


        #4
        Re: chigoo's help files

        Set the movement speed to 1 F.

        In RPG Maker 2, Normal speed is 8 F per tile. 30 F = 1 Second, so at normal speed the character can cover about 4 tiles per second. Half speed is 16 F or two tiles per second. Double speed is 4 F or 8 tiles per second and 8 X speed = 1 F or 30 tiles per second! Since you must use whole numbers there is no speed faster then 8 X speed.

        Note that you can only increase speed within the movement commands. You can't change the movement of the party during regular play except by pressing O to get double speed.




        The Crown of Order demo is here.

        Comment


          #5
          Re: chigoo's help files

          os thir a script that i can change to make the O button 8x speed
          thank you if you help me, dont thank you if you never helped me

          Comment


            #6
            Re: chigoo's help files

            A repeat enter map script checks button input=O to deploy 8X speed invisible vehicle? Toggle this with a flag that's reversed when O's pressed.
            Not sure if that'll work, but go mess with invisible vehciles, they're essential in my game, where content and action scripts run together.

            Also, when you use control vehicle, apply it together with a content script call, and then you can keep on doing whatever you wanted to do with content scripts.

            Comment


              #7
              Re: chigoo's help files

              Originally posted by chigoo View Post
              Is there a script that I can change to make the O button 8x speed
              No there isn't. Why would you want there to be? 8X speed is uncontrollably fast.

              Besides the vehicle trick (which disrupts all button presses), you can set up an custom condition with an indirect effect that causes the party to move faster when the direction pad is pressed (note this won't work with the control stick).

              If you could tell me why you want the party to move faster, I might be able to come up with a solution that will work better for what you're trying to do.




              The Crown of Order demo is here.

              Comment


                #8
                Re: chigoo's help files

                k hears my plane, im makeing a abliity that my char get in the game. So i want to make an invisble event follow my char like a party menber then
                when my char leans the skill he get an item and then when you use the item
                the invsible event appears and you can get in it (a vhecle that look like the main char but only darker) and you can go 8x speed, im also going to make
                a flying one. can any one tell me how to do that i did it once with flage and when i use the item the flage turns on and the inv event appears after 300f it dissappears but the only thing is that the inv event dosent follow me like it suppose to and i use the motion for act like party menber
                thank you if you help me, dont thank you if you never helped me

                Comment


                  #9
                  Re: chigoo's help files

                  But, doesn't it mess up the map loading if you press a button/use control stick and move while you're already being forced to move via script command?

                  It might not be a problem outside map levels, but the map loading gets off the screen in no time when you move from default movement at the same time a script command is moving you.
                  I'm using an event to block movement in my game to prevent this, since I want to have any frame speed of movement possible, as well as turning while moving for sliding and different levels of vehicle control depending on your stats.
                  Also, button presses for constant movement are just toggling turn left, right, and accelerate on and off, so you can still keep moving smoothly even with the button disruption in my game. But, it probably isn't a problem since you'd only be pressing O at certain times, so the button disruption isn't going to cause problems.

                  Comment


                    #10
                    Re: chigoo's help files

                    i dosent move me i have complet control i just use the horse script but i changed the modle so when i use the item i appears and i can enter it is just vehicle that follow you around invisabley untile you get and use the item
                    then it appears and you can go in it
                    thank you if you help me, dont thank you if you never helped me

                    Comment


                      #11
                      Re: chigoo's help files

                      Why does it need to be invisible and following you? Wouldn't it be easier to use something like the magic travel cloud (one of the preset items) that creates a vehicle under the party when you use it? I forget the actual name, but you start the preset game with it.




                      The Crown of Order demo is here.

                      Comment


                        #12
                        Re: chigoo's help files

                        but i want the vehicle to my char dissappear and make the other char modle appear and it move 8X speed how can i do that? iv been trying for about 2 weeks now i cant move on with me game untile i get it, i just need to know how to do it.
                        thank you if you help me, dont thank you if you never helped me

                        Comment


                          #13
                          Re: chigoo's help files

                          thanks now i need another help how can i make a script that show a vfx
                          that says slime lv 1 and make the event char move at the same time with out the slime lvl 1 vfx going away i tried to do it last night but i failed
                          thank you if you help me, dont thank you if you never helped me

                          Comment


                            #14
                            Re: chigoo's help files

                            i have played fu ma but i havent played the game that oher people made because i dont have the thing to dwon load them.


                            im working on a big project and i need help iv tryed and tryed this is the 3rd time. so i need to make an event that make you jump when you press triangle
                            and when you press triangle and any direction in the direction pad it move to that direction. and also how to make the party shoot an event and it dissappear and give the party exp.<-(with the start bottion) i know how to make the party jump with the squar bottion that all i know.

                            plz help me.
                            thank you if you help me, dont thank you if you never helped me

                            Comment


                              #15
                              Re: chigoo's help files

                              Originally posted by ShawnForbes
                              Assuming you have your character riding the vehicle, and if I understand what you're asking, you should try the following commands within the event's content script:

                              * Party: Display: Hide Party
                              * Event Effects: Object Model Change [VEHICLE MODEL]

                              The event effects command will then allow you to change said event into whichever model you've made already. Prior to this change, the event would be invisible.

                              Depending on what you want, I found it easier to do this rather than making a visible event, then making it invisible with the event display off command via another script (intro script or what not), then making it visible again when desired.

                              Once you've exited the vehicle, just reverse the commands:

                              * Party: Display: Display Party
                              * Event Effects: Object Model Change [INVISIBLE VEHICLE MODEL]

                              EDIT

                              Then again, I supposed you could use the event display commands...

                              * Party: Display: Hide Party
                              * Event Effects: Display On

                              * Party: Display: Display Party
                              * Event Effects: Display Off

                              Just remember, as I touched on, the event will always start in it's default, visible state, then would need to be changed to invisible before the player could see it, via a intro script. Doing this, however, requires an additional command:

                              * Event Control: Change: [VEHICLE MODEL]
                              Then...
                              * Event Effects: Display Off

                              Hope this helps.
                              i have every thing all i need is to get the event to follow me while invisable
                              thank you if you help me, dont thank you if you never helped me

                              Comment

                              Working...
                              X