Projects that alter game functions but do not include new maps belong here.
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
(I have no clue where this thread should belong, I'm guessing Gameplay Mods...?)
To get my feet wet after not paying attention to ZDoom for a while, I decided to take a stab at remaking the Mirror Mode I did for SRB2Kart, but in ZScript form instead of C. Really simple trick, just flips the screen, then flips strafing and looking. Requires OpenGL for the shader, but otherwise should be compatible with just about everything. Far from perfect, but a lot of the issues would only be solvable as an EXE modification (see below).
Spoiler: Known Issues
- Might be a little messy with MP prediction (confirm?). May update this in the future to try and use PlayerThink, but I want to make sure it maintains its current level of compatibility.
- Sounds are flipped. Not much I can do about this one.
- Automap is wrong too, which I probably also can't do anything about.
- Occasional, really subtle mouse jitter with rendering interpolation. Yep, also can't do anything about this.
You do not have the required permissions to view the files attached to this post.
Last edited by TehRealSalt on Mon May 07, 2018 2:52 pm, edited 2 times in total.
Used this to play a couple of familiar mods, definitely liking the new feel to old maps, nice job!
Would be nice if there's a way to only flip the map but not everything else, but I suppose doing that would either be a huge undertaking or straight up impossible.