Jump to content

Photo

Always Face North


  • Please log in to reply
6 replies to this topic

#1 Octorockoncrack

Octorockoncrack

    Crystal Warrior

  • Members
  • Real Name:Tyler
  • Location:walking The Path

Posted 17 May 2013 - 10:24 PM

Im looking for an FFC script that forces Link to always face upwards, but you can still move in any direction. So for example, if you do anything like shoot an arrow, it will always move north instead of its normal direction.



#2 Mitchfork

Mitchfork

    no fun. not ever.

  • Members
  • Real Name:Mitch
  • Location:Alabama

Posted 17 May 2013 - 10:40 PM

This is untested, but it'll probably work.

ffc script AlwaysLookUp{
    void run() {
        while(true) {
            Link->Dir = DIR_UP;
            Waitframe();
        }
    }
}


#3 TheLegend_njf

TheLegend_njf

    Deified

  • Members
  • Real Name:Grant

Posted 20 May 2013 - 04:10 PM

Did somebody actually try this script?

#4 MoscowModder

MoscowModder

    Sometimes lurking. Rarely posting.

  • Members
  • Location:Wisconsin

Posted 20 May 2013 - 04:42 PM

It looks like it should work (as long as you import std.zh).



#5 aaa2

aaa2

    Wizard

  • Banned

Posted 20 May 2013 - 06:18 PM

I did not try the script but as far as i remember once you press a direction that is not up link will face that direction until you let go of that button and he will face up again. To really force up always last time i checked was to draw link by script.(this was last checked in RC4)



#6 Mitchfork

Mitchfork

    no fun. not ever.

  • Members
  • Real Name:Mitch
  • Location:Alabama

Posted 20 May 2013 - 07:42 PM

I just tried the script myself and it looks like aaa2 is right.  Might be possible to use an ffc to give the player an invisible LTM item that affects Link, but this creates other problems, such as removing it appropriately.  On the other hand, looks like projectiles are fired up, so the only real issue with the script is cosmetic.



#7 TheLegend_njf

TheLegend_njf

    Deified

  • Members
  • Real Name:Grant

Posted 21 May 2013 - 05:54 AM

Still, from the way you guys describe this script, it should still be great for shooting styled mini games.


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users