Search results for query: *

  • Users: Jazz
  • Content: Threads
  • Order by date
  1. Jazz

    Mirror Mode

    Long time no see. I had an idea, so I did it. It's ugly at the moment, but most if not all maps should be playable. This modification adds "Mirror Mode" to SRB2. This works in the same fashion as its namesake in Mario Kart. When enabled, levels are mirrored over the Y axis. In effect, all left...
  2. Jazz

    Fixed Lua pw_powers enum values are out of order

    The attached example code prints the values of pw_infinityring through pw_railring which should print 10 through 16 in order. It currently does not. I have not checked the rest of this enum thoroughly, nor have I thoroughly checked any other enum, but that might be something to consider.
  3. Jazz

    Fixed Calling mapthings.iterate() directly crashes the game instead of throwing a lua error

    Example script attached. The forums also don't seem to like the .lua extension. I assume it should throw a similar error as the other iterates with this requirement.
  4. Jazz

    Accessing existing console variables via Lua

    This is either a Lua related question or a feature request depending on the answer. I would like to check the value of an arbitrary existing console variable that isn't one that I created, since I can already access those. How would I go about doing this?
  5. Jazz

    Duplicate OpenGL first person gravflip view isn't flipped

    I know OpenGL isn't "officially" supported, but I am pretty sure I had this working before 2.0 was released. This bug of course makes playing Twisted Terminal a right pain.
  6. Jazz

    SRB2 Multiplayer Survey Results

    Attached to this post is a zipfile containing the survey results advertised on the front page of SRB2.org for the past two weeks in PDF format. Download the attachment and take a gander at the results. Thank you all for your participation.
  7. Jazz

    EGA palette and Monochrome palette

    I called it a mod, but I don't really know what category this goes in. The zip file has two wadfiles: egapal20.wad and monopal20.wad. When loading these into your game, they change the colors that SRB2 uses to draw stuff. These don't do a whole lot, they are just a novelty. A rather cool...
  8. Jazz

    SRB2 Develelopment Tidbits, Hijinks

    I was supposed to get this done and posted about a month ago. Final exams, laziness and preoccupation with my brand new computer kept me firmly sidetracked. With the aforementioned problems solved, here goes: I have been given permission to post videos on my YouTube account containing stuff...
  9. Jazz

    An SRB2 Survey

    ...questions as well as questions about favorite/least favorite gametype, what the current version was when you discovered SRB2, among other things. *EDIT* Thanks for your participation! I uploaded the results here in .pdf format. Sorry for sendspace... http://www.sendspace.com/file/bc3832
  10. Jazz

    Improved Tag Mode (srb2tag-p2.exe) [Patch 2 + Source]

    ...in the netgame. New Console Variables: TAGTYPE [0/1 or HIDE AND SEEK/SURVIVOR] TAG_HIDETIME [default 30] TAG_FINDTIME [default 120] Fixes: * Fixed tag round end score screen. (initial) * Spectator mode in tag fixed. (p1) * IT players in Survivor can no longer tag each other for points...
  11. Jazz

    Is A_RandomStateRange broken?

    I'm trying to get this action to work, but it always picks the highest state number instead of a random state number. Is this action broken, or is there something else that I'm missing?
  12. Jazz

    Source crashing upon break point.

    I have been looking through SRB2's source in an attempt to figure out how more of it works than I know currently. The problem is, every time I try to place a break point and run the program stepwise, SRB2 completely locks up and I am unable to step through. Periodically, it gives me a...
  13. Jazz

    Things and Instant Floor Raise

    I want to have an instant floor raise that raises things with it. I can get this to work using a move floor linedef (Type 106), but not with a modify floor. (Type 101) Is there any way to get an instant floor raise to keep objects on top?
  14. Jazz

    Scrolling Textures on FOFs

    I've figured out how to make textures scroll by offset on normal sector walls, but I cannot figure out how to make it work on FOFs properly. I am basically trying to make a FOF "sphere" made of two different FOFs, one large disk with a cylinder going through it to simulate a rough "sphere." I...
  15. Jazz

    Dwarf Fortress

    Just an interesting game I found on the internet a year ago or so... http://www.bay12games.com/dwarves/ Probably one of the most well-made city-builder games I have ever played. There also is a "rogue-like" mode of the game being developed as well. Also, and probably most interesting is the...
  16. Jazz

    Yeah, I'm not a girl...

    It seems that this mistake has been made several times since I've been around the forums and netgames, so I feel the need to set the record straight. I am male. My name is Jazz as in Jazz Jackrabbit, not Jazz as in Jasmine. In other words, this guy: Not this: So... If you already knew...
  17. Jazz

    Jazz Attack (mtf_jazzattack-v1c.wad) v1c Released! (3/9/08)

    After another 3 months and in honor of SRB2's 10th Anniversary, I present to you a new version of Jazz Attack. Just some of the new stuff: Completely remade Crystal Caves Completely remade Vertical Forest (now: The Great Forest) Revamped Lava Lake Revamped Goo Lagoon Replaced Space Platform...
  18. Jazz

    Deathmatch Arena (Match)

    ...map. You pick one weapon when you spawn. Skilled players will be able to steal weapons from other players, gaining enormous advantages in combat. *NOTE* This map replaces MAP94 (Starlight Warehouse Zone) *NOTE* *WARNING* For some unknown reason, this map crashes PrettySRB2 in either...
  19. Jazz

    Goo Lagoon (Match/Tag)

    ...Rail/Bomb map. The lower area has 4 bomb ring spawns, while the upper area has 2 rail ring spawns. Be careful of sniper fire from the ridge above! *NOTE* This map replaces MAP98 (Airborne Temple Zone) *NOTE* Screenshots: View of the ridge: Piston room: Goo spewing: View off ridge...
  20. Jazz

    Chat-activated scripts

    I run a dedicated server relatively often, and I also wind up leaving it unattended for hours at a time, so I was wondering how I could go about doing this: I'm using a wadfile that contains commands to show the users on the server a rule list. However I'd like to make a script to enforce some...
Back
Top