Skip to content

Releases: Telltale-Modding-Group/TTDS-Relighting

Relight V0.2.1 Preview

28 Aug 17:05
Compare
Choose a tag to compare

Hotfix Update 1

===== CHANGES =====

  • 102 Meat Locker: - Disabled Volumetric Lighting by default (some users reported performance issues with it on)
  • 205 Snowy Power Station: Disabled Local Volumetric Lighting by default (some users reported performance issues with it on)

===== FIXES =====

  • Removed NextTimeOn/PreviouslyOn .lua scripts from all of the levels from the RelightMod, this should fix episode/scene transition issues with most levels/episodes in the game.
    ADDITIONAL NOTES: Due to archive priority issues, Relight archives are always loaded by default, combo'd with the fact that these .lua scripts all share the same names with eachother this would mean that episodes would break since it would wind up loading a NextTimeOn/PreviouslyOn from another episode/season and it would break the game. As a quick fix for now these have been removed from the RelightMod.

===== PACKAGING =====

  • The packaging of the mod has been changed a bit in an effort for better user experience and clearer instructions. For instance all of the .ini files are now included by default (RelightMod and RelightLevels). This is not a critical thing, but it's important to note that when "RelightCore" gets installed correctly these .ini files get generated by default after loading any of the levels from the game if the .ini files do not exist (same goes for the induvidual RelightLevel .lua files). However, this leads to a bit of confusion for some users wondering where the .ini files are and questioning if they installed the mod correctly. I have also renamed the folders to be a little more clear instruction wise... but with that said I can only make it so clear since even then some people do not read thoroughly enough :P

As usual, thanks for the feedback so far on the Relight Mod. If there are any more issues/bugs PLEASE report them, it helps make the mod much better!

Relight V0.2 Preview

22 Aug 00:39
Compare
Choose a tag to compare

Apologies for the lack of updates on this mod, there are numerous reasons for it (Life, Shifting Interests, Modding tools development and general R&D) but at last we have arrived on the long awaited update to relight!

This is now (at the time of writing anyway) the largest mod for a walking dead game yet, and conversely the largest update to relight. We will go over all of the details but in short I have gone back and completely redone all the original scenes that I relit, and added a ton of new features and effects to go with it (along with a couple bonus things as well).

It’s worth noting that this does not completely cover all of the scenes or seasons in the game yet, especially for relights. As a matter of fact this version covers less scenes than V0.1... but do not be alarmed! This release is essentially an overhaul to the entire mod, but with it comes an entire workflow/pipeline that makes it much easier and faster to add more relit levels to the mod. The eventual goal of course is to cover all the scenes/episodes/seasons will be complete and have all of the appropriate effects and relights. If you want to know what scenes I touched, I have a list at the end of the release notes. All the other scenes are mostly untouched and unharmed :P

Before diving into all of the listed additions/replacements/changes the main new feature of relight I want to highlight above all else is feature is the ini file configuration system.

The ini file configuration system gives you full control over relight and allows you to fully customize this mod however you wish, and not be locked in to what I've done. So you can choose to play a scene with relighting but disable certain effects, or you can disable relighting for a scene (if your not a fan of it) but instead choose to play with the new effects enabled in the default scene. I could go on and on with the different combinations but you can configure the mod to however you wish to have it, the choice is up to you!

A final point regarding the ini configuration system, at the end of the notes is a list of all of the POSSIBLE features that a scene might have available. Not every scene will have the same options as others. Many are very different so certain effects/features may or may not be available (and it’s due to a multitude of reasons).

As a big bonus to the mod as well, I've included my development tools. Which if you want can be enabled if you want to mess about, such as a free camera mode or an editor mode. Keep in mind that these tools are primarly designed for my workflow, and are also meant to be used in conjunction with the scripting I'm doing. They will constantly change and even as of this update are work in progress, they are just used for my development and my purposes. These are all completely custom as the game does not have any hidden in-game editor or freecam modes/tools, these are all completely custom and my own creation (your welcome).

As a reminder there is also a github page for this mod, along with all of my other mods for access to the source code so you can use it to modify/create your own mods using the Telltale Script Editor. As for the future, obviously there will be alot more scenes completed, but with the ini system it allows for way more customization and flexibility. I.e. potentially allowing you to choose an alternate relight of a certain scene. For instance I can relight a scene for day, night, or perhaps during a weather event and you can pick and choose. I also want to figure out how to properly use the lighting rigs that are often used for characters in a scene. Most of the time I end up just throwing it out of the window because it interferes with my lighting, and I prefer the characters to be enviormentally lit as it grounds them in the scene far better.

Now on to the actual release notes...

===== FIXES =====

  • [Fixed] 201 Campfire animation and progression issues caused by enabling the whole season 4 archive. I did this initially so I could get access to S4 particle effects and use them to replace the crappy S2 rain spheres. However additional playtesting revealed that this broke many things that I didn't notice in my testing. The specific particles and assets are now manually included in the relight game override assets archive to prevent those issues.
  • [Fixed] 102 Motor Inn progression issues caused by removing some important agents in a scene. I avoid removing these agents now and just simply hide/disable them.

===== TWEAKS =====

  • [Tweaked] All previous and new scenes now will force graphic black off at the scene start. The reason being that this mod is not designed with graphic black turned on, as it’s rather destructive image quality wise.

===== ADDED FEATURES/SETTINGS =====

  • [Added] .ini configuration file for disabling/enabling features.

Global Configuration Options

  • [Added] "EnableMotionBlur" - Enables Motion Blur on all scenes (disabled by default, but can be enabled in the ini file).
  • [Added] "MotionBlurIntensity" - A value for how intense the motion blur when enabled will be.
  • [Added] "FOVMultiplier" - 1.0 by default, higher values mean all cameras will have a wider field of view, opposite for lower values.
  • [Added] "DisableOutlines" - Disables cel shaded outlines on every scene.
  • [Added] "DisablePostProcessing" - Disables all post processing in every scene (useful especially if you are using reshade and want to inject your own post processing).
  • [Added] "DisableFog" - Disables all fog in every scene (useful especially if you are using reshade and want to inject your own post processing).
  • [Added] "RenderScale" - Exposes an internal telltale render function, this value acts like a multiplier for your current screen resolution. (For example, 1.0 at 1080p is 1080p, 2.0 at 1080p is 3840p, 0.5 at 1080p is 720p)
  • [Added] "CinematicMode" - (EXPERIMENTAL) Adds black bars for a widescreen experience, and widens the camera
  • [Added] "BlackAndWhiteMode" - (EXPERIMENTAL) Desaturates scene colors to be completely black and white.
  • [Added] "HighQualityDepthOfField" - When Depth Of Field is enabled this enables a high quality version of it, which has bokeh sprite generation.
  • [Added] "ForceVignetteOff" - Disables Vignette effects in a scene.
  • [Added] "ForceBloomOff" - Disables bloom/glow effects in a scene.
  • [Added] "ForceGraphicBlackOff" - Forcibly disables graphic black across the entire game.
  • [Added] "OverrideTimeScale" - Enables a time scale override for a scene.
  • [Added] "TimeScaleValue" - If enabled, this controls the time scale of a scene. (1.0 is normal speed, 0.5 is half speed, 2 is double)

Scene Configuration Options (note that not all of these options are avaliable for every scene at the moment for many reasons)

  • [Added] "EnableRelighting" - Enables the main scene relighting, can disable if your not a fan of the new relight style. (NOTE: all other options in relation to a scene will still have an effect even with this disabled).
  • [Added] "EnableDepthOfField" - Enables Depth of Field, which is native to the game, but this uses a custom autofocus system to leverage it for earlier seasons (S1 and S2).
  • [Added] "ExposureOffset" - Can be adjusted for each scene if it's too dark/bright by the user.
  • [Added] "ForceBloomOff" - Forcibly disables bloom in a scene.
  • [Added] "EnableReplaceWater" - Replaces the original poor quality water effects in a scene with higher quality water effects from S4.
  • [Added] "EnableReplaceRain" - Replaces the original rain effects in a scene with higher quality rain effects from S4.
  • [Added] "EnableSkyReplacement" - Replaces the skydome in a scene with a higher quality realistic one that fits the time of day and/or weather event.
  • [Added] "EnableNewReflections" - In scenes with objects that utilize a reflection cubemap (I.e water) this will replace the original scene cubemap with a higher quality HDRI that best matches the scene.
  • [Added] "EnableProcedualGrass" - Procedural Grass creation and placement in some scenes to improve the detail/quality.
  • [Added] "EnableAdditionalParticles" - Enables additional particle effects for the scene (like dust motes, smoke, leaves, etc.)
  • [Added] "EnableVolumetricLighting" - (EXPERIMENTAL) Adds volumetric shadows/lighting to a scene. Due to the nature of this effect the scene will be lit a little differently than the relight.
  • [Added] "EnableLocalVolumetricLighting" - (EXPERIMENTAL) Adds volumetric shadows/lighting to a scene that is local to a specific spot.
  • [Added] "EnableLensFlares" - Adds lens flares to certain light sources in a scene.
  • [Added] "EnableFlashlights" - Adds flashlights and attaches them to some character's hands in specific appropriate scenes that take place at night.
  • [Added] "RelightingThunderRepeatRate" - For some scenes that are stormy/rainy you can adjust the frequency at which a thunderstrike happens.
  • [Added] "EnableContentRestoration" - This enables/restores some cut content left over in a scene (visuals only, not gameplay stuff)
  • [Added] "FixBotchedMaterialColors" - This enables a fix for material colors in a scene to a proper color.
  • [Added] "EnableCharacterLights" - This creates a light for a character that is attached to their head to lift the exposure of their face, this also has the benifit of creating an eyelight for them.

Relight Development Configuration Options

  • [Added] "PerformanceMetrics" - Enables a UI that shows performance statistics provided by the engine.
  • [Added] "EditorMode" - Enables the relight editor mode, where you can fly around and adjust lighting and scene post processing and other various things.
  • [Added] "FreeCameraOnlyMode" - Where you can fly through and explore the scene without any interruptions.
  • [Added] "FreeCameraOnlyMode_StartSceneNormally" - When freecamera mode starts, it will attempt to run the telltale scene normally.
  • [Added] "Camera_SnappyMovement" - (Development Camera) This ...
Read more

First Early Release

31 Dec 21:19
912caf6
Compare
Choose a tag to compare

The first release of the Relighting Mod for "The Walking Dead Telltale Definitive Series". This mod is compatible with the Telltale Mod Launcher.

Installation: Use the Telltale Mod Launcher which can be downloaded here to install the mod using the launcher.

Summary: This mod sets out to "Relight" and improve the many scenes that are in the Definitive Edition.

DOWNLOAD ONLY "relight_001.zip", NOT THE SOURCE CODE.