Search results for query: *

  1. whatdoitypehere75

    game crashes when I test the map

    every time I try to test the map, the game gets stuck saying "speeding off to Green flower zone" or something like that. I can't escape the game by pressing Alt f4, the only way to escape is to press ctrl+alt+delete. can someone help me?
  2. whatdoitypehere75

    what do you like about srb2 levels and dislike about them?

    I want to learn what the likes and dislikes are of levels so I can use the information on the level I'm working on
  3. whatdoitypehere75

    how do I stop certain shields from disappearing underwater [UNSOLVED]

    like how fire and lightning shields disappear underwater. how do I stop that?
  4. whatdoitypehere75

    how to make and add custom textures to UZB

    I have a picture I want to make the background of my level, but I don't know how to import it. I have Slade and UZB, but I don't know what type of file it needs to be and how to import it. can anyone help?
  5. whatdoitypehere75

    Don't know how to fix this

    IGNORE THIS NOW, I AM FIGURING IT OUT MYSELF im trying to find a way for when you press custom1 while jumping, you go down, but its not working and stops the other abilities from working: local function ThrustDown(player) if player.mo.skin == "metalsonic" then if player.pflags &...
  6. whatdoitypehere75

    how to remove metal sonics float ability

    so basically, im trying to give Metal Sonic some new abilities, but his float ability kicks in when i use the ability special, I added player.charability = CA_NONE, but depending on where i put it, it either just made it the float ability, make it just the new ability but make it have infinite...
  7. whatdoitypehere75

    How to make an upwards thrust

    Im trying to find a way to thrust the character up, but I dont understand the code. I found A_ZThrust but i dont understand it, and i dont think its lua.
Back
Top