User Tag List

Page 2 of 4 FirstFirst 1 2 3 4 LastLast
Results 11 to 20 of 38

Thread: Gravity in sideview areas

  1. #11
    I shall exalt myself over all Armagedddon Games bigjoe's Avatar
    Join Date
    Apr 2000
    Age
    39
    Posts
    5,620
    Mentioned
    87 Post(s)
    Tagged
    6 Thread(s)
    vBActivity - Stats
    Points
    6,572
    Level
    24
    vBActivity - Bars
    Lv. Percent
    93.39%

    Re: Gravity in sideview areas

    Having a little bit of fun with this script







    Do you plan to make any improvements to the script as scripting becomes more advanced?


  2. #12
    Octorok Master_of_Power's Avatar
    Join Date
    May 2001
    Age
    35
    Posts
    496
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    2,195
    Level
    15
    vBActivity - Bars
    Lv. Percent
    46.85%

    Re: Gravity in sideview areas

    when the item editor is finished, what I'd like is have that the A button be the jump button and have the sword as a B button item. That way you don't have to sacrefice any item and still could jump.
    Keeping something big a secret, in case it doesn't work out I can understand.
    But he deliberatly drops little hints just to drive us mad.

  3. #13
    Octorok
    Join Date
    Jun 2006
    Age
    39
    Posts
    185
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    1,407
    Level
    12
    vBActivity - Bars
    Lv. Percent
    72.04%

    Re: Gravity in sideview areas

    How do you assign the script to a screen? I canr figure out how to (i really must be retarded).
    Please sign up to my ZC site!Domain 14
    C'mon, wont anyone come? I even got all of this fancy Html java stuff! Theres a chatbox, scrolling text at the top, the works!

    And on side note, luigi is in super mario 64!L is real 2031

    Wanna see my pacman flash movie? click here!

  4. #14
    Robots in Disguise
    ZC Developer
    Dark Nation's Avatar
    Join Date
    Mar 2000
    Posts
    5,401
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    7,657
    Level
    26
    vBActivity - Bars
    Lv. Percent
    61.63%

    Re: Gravity in sideview areas

    _L_, you *do* realize that since you are a ZC Dev now and have proven that jump code is possible, people are going to start bugging you for the Roc's Feather. :p

    Also, bigjoe, your last screenshot, is that a custom subscreen or a bug?

  5. #15
    I shall exalt myself over all Armagedddon Games bigjoe's Avatar
    Join Date
    Apr 2000
    Age
    39
    Posts
    5,620
    Mentioned
    87 Post(s)
    Tagged
    6 Thread(s)
    vBActivity - Stats
    Points
    6,572
    Level
    24
    vBActivity - Bars
    Lv. Percent
    93.39%

    Re: Gravity in sideview areas

    Custom subscreen. I figured that since the B button was for jumping that it would be silly to use items simultaneously. Thus, that eliminates the need for a B Button item viewer. If there were only a way to Jump AND use items seperate from eachother....Up button MIGHT work but it makes Link face upward


  6. #16
    Gibdo
    Join Date
    Mar 2004
    Age
    40
    Posts
    910
    Mentioned
    3 Post(s)
    Tagged
    1 Thread(s)
    vBActivity - Stats
    Points
    3,248
    Level
    18
    vBActivity - Bars
    Lv. Percent
    36.33%

    Re: Gravity in sideview areas

    Quote Originally Posted by zeldafan500 View Post
    Please tell me how you got it to work! It doesnt work for me, even with beta14. How did you get it to work?
    I get the same thing too! The sample quest worked and I tried everything and checked everything and it won't work on my own quest. whoever made this sample quest must have MAGIC HANDS!

    EDIT: OH NEVERMIND! I found out why. It's because you have to pick a combo in the FF Combo attributes and find the combo that is solid clear tile. Not the very first combo because it is reserved as "None".

  7. #17
    Wizrobe *b*'s Avatar
    Join Date
    Jul 2001
    Location
    The World
    Age
    37
    Posts
    4,491
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    7,203
    Level
    25
    vBActivity - Bars
    Lv. Percent
    93.43%

    Re: Gravity in sideview areas

    The shit you programmer types come up with is simply amazing

    Now, what about top-down areas? Are you possibly working on a script/scripts for that? I'd imagine getting that down would be a little tricky, especially for stuff like jumping over otherwise unwalkable obstacles/pits

  8. #18
    Is this the end?
    ZC Developer
    Saffith's Avatar
    Join Date
    Jan 2001
    Age
    41
    Posts
    3,389
    Mentioned
    178 Post(s)
    Tagged
    6 Thread(s)
    vBActivity - Stats
    Points
    6,432
    Level
    24
    vBActivity - Bars
    Lv. Percent
    69.93%

    Re: Gravity in sideview areas

    topDownJumping.qst
    TopDownJumper.z
    jump.wav
    land.wav

    It could be improved upon (it could see if you actually have the flippers, for one thing), but it's a start.
    If you want to play around with it, it shouldn't be much different from _L_'s. Just be sure to set the "Draw Over" flag, set up the combos properly, and give it the right arguments.
    You'll notice each screen in the demo has one of the corners covered by layer 3. That's where Link actually is when you jump; the one you see is just the FFC. That's what the arguments are for: they're the X and Y coordinates of where to stash him.

    (Edit: There. Slightly less buggy.)
    (Edit 2: Slightly less buggy still. I laugh at your pathetic attempt to complete a download!)
    (Edit 3: Added shadow and slower diagonal movement. Didn't change solidity checking to match, though. Is Boolean XOR not working? Wouldn't compile - accused me of trying to cast bools to floats.)
    Last edited by Saffith; 01-17-2024 at 12:08 PM.

  9. #19
    Wizrobe The_Amaster's Avatar
    Join Date
    Dec 2005
    Location
    St. Mystere
    Age
    32
    Posts
    3,803
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    8,810
    Level
    28
    vBActivity - Bars
    Lv. Percent
    25.98%

    Re: Gravity in sideview areas

    Is there any way a Dev could intigrate the sidescroll script with ZC, so that it's a standard room-type checkbox? Only this is a great feature, and it should go in the next version if all the bugs are worked out.

  10. #20
    Robots in Disguise
    ZC Developer
    Dark Nation's Avatar
    Join Date
    Mar 2000
    Posts
    5,401
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    7,657
    Level
    26
    vBActivity - Bars
    Lv. Percent
    61.63%

    Re: Gravity in sideview areas

    Wow.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Armageddon Games is a game development group founded in 1997. We are extremely passionate about our work and our inspirations are mostly drawn from games of the 8-bit and 16-bit era.
Social