Search results for query: *

  1. Maverick Finn

    For modders: did the new updates bring problems for existing mods?

    It was expected that .14 was gonna have tremendous mod incompatibility, because of the Shield Button. It actually had and they made a hotfix that removed it, .15, but I wanted to ask: The incompatibility with existing mods is still an issue? Was it mainly because of the Shield Button or because...
  2. Maverick Finn

    I know y’all heard this a thousand times, but…

    Merry Christmas! 🎅❄️
  3. Maverick Finn

    LUA recreation of CA_HOMINGTHOK

    I want a character to have the built-in CA_HOMINGTHOK ability. But it can only be mapped to Jump in vanilla, and I specifically want it to be mapped to Spin, along with some extra tweaks, such as: bigger range, only use the ability if something is actually being targeted, etc. I am willing to...
  4. 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!
  5. 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.
  6. Maverick Finn

    How to limit SF_MULTIABILITY to a specific number of repetitions?

    If I don't give a character this flag, it can only do this ability once. If I do give this flag, it can abuse of the ability forever. Let's say I want my character to be able to use his abilities only 3 times before he hits the ground, for example. What should I do?
  7. Maverick Finn

    Code for making Metal's Hover defy gravity

    In vanilla, if you use Metal's Hover and stand still mid-air, you will gradually lose height. Can someone guide me through a lua code that cancels that behavior?
  8. Maverick Finn

    How to make a .lua file only run if a command is active?

    I'm making a pk3, and inside my Lua folder there is a momentum.lua that I want to run only if, let's say, the momentum command is active. So I type momentum on on the console, and only then, the game runs that specific .lua. How do i do it?
  9. Maverick Finn

    How do I hide console warnings?

    I have a lot of mods loaded, and they interfere on each other. Sometimes, I get these WARNING things appearing even without the console opened. The gameplay is alright, there is no actual error happening, and a warning pops up. How can I make it only appear when I'm in the console?
  10. Maverick Finn

    Changing the description of an OGG file in Slade.

    I want to credit the owner of a specific OGG file inside my mod. I though of changing the description that appears below it when you click it on SLADE, but it's read-only. I tried exporting it, open with notepad and edit, then import back again. Turns out, the description was right in the first...
  11. Maverick Finn

    Changing the speed of Tails' flight

    First of all, I know I need to change actionspd in the P_SKIN. I implemented Holdfly in the game and I tweaked Tails' stats, so he has a slow accelstart. I thought I would get the following result: if you tap to fly, like vanilla, because of his low accelstart, he will just fly at vanilla...
  12. Maverick Finn

    Question about Reusability

    I am willing to make a collection of Open Assets mods into one. Some are literally only gonna be copy pasted, some are gonna be changed, and I will add in some of my work as well. Can I do it? Because the reusability system states that, if a mod is open assets, you can republish it as long as...
  13. Maverick Finn

    What are the Jumpfactors equivalent to?

    I wanted to apply a different Jump Height to the vanilla characters, so I changed their jumpfactor. I noticed that the JF set to 1 meant a jump height equivalent to 1 GFZ block. So the most logical thing was... "2" means 2 GFZ blocks, "3" means 3 GFZ blocks, etc... I was wrong. It doesn't. The...
  14. Maverick Finn

    Official Models by SEGA in SRB2

    I haven’t started this project yet, thats why I didnt post on the WIP session. Warn me if its against the rules or smth I didnt start progress because this is something I need to know before I start. Can I rip models from official games, or find similar models of a character on the internet...
  15. Maverick Finn

    Is there an addon that changes Sonic's sprites?

    2.2s Sonic Sprites have never felt quite right to me. Is there any mod that is still faithful to the 2.2 spritework style, but changes the sprites for the character Sonic?
  16. Maverick Finn

    The best character to speedrun as

    I were playing 2.2.9 years ago, and I just came back to SRB2 2.2.13. The thing that surprised me the most was beibng able to save progress with modded characters. What's a character you guys recommend that is VERY speedy and easy to master, to get the best times in Record Attack? (Except...
  17. Maverick Finn

    When is 2.2.14 coming out?

    I have been eager to test out TSoURDt3rd build, but the latest version is made for 2.2.12 (i use .13) and the developer has said the next one is only coming out along with .14. I am also very excited for the new spritework! I’ve heard from a lot of people here in the MB it’s coming out later...
  18. Maverick Finn

    Camera Settings: Manual mixed with Automatic

    Manual Camera only rotates when you tell it too, and the player acts in the camera's direction. Automatic Camera rotates whenever it wants, and the player acts to where it faces. Is there a way to mix both, making the camera only turn when you tell it to while still acting in the direction the...
  19. Maverick Finn

    Is there a way to change a character's default skincolor?

    For example, Xmomentum changes the vanilla cast's default skincolors. Every time you start a new game, every time you enter a new stage using that specific character, it will be using that specific color. I want to change that. I want a command, an addon, anything that changes the default color...
Back
Top