RPG Crisis Community Forums: Diagonal platforms? - RPG Crisis Community Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Diagonal platforms?

#1 User is offline   Aarogoth 

  • Newbie
  • Pip
    • Group: Members
    • Posts: 6
    • Joined: 20-April 09

    LEVEL: 2
    HP: 0/120
    Hit Points
    MP: 0/30
    Magic Points
    EXP: 10%
    Experience
    RANK: NOVICE

    Posted 13 August 2009 - 12:43 PM

    Is there any way to create diagonal platforms like stairs or hills? I don't want the entire game to feel boxed in.
    0

    #2 User is offline   keitsukun 

    • The Dude with a gun.
    • PipPipPip
      • Group: Members
      • Posts: 461
      • Joined: 04-July 09
      • LocationNC

      LEVEL: 14
      HP: 96/1920
      Hit Points
      MP: 213/930
      Magic Points
      EXP: 8%
      Experience
      RANK: NOVICE

      Posted 13 August 2009 - 01:36 PM

      Doing slopes in IGM is simply impossible, But there might be a way to create stairs tough.
      0

      #3 User is offline   Aarogoth 

      • Newbie
      • Pip
        • Group: Members
        • Posts: 6
        • Joined: 20-April 09

        LEVEL: 2
        HP: 0/120
        Hit Points
        MP: 0/30
        Magic Points
        EXP: 10%
        Experience
        RANK: NOVICE

        Posted 17 August 2009 - 12:53 PM

        Curved platforms are likely to be impossible. Still, any way to produce straight, diagonal lines?
        0

        #4 User is offline   keitsukun 

        • The Dude with a gun.
        • PipPipPip
          • Group: Members
          • Posts: 461
          • Joined: 04-July 09
          • LocationNC

          LEVEL: 14
          HP: 96/1920
          Hit Points
          MP: 213/930
          Magic Points
          EXP: 8%
          Experience
          RANK: NOVICE

          Posted 18 August 2009 - 03:01 AM

          If we can do stairs, yes, surely.
          0

          #5 User is offline   Gabe 

          • Advanced Member
          • PipPipPip
            • Group: Members
            • Posts: 124
            • Joined: 03-August 09

            LEVEL: 7
            HP: 5/520
            Hit Points
            MP: 13/230
            Magic Points
            EXP: 54%
            Experience
            RANK: NOVICE

            Posted 28 September 2009 - 07:19 AM

            it's possible. look inside the sample game downloaded here http://tkool.jp/prod...t/download.html

            You can do a background and some tiles with proximity sensor, when the player become near, it appear, so, you can do slopes on the edges, etc..

            the game called something like this: "becoming of age day" (http://tkool.jp/prod...addsample02.zip) have some tilesets like Zelda, with diagonal and isometric views, so, you can use this if you want, to see how it's made.
            0

            #6 User is offline   Aarogoth 

            • Newbie
            • Pip
              • Group: Members
              • Posts: 6
              • Joined: 20-April 09

              LEVEL: 2
              HP: 0/120
              Hit Points
              MP: 0/30
              Magic Points
              EXP: 10%
              Experience
              RANK: NOVICE

              Posted 06 October 2009 - 11:17 AM

              I should had been more specific. Is it possible for a side-stroller type game?
              0

              #7 User is offline   keitsukun 

              • The Dude with a gun.
              • PipPipPip
                • Group: Members
                • Posts: 461
                • Joined: 04-July 09
                • LocationNC

                LEVEL: 14
                HP: 96/1920
                Hit Points
                MP: 213/930
                Magic Points
                EXP: 8%
                Experience
                RANK: NOVICE

                Posted 06 October 2009 - 12:17 PM

                It might get complex, but nothing improssible.
                0

                #8 User is offline   Horosha 

                • Member
                • PipPip
                  • Group: Members
                  • Posts: 11
                  • Joined: 09-December 09

                  LEVEL: 2
                  HP: 0/120
                  Hit Points
                  MP: 0/30
                  Magic Points
                  EXP: 60%
                  Experience
                  RANK: NOVICE

                  Posted 10 December 2009 - 11:35 PM

                  Sorry if I'm reviving a two-month old topic, but I'd like some help on this issue as well. I've been trying to create diagonal platforms/slopes in IGMaker so that staircases, much like in Castlevania: Symphony of the Night, are possible.

                  I've already tried using a gadget shaped like a 90 degree slope, but it just treats the entire thing like one huge block, despite changing its collision box.

                  I would be extremely greatful for any suggestions.
                  0

                  #9 User is offline   Gabe 

                  • Advanced Member
                  • PipPipPip
                    • Group: Members
                    • Posts: 124
                    • Joined: 03-August 09

                    LEVEL: 7
                    HP: 5/520
                    Hit Points
                    MP: 13/230
                    Magic Points
                    EXP: 54%
                    Experience
                    RANK: NOVICE

                    Posted 11 December 2009 - 06:57 AM

                    Do you can design it for me?

                    I can't understand what the difficulty... thx.
                    0

                    #10 User is offline   Horosha 

                    • Member
                    • PipPip
                      • Group: Members
                      • Posts: 11
                      • Joined: 09-December 09

                      LEVEL: 2
                      HP: 0/120
                      Hit Points
                      MP: 0/30
                      Magic Points
                      EXP: 60%
                      Experience
                      RANK: NOVICE

                      Posted 15 December 2009 - 03:33 PM

                      If I haven't mentioned already also, I'm trying to do this for a side-scrolling type game.

                      Alright, well the best way that I've figured to tackle this problem so far is to create many little sprites (maybe about the size of a pixel each) and in a sequence where together, it looks like they make a diagonal line. The collision box for these little sprites would have to be as large as the sprite itself. Afterward, all you'd want to do is layer your tileset graphics over it, giving the illusion of a slope on a hill or a staircase. You can also put it together in a different shape, if you want something more rounded or steep.

                      So far, it looks alright. The only problem is when the player gadget tries to descend down this 'slope', its like stepping off of a platform onto empty air. If you have an animation for falling at this point, you'd appear to be falling with every step you take, instead of traveling down the slope normally. Other than that, the player gadget also doesn't ascend correctly either, I'm guessing because of the collision boxes for both the parts of the slope and the player gadget colliding.

                      That's something I'm still trying to figure out at this point.
                      0

                      #11 User is offline   Gabe 

                      • Advanced Member
                      • PipPipPip
                        • Group: Members
                        • Posts: 124
                        • Joined: 03-August 09

                        LEVEL: 7
                        HP: 5/520
                        Hit Points
                        MP: 13/230
                        Magic Points
                        EXP: 54%
                        Experience
                        RANK: NOVICE

                        Posted 15 December 2009 - 04:29 PM

                        lol, that's what I tried to explain before, in other words .. Well, you need another gadget in your action, before the fall ", and put into action his first floor and an animation takes a while to fall .. once put a movie in the fall after the jump and the peak of the gadget or jump collide with a wall, etc.
                        0

                        #12 User is offline   Horosha 

                        • Member
                        • PipPip
                          • Group: Members
                          • Posts: 11
                          • Joined: 09-December 09

                          LEVEL: 2
                          HP: 0/120
                          Hit Points
                          MP: 0/30
                          Magic Points
                          EXP: 60%
                          Experience
                          RANK: NOVICE

                          Posted 15 December 2009 - 06:17 PM

                          Hmm, I'll go ahead and pm you what I've got so far, if you'd like to take a look.
                          0

                          #13 User is offline   Gabe 

                          • Advanced Member
                          • PipPipPip
                            • Group: Members
                            • Posts: 124
                            • Joined: 03-August 09

                            LEVEL: 7
                            HP: 5/520
                            Hit Points
                            MP: 13/230
                            Magic Points
                            EXP: 54%
                            Experience
                            RANK: NOVICE

                            Posted 16 December 2009 - 04:20 AM

                            sure, send me the gpd so I can take a look.
                            0

                            #14 User is offline   Horosha 

                            • Member
                            • PipPip
                              • Group: Members
                              • Posts: 11
                              • Joined: 09-December 09

                              LEVEL: 2
                              HP: 0/120
                              Hit Points
                              MP: 0/30
                              Magic Points
                              EXP: 60%
                              Experience
                              RANK: NOVICE

                              Posted 17 December 2009 - 12:59 AM

                              Alright, went ahead and PM'ed you what I have so far, with a few additions.
                              0

                              #15 User is offline   Gabe 

                              • Advanced Member
                              • PipPipPip
                                • Group: Members
                                • Posts: 124
                                • Joined: 03-August 09

                                LEVEL: 7
                                HP: 5/520
                                Hit Points
                                MP: 13/230
                                Magic Points
                                EXP: 54%
                                Experience
                                RANK: NOVICE

                                Posted 17 December 2009 - 02:27 PM

                                solved, check your pm :)

                                http://www.swfcabin....open/1261086297
                                0

                                #16 User is offline   Aarogoth 

                                • Newbie
                                • Pip
                                  • Group: Members
                                  • Posts: 6
                                  • Joined: 20-April 09

                                  LEVEL: 2
                                  HP: 0/120
                                  Hit Points
                                  MP: 0/30
                                  Magic Points
                                  EXP: 10%
                                  Experience
                                  RANK: NOVICE

                                  Posted 10 January 2010 - 10:12 PM

                                  Oh man, this is perfect. So how does this work? Do I place pixel by pixel or what?

                                  oh ... um ... thanks for whoever put the hours that I didn't to figure this one out.
                                  0

                                  #17 User is offline   Gabe 

                                  • Advanced Member
                                  • PipPipPip
                                    • Group: Members
                                    • Posts: 124
                                    • Joined: 03-August 09

                                    LEVEL: 7
                                    HP: 5/520
                                    Hit Points
                                    MP: 13/230
                                    Magic Points
                                    EXP: 54%
                                    Experience
                                    RANK: NOVICE

                                    Posted 11 January 2010 - 03:56 PM

                                    yep, the little it is, soft it will work.
                                    0

                                    #18 User is offline   MrAddams 

                                    • Member
                                    • PipPip
                                      • Group: Members
                                      • Posts: 17
                                      • Joined: 30-April 10

                                      LEVEL: 3
                                      HP: 0/160
                                      Hit Points
                                      MP: 0/50
                                      Magic Points
                                      EXP: 13%
                                      Experience
                                      RANK: NOVICE

                                      Posted 30 April 2010 - 05:32 AM

                                      Hmmm... what if the stair is a gdget that make the player walk in the diagonal direction if he presses up...?
                                      0

                                      #19 User is offline   MysticTrunks 

                                      • Advanced Member
                                      • PipPipPip
                                        • Group: Members
                                        • Posts: 182
                                        • Joined: 11-January 09

                                        LEVEL: 9
                                        HP: 16/820
                                        Hit Points
                                        MP: 26/380
                                        Magic Points
                                        EXP: 4%
                                        Experience
                                        RANK: NOVICE

                                        Posted 02 June 2010 - 12:01 AM

                                        You could always make a gadget and if the player gadget goes into collision you could turn on a switch and move the player diagonally.

                                        Slopes are hard and extremely complex but I have managed them before(trust me you will be pulling out your hair because it's so hard)
                                        0

                                        • IG Maker

                                        Share this topic:


                                        Page 1 of 1
                                        • You cannot start a new topic
                                        • You cannot reply to this topic

                                        1 User(s) are reading this topic
                                        0 members, 1 guests, 0 anonymous users