If you have anything else to ask please leave a comment so I can add it to the list.
- When it will be released?
I'm trying to release it soon as possible, I don't want to release anything broken and I like to make it perfect as possible I can.
- Is it free or paid?
I'm planning to keep it free if donations are enough after release, if its not enough its going to be 1$/month subscription (you don't need to donate/subscribe before release).
- Sunlight?
This is using PBR lighting but game doesn't have PBR textures so it doesn't look good as perfect PBR lighting. The problem with sunlight is calculations make it worse when used without PBR textures. So sunlight looks worse with PBR lighting because of lack of PBR textures for objects in the game. For now I'm planning focus on overcast and rain. To add sunlight I need to somehow convert default textures to proper PBR textures. I can try to do that later but its hard to do because it depends on surface type.
- Night?
To add night I need to replace lighting system for each type of light, I will do it later but currently its daytime only.
- Using with other mods/TruckersMP?
This is a .dll plugin like TAA, you can use with any mod you want.
- VR and multi monitor?
Currently it doesn't work because I don't want to spend time on that but after everything is ready I will implement for VR and multi monitor.
- Performance impact?
Its more gpu heavy than default lighting but its not that extreme. Lighting itself pretty cheap to render and most performance cost is coming from SSR and SSAO. Which will have quality settings to improve performance.