Search results for query: *

  • Users: Rodriv64
  • Content: Threads
  • Order by date
  1. Rodriv64

    Sonic 3 Shield Projectile Deflect

    Hello! I'm trying to make a lua script that makes so if a player has a shield, even when standing, the shield would deflect most projectiles, a-la Sonic 3 & Knuckles. I tried making this code, but it doesn't work, idk what's wrong addHook("PlayerThink", function(p) if p.mo and p.mo.valid...
  2. Rodriv64

    [Open Assets] Sonic Time Twisted Styled Whirlwind Shield

    Rodriv64 submitted a new resource: Sonic Time Twisted Styled Whirlwind Shield - Fly up to the sky, babe! Read more about this resource...
  3. Rodriv64

    MCSonic compatibility with Xmomentum

    Has anyone tried adding Xmomentum support for MCSonic? It's because to fix the instashield block. Whenever i press spin while having 50 rings and playing as MCSonic, it turns him super, blocking the instashield. I've tried finding a solution, but it was impossible. (And for those who don't know...
  4. Rodriv64

    Peelout Compatibility with Xmomentum

    Hello, i have downloaded the peelout sprites mod, and xmomentum, but when i load both mods, the peelout sprites mess up. Here's a screenshot to prove it. Can someone please help me?
  5. Rodriv64

    How to make a character float

    Hello, i'm trying to make a lua script that makes sonic float and move in any direction whenever using the Whirlwind shield, but i don't know to to make a character float, can someone help me? Btw, here's the code: addHook("PlayerThink", function(player) if player.powers[pw_shield] ==...
  6. Rodriv64

    Egg Garden Zone remake

    Hello! I am trying to remake Egg Garden Zone, from the old fangame Retro Sonic, and turn it into a 3d level, but i can't find the level tiles from anywhere. Could you help me find them?
  7. Rodriv64

    Sonic Time Twisted-like Whirlwind shield ability

    Hello, i'm new to the lua script, but i'm trying to make a lua script that changes the behaviour of the whirlwind shield, and make it act like the wind shield from Sonic Time Twisted. I'm trying to make it so, when you press spin, it starts floating for 10 seconds, and you can move in any...
Back
Top