Search results for query: *

  1. Azuma The Fox

    [Open Assets] Sonic 06/Adventure Style Spring Jump

    You know how in the Adventure Style games Sonic can Homing Attack after bouncing off a spring? Well this Lua tries to recreate that for everyone! Not only does this enable 'Spring Actions', it also adjusts Jumping Animations to emulate both 06 and SA2 styles. Oh, and made it so only...
  2. Azuma The Fox

    Is there a way to check if Custom buttons are held down?

    Oh that's what you meant, well that's not going to work since; if (player.cmd.buttons & BT_CUSTOM1) and not (player.cmd.buttons & BT_CUSTOM1) then... wont work as far as I know. I need something like if (player.cmd.buttons & BT_CUSTOM1) and not "Holding Custom1" then... as I've got an air...
  3. Azuma The Fox

    Is there a way to check if Custom buttons are held down?

    Sorry, I'm still learning this stuff and don't know how to do that. Can I see an example of what you mean?
  4. Azuma The Fox

    [Open Assets] Sonic 06/Adventure Style Spring Jump

    Funny thing is, I'm still just a novice myself. I've had to teach myself lua by poking and taking apart mods with the "Re-Useable Content" tag. Iv'e tried to rely on the wiki as well, but that's been out dated for well over a year now so it only Somewhat helps (mostly for double checking small...
  5. Azuma The Fox

    Is there a way to check if Custom buttons are held down?

    The character I'm trying to make needs three buttons to work, and since I don't know how multiplayer works(never played it), I figured I'd bind Button3 as Custom1, but with the myriad of situational actions bound to those 3 buttons, I need to make sure Custom1 isn't held down so he doesn't...
  6. Azuma The Fox

    How can I make a custom Homing Thok?

    I would like to, but from what I understand,(I could easily be wrong here but), I think that counts as "Data Mining" (or something?) and is an at least Heavily frowned upon(if not Banable) offence without written consent from the original creator, thus all I've learned ts construed from strictly...
  7. Azuma The Fox

    How can I make a custom Homing Thok?

    So I tried to make button checks, but as the amateur I am, I can't get it to work. (this somehow almost randomizes CA1) Any tips on fixing it?
  8. Azuma The Fox

    How can I make a custom Homing Thok?

    Basically, Yes. The idea is to stop right in-front of a badnik and perform a melee attack à la Shadow in 06. (or at least come in from above, ether or.) A bit ambitious I'm sure but it would be fun I think.
  9. Azuma The Fox

    How can I make a custom Homing Thok?

    I want to make a custom variant of the Homing Thok, but I don't know the keywords to Make movement, let alone a Lock-on System. Is there something like a Tutorial or Guide on custom lua abilities, pertaining more specifically to Lock-on and Momentum? (and I mean more extensive and detailed than...
  10. Azuma The Fox

    [Open Assets] Sonic 06/Adventure Style Spring Jump

    You know how in the Adventure Style games Sonic can Homing Attack after bouncing off a spring? Well this Lua tries to recreate that for everyone! Not only does this enable 'Spring Actions', it also adjusts Jumping Animations to emulate both 06 and SA2 styles. Oh, and made it so only...
  11. Azuma The Fox

    Is there a way to check if player is Transforming?

    Ah... there it is, Thanks.
  12. Azuma The Fox

    Is there a way to check if player is Transforming?

    I'm working on an Adventure style Spring mechanic (almost done) but it currently overrides the Transformation animation. Is there a way to check if the animation is active so I can 'Blacklist' it? (Such a "Player animations (PA_*)" is not present on the Wiki.)
  13. Azuma The Fox

    The Werehog v2.3

    So,Um... I've been trying to make something like the "Grapple-Punch" for a over a year, with no progress. (I'm still new-ish to Lua and it's mostly self taught.) May I please reverse engineer the "Grapple-Punch" script to make my own grapple attack?
  14. Azuma The Fox

    How do I put a .gif in a post?

    I don't know how to put .gifs or .pngs in a post. There is a button labeled "Insert Image" but it wants a URL, can't I just upload it from my PC?
  15. Azuma The Fox

    [Open Assets] Spring Frontflip (v1.3.1)

    Aww man... I was just working on something like this myself, though mine is more focused on making a Spring Flag with function than the animations, so it doesn't look nearly as good. Should I even finish mine with this available?
  16. Azuma The Fox

    A Novice requesting assistance in what should be "simple".

    (I hope this doesn't count as spam asking again but...) I need guidance in working with SRB2 script to make an alternative to the Homing Thok. Basically I want my character to fire A projectile at an enemy/spring, with which upon contact will spawn an anchor point, then he will Thok at that...
  17. Azuma The Fox

    How would I make A Grappling Hook?

    Just to be more clear, I know how to do it, just not HOW to do it.
  18. Azuma The Fox

    How would I make A Grappling Hook?

    I would like to recreate the Wire Attack from Sonic Forces. But I don't know how to spawn an object from the player, let alone move the player to the projectile object. Side note; I learn best from example so Is there a tutorial I can use, or some advice? (I hope i'm using the forum right...)
Back
Top