Search results for query: *

  1. MikeTheDigiFloof

    Multiplayer Ultimate Mode - Discontinued

    Remember that mode from a secret input for single player? Its back in Multiplayer I introduce to you, Multiplayer Ultimate mode This mod features two custom gamemodes Ultimate Co-op: You have no rings and only one life, and when everyone dies, you restart the current level while adding one to...
  2. MikeTheDigiFloof

    [Open Assets] Freedom Planet Health system and Resources

    I've been wondering about releasing this mod or not but I've decided to release it anyways to see what would come from it, so here it is This mod adds in a few features to make SRB2 Play similar to Freedom Planet. This mod includes new objects (Shield gems, crystals, petals and more) A toggable...
  3. MikeTheDigiFloof

    [Open Assets] Online+ - A SRB2 Server Mod - 2.2 release [Discontinued]

    Online+ is one of my SRB2 Mods I've been working on in my past. It used to be known as Freeplay, and I've worked on this mod to improve my coding skills. Come to 2.2, I decided to change up the mod from being hangout focused to improving the online multiplayer mode.
  4. MikeTheDigiFloof

    [MOD] Race Plus - Discontinued

    Race Plus: This mod will add extra features to race, ranging from lives mode to some other extras like race domination and so on Commands RPLivesMode <1 or 0> Enables or Disables the Lives Mode RPLivesloss <1 = No Bonus, 2 = Out, 3 = Super Spinout> No Bonus - The player keeps on playing even...
  5. MikeTheDigiFloof

    [Character] Captain Falcon

    i've made captain falcon for SRB2Kart, but with the S Boosts from F-Zero The voices are captain falcon himself Commands: SBoost (0, 1, 2) allows switching the boost system 0 = Off 1 = Lap - A boost is gained each lap 2 = Energy - It costs 5 energy to boost but you cant use it on the first lap...
  6. MikeTheDigiFloof

    [Open Assets] SRB2 Freeplay - Mega Server Mod 2.1.X

    The SRB2 Freeplay mod adds more to your server's functionally. The main features of this mod are: Infinite lives - players always have 50 lives every time they re/spawn when enabled - To remove as V2.2 already has this Cheats - All basic and a few custom cheats Server Info - Adds extra server...
  7. MikeTheDigiFloof

    Unknown error? (comes up with wad name)

    i wasnt sure where to put this but this error happens at times but it doesnt show whats causing it
  8. MikeTheDigiFloof

    HUD help

    i'm wanting to make a health display that shows diffrent pictures depending on the player's health (a custom health wheel as i am setting) but every time i set it up, it wont work if (p.hp = 1) v.draw(5, 5, p_hp1) elseif (p.hp = 2) v.draw(5, 5, p_hp2) end
  9. MikeTheDigiFloof

    Ambush/Float flag with custom objects

    is there a way to make the ambush flag make my own custom objects float? because i made a few custom pickups and i would like them to use the ambush/float flag like rings do
  10. MikeTheDigiFloof

    Best way of adding custom hud elements?

    i am wondering what the best hook is for adding a custom hud element on the game start?
  11. MikeTheDigiFloof

    Sharing Variables between objects

    i'm wanting to create 2 objects, a goggles monitor and blue rings, where the blue rings cant be collected until the goggles monitor is broken, then the player is able to pick up blue rings until they get hit, is there a way that i can create a variable so when the monitor is broken, it becomes...
  12. MikeTheDigiFloof

    Network Variables?

    Are there any variables like to get how many players are on a server and the max players the server has? i also want to know how to get the server name as a variable too, this is for my status script i am working on
  13. MikeTheDigiFloof

    Name change request

    is there any chance i could have my name changed? i have had this name for like 2 years and its not really my fav name anymore. i'm wanting my username to be MichaelTheAquaticCanine but if thats too big, i wont mind Aquatic (my nickname)
  14. MikeTheDigiFloof

    Lua Help - Inf Lives (Or giving player 99 lives on death)

    i'm always having trouble and i'm very new to lua, but every time i try to put in the script, it wont run, here is what i was putting local function inflives CONS_Printf(p, "Player has died") P_GivePlayerLives(player_t player, 99) end addHook("PlayerSpawn", function(p)inflives(p)) Edit...
  15. MikeTheDigiFloof

    [Work In Progress] SRB2 FreePlay - The Mega Mod

    SRB2 is a multi-part mod that is somewhat similar to SF94, but it will contain much more content, there will be modified Vanilla maps for players to hang around in, and also objects from other sonic games like Mania, and also replacements to the main game elements UPDATE FreePlay core works...
  16. MikeTheDigiFloof

    New to Editing - Custom Spring

    i'm trying to create a custom spring, the snow spring from mania, and i'm confused with the layout, what happens is that the player can use the spring but then it melts away afterwards, how can i do this?
Back
Top