• Do not use Works in Progress as a way of avoiding the releases system! Works in Progress can be used for sharing early betas and for getting suggestions for improvement. Releases of finished content are not allowed in this forum! If you would like to submit a finished addon, click here for instructions on how to do so.

Ritz ground zero

Status
Not open for further replies.

Ritz

Subhedgehog
Sonic Team Junior
Qw81YVJ.png


Not starting a thread to tease just yet. I'm still in the drafting phase for this wad, so I don't have anything to show besides graphics and some gimmick tests. My goal is to build a zone entirely from scratch, custom objects included. I'm definitely going to need someone to code shit for me, so I need to start a dialogue early so I'm not constructing a stage around concepts that may never be implemented.

First up:

WebbedFlippantDodobird.gif


Manually editing TRANS lumps to remap the palette when viewing a scene through translucent solid color walls. It's an awful lot like professional color grading with LUTs.

FatalMemorableErin.gif
You can use this to fake color cycling with animated textures. Here, I'm shifting every color in the palette forward one index per frame. Here's the same effect with a more deliberate result.

Problem is that it's only really good for fancy windows, since there's no way to apply the filter color as a volume (I tried mixing it with colormaps BUT). Solution: Vectrex-style color overlays. I need a script that will render a texture over the entire screen as a HUD element. Ideally, there should be a way to specify the texture and translucency level of that texture using the data fields on whatever sector I use to trigger the script.

Anyone wanna do that for me?!
 
Last edited:
It's a nice effect that could be used to emulate classic special stages.

...

I don't see any other use for this elsewhere though.
 
I can name twenty uses, and the first is alternate color schemes like this without having to load a separate palette (which I'm not sure you can even do mid-level, save for loading a separate wad in the console like that). Color cycling can be used for stuff like Marble Garden's time-of-day transition. I've got a pretty solid background in palette manipulation, it's gonna be cool.
 
Last edited:
Please consider that OpenGL does translucency by making textures actually translucent instead of remapping colours based on a lump like software rendering. This makes it so what you're doing just does not work at all in OpenGL (and even then, think about spindash/spin/thok trails in software!). Besides the lack of OpenGL compatibility, I guess it's actually pretty neat.
 
Last edited:
OpenGL is unsupported. ヾ(´囗`。)ノ

A big part of why I even started this project is because I specifically wanted to work with Doom's indexed graphics. I love having direct control over how the game interprets color, lighting and translucency, it's like the poor man's approach to shader coding. Like, if I want my pipes to have a metallic sheen, I can go into the COLORMAP lump and just paint some contrast into that color range so that the texture doesn't lose its specularity in the dark. That's fun.

Also, player trails and whatever else will be fine, my palette management game is tight. Right now, the colors I'm using for filtering are shades that aren't ever going to be translucent, like reds and browns in an environment that's predominantly blue. Plus, there's virtually nothing to worry about if you're working in an opacity range you know you're never going to need, like 90% or 10%.
 
Last edited:
I would quote you, but the non-ASCII characters prevent me from doing so (without having to manually type in the quote code), so... OpenGL being unsupported is exactly why I brought that up. After all, many (at least some) people can't stand how software rendering looks in Sonic Robo Blast 2. I'm not saying what you're doing is completely wrong and should be avoided at all costs (...I suppose I actually am saying that), just that you should try and see if you can make it at least a little bit OpenGL compatible where possible, so it doesn't look too bad in OpenGL.
 
Looks pretty interesting. This is something that i wouldnt see around the editing forum. Like chrome said, The only use i see the colour cycling is in special stages, like when in Sonic 2 you get the emerald and the background cycles in colour.
 
Zappy, what you're asking for is impossible to support in OpenGL without completely rewriting the renderer - which is totally a long term goal of the devs, but not something we have the manpower to do right now. In the meantime, you'll have to play in Software to get the full experience of Ritz's map (once it's released).

I think you'll be disappointed, though - because those changes will make the game look more like the current Software mode, since fidelity to that is what we consider the "true" experience of the game.
 
Zappy, what you're asking for is impossible to support in OpenGL without completely rewriting the renderer -
Then you're reading it wrong. I'm not saying "make it support OpenGL", I'm saying "remember OpenGL doesn't support it", as in "don't go too overboard with it and base the whole level around it too majorly". (Or at least that's what I'm trying to say.)

I think you'll be disappointed, though - because those changes will make the game look more like the current Software mode, since fidelity to that is what we consider the "true" experience of the game.
Firstly, if it's going to be a shader which can then be overriden (for example by no special shader) through Wads or such as the plans once were, I could just disable it. And secondly, I know how to compile SRB2 as well as do some things in the source code, so if the former won't be made possible, I could probably just go find and disable it and then compile the game myself.
 
Don't shit up ANOTHER fucking topic with renderer fanboyism.

I doubt you need me to tell you again, Ritz, but the things you've been doing for this level are really cool. It's hard to believe it took this long for someone to start playing with the renderer like that, and what I've seen of the stage graphics is a work of art.
 
It's okay, I guess.



Actually it is so super duper cool I have to hide my jealousy over your artistic prowess in this tiny font. Keep up the good work - I love what you're wringing from the renderer!
 
Problem is that it's only really good for fancy windows, since there's no way to apply the filter color as a volume (I tried mixing it with colormaps BUT). Solution: Vectrex-style color overlays. I need a script that will render a texture over the entire screen as a HUD element. Ideally, there should be a way to specify the texture and translucency level of that texture using the data fields on whatever sector I use to trigger the script.

Anyone wanna do that for me?!
http://lyrawearspants.com/wads/overlay.lua <- The script itself, with usage instructions in comments that should hopefully be self-explanatory

http://lyrawearspants.com/wads/overlay_test.wad <- A test WAD demonstrating the functionality (translucent FOFs are added to mark the trigger sectors)

http://lyrawearspants.com/wads/overlay_test.dbs <- Zone Builder metadata (tag labels) for the above example file that might be somewhat useful?
 
Dude, sick, thanks! Way more functional than I was expecting, too. Texture overlaying the HUD won't be a problem since I can just exclude those colors in the TRANS lumps. I won't complain about the text if nobody else does.

Thanks for the kind words too. You know I wouldn't be doing this if not for the great work you guys have done since 2.1. I really want to do justice to all these nice features nobody's been taking advantage of.
 
I wasn't going to pay for them anyway
 
Holy shit

Holy shit

Holy shit

I'm sorry this is just so incredible. it's the palletisation dream I've always wanted to see
 
This is all impressive stuff, but I'm more interested in how it plays -- it looks like some sort of undersea exploration adventure, which is something I've always wanted to do.
 
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top