Recent content by Dodobee

  1. Dodobee

    Game handling Mobj weird (or I'm not paying attention)

    Did you not put anything in the P_Thrust section? You're supposed to do it like this P_Thrust(player.mo, player.mo.angle, 10*FRACUNIT)or whatever value you want. (also next time put your code in a code box so that its clearer)
  2. Dodobee

    No Jump Knuckles

    Alright, thanks! :)
  3. Dodobee

    Need help with getting my character to load

    Do i have to name it SOC_PLAY or can it be anything (I'm using a pk3) 1713694610 nevermind i finally got it to work properly, thanks
  4. Dodobee

    Need help with getting my character to load

    I used an underscore for the name but used a space for the realname (edit: that was the problem, thanks) 1713663864 but now when I load my character, it just doesn't show up in the character select screen
  5. Dodobee

    Need help with getting my character to load

    Whenever I load my character, SRB2 crashes and it says R_AddSkins: syntax error in S_SKIN lump# 1(S_SKIN). What do I do to make it able to load?
  6. Dodobee

    No Jump Knuckles

    Dodobee submitted a new resource: No Jump Knuckles - An addon that makes knuckles more interesting to play (in my opinion) Read more about this resource...
  7. Dodobee

    No Jump Knuckles 1

    If you wanted to play SRB2 without jumping, then you might want to try this addon. This addon makes Knuckles unable to jump but causes him to be able to glide basically whenever you're in the air. To make the game possible, using Custom 1 will launch Knuckles up a bit but damage him as a...
  8. Dodobee

    Custom Ability help for Blue Streak

    Would it be fine if I make it so that the normal thok and the homing thok are just with the jump button? I found an open assets mod that should do what you're asking for.
  9. Dodobee

    Custom Ability help for Blue Streak

    This script should make it so that you can use a normal thok when you press the spin button after a jump and use a homing thok if you press the jump button again after jumping. addHook("PlayerThink", function(player) if player.mo.skin ~= "sonic" then return end --this stops the...
  10. Dodobee

    What are the most common lua "if" and "then" statements?

    Thanks, this was supposed to be for an add-on I'm making but it turned out to be too complex for me to do now so I'm probably not going to need this anymore.
  11. Dodobee

    Custom Ability help for Blue Streak

    Yes, that is what I was trying to say.
  12. Dodobee

    Custom Ability help for Blue Streak

    Okay, so I'm slightly confused about what the ability is supposed to do. Is it just supposed to launch you forward a bit when you use it?
  13. Dodobee

    Custom Ability help for Blue Streak

    Hey Powershows, can you explain what you're attempting to do?
  14. Dodobee

    how to make lua files work

    What do you mean by everything?
Back
Top