code

  1. PikaJade

    .pdb/symbol file for SRB2?

    I'm working on a custom build for SRB2, and I'm working on figuring out a crash that happens when trying to use bots. I just figured out how to use the Visual Studio debugger, which is great! Only problem is, though, the reports it generates look like this: As I am not a computer, this means...
  2. Zech

    How do You Find the Angle a Player Hits a Wall At?

    EDIT! After testing a lot, I've found that this doesn't work on every wall. I dunno what's up with some of the walls but they just mess everything up. I'll edit the solution if I find a fix. SOLUTION: local wallNormal = R_PointToAngle2(line.v1.x, line.v1.y, line.v2.x, line.v2.y) //finds the...
  3. Craynomic

    [Open Assets] How To Make A Skin Colour V.1

    First thing you have to do to do this is download Slade this is the link https://slade.mancubus.net/index.php?page=downloads . Open the file saying Lua and open Base Change the word BASECOLOUR to whatever you want to call the colour make sure to use caps as it will not work without them But...
Back
Top