You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's finally time to address this. The Blender files in the art_src are not fully compatible with recent versions of Blender. I've been telling newcomers that Blender 2.79 is needed to work with these files, but this is problematic for a few reasons:
Difficulty obtaining/installing 2.79. Most Linux distros are only packaging more recent versions of Blender.
Trouble running on modern environments. For me, Blender 2.79's GUI glitches and flickers on KDE Plasma/Wayland/nVidia until I open the user prefs window.
Many 3D artists are now accustomed to recent Blender version workflows. Hard to ask people to go back.
So what does this entail?:
Blender's internal renderer is gone. We'd have to choose one of the new ones, either EEVEE or Cycles. Performance-wise, I think EEVEE is the closest match to what we were using, so we'll probably go with that. The only downside I'm aware of is that there is no equivalent of the "shadow catcher" checkbox for our ShadowPlane. However, it can be replicated with a shader.
Because we're using a different renderer, the lighting is broken. We'll need to find settings that best match what we currently have. Here's roughly what I've found to look decent (though, more tweaking to be done here):
Multiply lamp strength by 3
Divide lamp color saturation by 2
Materials/textures need updating. I can get image texture to port over, but procedural textures will just need to be recreated or replaced. Also, for some image textures, the brightness/gamma seems off? I had to darken the texture of smaller tiles to get it to fit with the other tiles under the same lighting conditions.
2.) Workflow
This would also be a good time to review the workflow for getting Blender files into the format that the game can use. I'm working to have Python scripts, some embedded and some external, that:
Render all the individual "frames" (we already have this, for the most part)
Place all the frames on to a single sprite sheet
Create the Flare-specific text files (e.g. animation and tileset definitions)
Directory structure will be set up so that it can be easily copied to a mod
One of the bigger changes I want to do is with the player models. Right now, each piece of equipment is a separate file. Instead of that, I want to have a single file for each base (male or female), and use collections to group the pieces. I've already set up my script so that it can iterate over these, toggle the appropriate masks, and render all the sets. This will make it much easier to change or add player animations, since there's now only one rig for each base model.
3.) Time to go "HD"?
Why not tackle #209 and #791 while we're here? As long as the scripts are written well enough, it should be easy to jump to a higher output resolution. Right now, I'm testing 2X scale. Here's a before/after:
4.) My Goals
I'm setting a goal for myself to get this done before the end of the year. It'll probably be after the release of v1.15. In order to not totally break existing mods, the "HD" / 2X graphics mods (plural, because one for fantasycore and one for empyrean_campaign) will be shipped alongside the 1X graphics (which will be re-rendered so that the lighting matches).
The text was updated successfully, but these errors were encountered:
1.) Migration
I think it's finally time to address this. The Blender files in the
art_src
are not fully compatible with recent versions of Blender. I've been telling newcomers that Blender 2.79 is needed to work with these files, but this is problematic for a few reasons:So what does this entail?:
2.) Workflow
This would also be a good time to review the workflow for getting Blender files into the format that the game can use. I'm working to have Python scripts, some embedded and some external, that:
One of the bigger changes I want to do is with the player models. Right now, each piece of equipment is a separate file. Instead of that, I want to have a single file for each base (male or female), and use collections to group the pieces. I've already set up my script so that it can iterate over these, toggle the appropriate masks, and render all the sets. This will make it much easier to change or add player animations, since there's now only one rig for each base model.
3.) Time to go "HD"?
Why not tackle #209 and #791 while we're here? As long as the scripts are written well enough, it should be easy to jump to a higher output resolution. Right now, I'm testing 2X scale. Here's a before/after:
4.) My Goals
I'm setting a goal for myself to get this done before the end of the year. It'll probably be after the release of v1.15. In order to not totally break existing mods, the "HD" / 2X graphics mods (plural, because one for fantasycore and one for empyrean_campaign) will be shipped alongside the 1X graphics (which will be re-rendered so that the lighting matches).
The text was updated successfully, but these errors were encountered: