Search results for query: *

  1. NeonSRB2

    srb2 zone builder does this.

    This is actually more of an issue with 2.2.15 than zone builder, the texture errors are leftovers from 2.2.14's revamp, where the original textures used in some of these composite textures are just not there anymore, so they error out in zb, and srb2 just doesn't load those textures and replaces...
  2. NeonSRB2

    New Movie Sonic (W.I.P)

    Nice! It's far more important to finish what you started though, so unless you think you can do way better right now, keep going and don't look back! also uh... this. Feel free to do whatever you want, but its a word of warning from someone who has seen projects flop again and again. Remember...
  3. NeonSRB2

    How to turn Ring models into sprites without turning models off SRB2 v.2.2.11

    Put this in the folder where your saves are located, and then try doing what cheeseboi said also MAKE SURE YOU RENAME IT to models.dat, i couldn't do that myself here since there's a file extension whitelist appearently on the mb. I'm not sure how this setup works with all the models being...
  4. NeonSRB2

    [Character] Chirpy The Penguin (Devlog)

    Getting a notif for this was nuts Also the character looks great, just know how many more sprites you may have to do... Also luigibudd's award is still proving itself-
  5. NeonSRB2

    about the forums...

    Yeah... they did, that's dumb!
  6. NeonSRB2

    the issue about inability to type letters in game

    What device are you using to play? Are you using some on-screen keyboard or a real one?
  7. NeonSRB2

    Ring Lua help

    Put that second section in a MobjThinker hook, and as long as the specified object is in the map, you'll recieve rings. Seems like it's made like this because of the tying to the boss.
  8. NeonSRB2

    2.2.14 is real

    IF YOU ARE UPDATING FROM 2.2.13, PLEASE DELETE MUSIC.DTA The game loaded both music.pk3 and music.dta for me, and I didn't get the new title track or waterfall over granite falls until I got rid of it.
  9. NeonSRB2

    Murder Drones for SRB2K

    bad is good enough, the more important thing is that you made the thing there's a rule against making other people do your entire mod for you, and this is a space vvhere that stuff isn't respected at all if the thing you desire out of this is a quality addon, then get better at it yourself. Even...
  10. NeonSRB2

    Official Level Design Collab 2023: Round 1

    Update your game. 2.2.9 is way too old and probably is just not recognizing udmf at all, let alone supporting it properly.
  11. NeonSRB2

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

    You don't need to make everything a function, and doing that resulted in the add variable both being assumed as a global and never utilized. You also still haven't renamed add to something else. That snippet of code was originally intended to be pasted inside the original location of that line...
  12. NeonSRB2

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

    I didn't notice a lot about that bit of the code. oops. Every if statement needs an end statement. You're missing some here since c allows you to execute one line of code after an if-statement without having to put braces, while lua doesn't. Going off of a google search on this one, but the...
  13. NeonSRB2

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

    you've done great vvith it so far! You're not done porting though, here's some things you still need to fix: Those variables at the start are basically locals, as C frees them at the end of the function instead of piling them up into a memory leak. In lua, you need to add a local keyword to...
  14. NeonSRB2

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

    You're better off porting the function from c, using a custom followitem, and modifying that than messing vvith the tails from lua, since much of the behavior is hardcoded and unavoidable. You can find it in p_user.c from the source code I think.
  15. NeonSRB2

    Metal Reign (Level Demo)

    This is known and will be fixed in the next version.
  16. NeonSRB2

    =CLOSED= [GS] Grind Rails - Public pre-release bugtest & feedback server

    I'd help out if I had the time! If only...
  17. NeonSRB2

    Metal Reign (Level Demo)

    You don't have to do anything if you feel like it, but I understand the desire to make it better. You're doing something great by just making Metal Reign at all.
  18. NeonSRB2

    Metal Reign (Level Demo)

    Me too, but there's really just one bit vvhere I consistently get lost: In the big room section, you're supposed to find that big wooden platform. (It's pretty high up) After that section and flipping gravity, you go into this less than perfectly clear hallvvay to progress. The level's actually...
  19. NeonSRB2

    HELP!

    That's exactly what a VPN does... It makes your ip go somewhere else. If someone else is on that ip, then they can LAN host.
  20. NeonSRB2

    Trip the Sungazer

    Bounce on a breakale floor
Back
Top