User Tag List

Results 1 to 5 of 5

Thread: script

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

    script

    Could someone make me a script that makes link walk faster in certain screens and makes his sword do more damaga?
    And could you tell me how to actually activate the script on a screen?thnks.
    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!

  2. #2
    Lynel Revfan9's Avatar
    Join Date
    Jun 2005
    Location
    In front of a screen. I never leave.
    Age
    31
    Posts
    1,160
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    3,391
    Level
    18
    vBActivity - Bars
    Lv. Percent
    71.32%

    Re: script

    Can't make the sword do more damage yet, but this should make Link walk faster:

    Code:
     SETR d0,linkx
     SETR d1,linky
    WAIT WAITFRAME
     COMPAREV INPUTUP,1
     GOTOFALSE A
     SETR linky,d1
     SUBR linky,d2
     SETR d1,linky
    A COMPAREV INPUTDOWN,1
     GOTOFALSE B
     SETR linky,d1
     ADDR linky,d2
     SETR d1,linky
    B COMPAREV INPUTLEFT,1
     GOTOFALSE C
     SETR linkx,d0
     SUBR linkx,d2
     SETR d0,linkx
    C COMPAREV INPUTRIGHT,1
     GOTOFALSE WAIT
     SETR linkx,d0
     ADDR linkx,d2
     SETR d0,linkx
     GOTO WAIT
     QUIT
    Copy and past the above code into notepad, then save it as fastwalk.txt

    Open up ZQ, then go to tools->Load FFC script

    Then take a slot you know hasn't already been filled (assuming that you don't know how to set them, this would be slot 1) and click load. Find fastwalk.txt and click OK while it is highlighted.

    Then set the FFC on the screen where you want the screen to work. Then set the script to 1 and then set d3 under arguments to however fast you want Link to move (2 is twice as fast as normal, 3 is 3 times as fast, etc.).

  3. #3
    Octorok
    Join Date
    Jun 2006
    Age
    39
    Posts
    185
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    1,408
    Level
    12
    vBActivity - Bars
    Lv. Percent
    72.82%
    I did that and now link is stuck in place...O_o

    weird....O_o

    EDIT by ShadowTiger: Posts merged. Please don't double post within 24 hours. Thanks...
    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. #4
    Octorok
    Join Date
    Jun 2006
    Age
    39
    Posts
    185
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    1,408
    Level
    12
    vBActivity - Bars
    Lv. Percent
    72.82%

    Re: script

    well, its been 24 hours...or actually 46, for that matter.
    why does link get stuck in place with the script on?
    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!

  5. #5
    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,434
    Level
    24
    vBActivity - Bars
    Lv. Percent
    70.25%

    Re: script

    Try this...

    Code:
    WAIT WAITFRAME
     SETR d0,linkx
     SETR d1,linky
     COMPAREV INPUTUP,1
     GOTOFALSE A
     SETR linky,d1
     SUBR linky,d2
     SETR d1,linky
    A COMPAREV INPUTDOWN,1
     GOTOFALSE B
     SETR linky,d1
     ADDR linky,d2
     SETR d1,linky
    B COMPAREV INPUTLEFT,1
     GOTOFALSE C
     SETR linkx,d0
     SUBR linkx,d2
     SETR d0,linkx
    C COMPAREV INPUTRIGHT,1
     GOTOFALSE WAIT
     SETR linkx,d0
     ADDR linkx,d2
     SETR d0,linkx
     GOTO WAIT
     QUIT
    Slight change to the code. Have to re-record Link's position each frame.
    Also, the speed goes in the D2 argument, not D3.

    I don't think this'll work quite right, though... I think it'll actually take a somewhat more complex script. But try it and see, I guess.

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