lua script

  1. Girlstink

    [Open Assets] Ring Racers Debt Relief Program 1.0

    WELCOME TO THE RING RACERS DEBT RELIEF PROGRAM! Ring Racer's debt development is a small "easy mode" mod that steers the game from the complex "Fighting Game of Racing Games" we all know and love. BUT WHAT DOES IT DO? The mod, for all intents and purposes, just turns the complexities of ring...
  2. Sandy

    Various Custom Abilities V1.2

    This lua script adds 5 new abilities to the game. It's my first time using lua so it might not be all that good, but it's fun to play! Credits: enes2gamer, Ninja Kirby, Miles Prower, and Jana Sol for helping me code in this godforsaken language. Let's get started with the abilities! Ability 1...
  3. segabest1991

    [Open Assets] Lines 0.1

    basically, if you press custom3 you will see some lines in the console depending on the character. This has been sitting in my addons file for one year and a half and its not complete, it has sonic lines, tails lines, knuckles lines and i got the honor of getting permission to put lines for...
  4. toddoestuff

    Mario Kart/CTR Style Jump

    Another day, another work in progress. This time it's a fun little experiment I have been making over the course of a few days. Like the title says: it's an attempt at integrating that style of jumping before drifting into ring racers. I call it "Spring Racers". This will make more sense when I...
  5. DolphinCube

    Special Stage Time Setter Version 1.0

    HEADS UP: Because of me not being smart. I got a bit of help from Microsoft Copilot on this. But with a few tweaks from the SRB2 Discord on making it work properly. Also this will only work once you are IN the special stage, And only works in single player. Doesn't work in time attack. Sadly...
  6. WindowsXPfan

    Can't get custom character to break the breakable floor in Deep Sea Zone act 2.

    Hello, I'm writing here today in hopes to get some help with my mod, So as the title suggests I am trying to make it so that my custom character can break the breakable floor in Deep Sea Zone act 2 when they stomp but no matter what I do with the stomp script my character will not break the...
  7. Golden Shine

    [Open Assets] GSGlobalHooks - Optimization shortcut for Lua modders Example

    NOTE: This is an example mod for helping Lua modders! Loading it on it's own does NOT boost performance. Recently, several forms of global Lua hooks got deprecated. Many coders used them merely for convenience/laziness, not realizing how terribly much they killed SRB2's performance. That...
  8. PikaJade

    [Open Assets] Utopia Uncurl v1.0

    A little Lua script I put together, inspired by another Sonic fangame, Sonic Utopia. It allows you to uncurl by simply letting go of the Spin button. This allows rolling to become less committal, letting you pick up a bit of speed or hit an enemy without having to go out of your way to get...
  9. Soashivito

    [Open Assets] Progress seiv 1.1

    This simple script allows server hosters to save their campaing progress without them needing to do it manually I made this script mostly for my server but i thought this could be useful for anyone else with the same problem And now with update 2.2.15 where the green sonic bug is more frequent...
  10. ExploxionMach.z64

    How i detect if the player hited a enemy with lua

    I was making some mods when i came out with a idea that when the player jump on the enemy would set the player player.mo.momz to 7*FRACUNIT, but i dont know how to detect if the player hited a enemy
  11. Pikaspoop

    [Open Assets] [OBSOLETE AND BROKEN] Player-controlled shield ability toggle V2

    2.2.15 and onward will not have the shield button, this addon is now obsolete and should not be used. This addon needs to be loaded before your characters to work properly. 2.2.14 adds a great new feature to assign shield abilities to a dedicated button! However, some older characters may...
  12. WindowsXPfan

    Having trouble adding .lua custom moves tomy custom character (.wad)

    Hello, I am writing here today to see if anyone can help me solve this problem I've come across while making my SRB2 character mod (Yor Forger in SRB2) after finishing my characters sprites and went to add a custom move to her, I found this Open Assets pack that had a ton of custom moves in the...
  13. Mr Bones

    (SOLVED)How to relate the tail follow object to the player's skin

    How do I configure or add the MT_TAILSOVERLAY sprites to show up according to the players actions? I tried both this, to draw existing sprites local function DashT(mobj) for mobj in MT_TAILSOVERLAY if player.mo.state == S_ECLIP_DASH //dash with GASP sprites mobj.state = S_TAILSOVERLAY_GASP...
  14. B

    Super Token v1

    Hello! Another addon I made! This addon will make you give 50 rings when collected a token, if you have ALL EMERALDS. Normal preview: Preview with ALL EMERALDS:
  15. Maverick Finn

    execute smth for a specific time

    I have a simple if statement: if this and that localvariableimade = true but i want a result more like this: if this and that localvariableimade = true //but only for half a second! and then it goes false again. i'd be happy if you guys could help!
  16. Maverick Finn

    LUA: "If" statement to identify if current player is touching something

    You read the title. Specifically, need help with checking if the current p.mo.skin is touching a damaging object, but inside of a PlayerThink hook. I'd be very happy if you guys could help, and thanks in advance for any advice.
  17. The Wik

    Ashura Skincolors v3 + animated version

    screenshot and icon from v2, v3 with corrected green shade
  18. ThatCartridgeGuy

    [Open Assets] Apply Momentum v1c

    Apply Momentum - By ThatOneCartridgeGuy An Introduction to this addon! This here lua addon is designed to give the player momentum by manipulating the player's current normalspeed based on their current Z position when on the ground. This, and an obvious speed cap to make sure you don't...
  19. Jaituia

    [Open Assets] March of the Machines v2.1

    Looking for a true challenge? Are you masochist enough? March of the Machines is a simple lua script that modifies bots behaviors, making them more difficult to play against. This script is the successor of an old SRB2 Kart patch I made for Sonic1983’s Player Bots mod that I’ve never released...
Back
Top