- What permissions do you give others to modify and/or maintain your submission?
- Modify: ASK ME - Maintain: IN MY ABSENCE - Others must ask me for permission before modifying my submission or use it in their own work, and I reserve the right to say no for any reason. However, if I can no longer be contacted, I give permission for my entire submission to be maintained by others.
- I made sure my file(s) follow the Submissions Guidelines
- Yes
Match Super - a Lua made to make the Powerstones more, powerful.
Basics:
Collect all 7 Chaos Emeralds in a Ringslinger gametype (Whether that's all 7 by yourself or pick up the 7th on the team) to go Super.
In Super, you lack cooldowns on everything. You can spam pretty much any weapon with the only cost being your ring counter.
Using variables you can set this up in order to function with a Super timelimit.
CVAR:
Console Commands:
If MP_PowerstoneTimer is 0, the LUA will be disabled.
The LUA naturally is disabled when outside of RingSlinger gametypes (Such as Co-op and Race)
Note that any LUA that forces the Super Flag onto other characters will break this mod (Such as Super for all)
Compatability:
Basics:
Collect all 7 Chaos Emeralds in a Ringslinger gametype (Whether that's all 7 by yourself or pick up the 7th on the team) to go Super.
In Super, you lack cooldowns on everything. You can spam pretty much any weapon with the only cost being your ring counter.
Using variables you can set this up in order to function with a Super timelimit.
CVAR:
The single Cvar: MP_PowerstoneTimer
- When set to a positive value, you will automatically de-transform after hitting the timelimit, which is when the bar above your life icon depletes, whether by actual timer or by ring drain.
- When set to 0, the entire mod stops functioning.
- When set to -1, the timer is removed, leaving your ring count the only timer left.
- MP_PowerstoneMusic_Active (BOOLEAN - Default Value: TRUE)
- If active, when you go Super, the music will change to the value of MP_PowerstoneMusic_Music.
- MP_PowerstoneMusic_Music (STRING - Default Value: "VSMETL")
- Used to change the music that plays if MP_PowerstoneMusic_Active is true
- MP_Powerstone_Sol (BOOLEAN - Default Value: TRUE)
- When RushChars are loaded, and the current Skin has a Sol and Super forme, this will select between the two.
If MP_PowerstoneTimer is 0, the LUA will be disabled.
The LUA naturally is disabled when outside of RingSlinger gametypes (Such as Co-op and Race)
Note that any LUA that forces the Super Flag onto other characters will break this mod (Such as Super for all)
Compatability:
- RushChars (Sol Formes)
- RingSlinger Neo (Weapon stuff)
- Comes with it's own rawset (Checking for MP_MatchSuper tells the game if this LUA is loaded or not - literally does nothing else lmao)