Search results for query: *

  1. Tempmarrow

    [Open Assets] Rebound Dash - experimental Sonic ability

    I know this is probably really late to ask. But what happened to the link?
  2. Tempmarrow

    SRB2 Ex Download?

    Doesn't seem to work for me? Isn't it because I'm on mobile? Can you download it for me and give me the file, if that isn't too much trouble. 1708406081 NVM fixed it thank you!
  3. Tempmarrow

    SRB2 Ex Download?

    Anyone have the download? It was on the master server once but now its gone.
  4. Tempmarrow

    How do I make a vulnerable custom state.

    This is something I am very troubled with. For example I want my state to not damage enemies no matter what.
  5. Tempmarrow

    How would I go by redirecting momentum and reducing it?

    Basically I want an example of a function that helps me do what it says on the tin.
  6. Tempmarrow

    How would I go by redirecting momentum and reducing it?

    Basically I want an example of a function that helps me do what it says on the tin. 1707027393 Whoops. doubled the thread accidentally
  7. Tempmarrow

    Don't get what's wrong?

    Here's my code for reference freeslot( "S_AIRDASH", "SPR_AIRD" ) states[S_AIRDASH] = { sprite = SPR_AIRD, tics = 1, } addHook("AbilitySpecial", function(player) if player.mo.skin == "sonic" if (player.mo.state == S_PLAY_JUMP) P_SpawnGhostMobj(player.mo)...
  8. Tempmarrow

    Don't get what's wrong?

    Basically my state works and all but there's this error that keeps popping up. Cannot remove player mobj by setting it state to null
  9. Tempmarrow

    Can I use almost all Lua from reusable assets.

    What it says on the tin. Would it be possible if I only just sprite and use Re-usable assets?
  10. Tempmarrow

    I GOT A IDEA!

    The problem with that is you need to have some effort into the Lua. Your Lua can't be all by someone's else. Use the Lua as your basis and do it yourself. You need contribution to the Lua as well. Learn Lua, Learn spriting. And do it yourself man.
  11. Tempmarrow

    Homing attack doesn't work correctly in a specific sector in the stage (Solved)

    Dude, I'm pretty sure you need to send in the map to let people who can help you to help you. This isn't normal I'm pretty sure.
  12. Tempmarrow

    How to use a shield's ability without the shield part in Lua

    For example addHook("ThinkFrame", do for player in players.iterate if (player.mo and player.mo.skin == "sonic") if not (player.mo.custom2down) player.mo.custom2down = 0 end if player.cmd.buttons & BT_CUSTOM2 and...
  13. Tempmarrow

    How to go to the pause menu on controller

    I'm an idiot somehow I didn't notice it
  14. Tempmarrow

    How to go to the pause menu on controller

    Title is self-explanatory
  15. Tempmarrow

    How to print a text using a state

    Sorry I didn't add a specific response I was responding to this I just said Yeah with no context sorry.
  16. Tempmarrow

    How to print a text using a state

    So basically I'm wondering how to print a text WITHOUT it constantly spamming it. 1663756692 So... no response
  17. Tempmarrow

    Good maps/mappacks?

    I accidentally typed on the quote and my autocorrect kicked in lol
  18. Tempmarrow

    Good maps/mappacks?

    I kinda played those already but good Reccomendation
Back
Top