Full notes
Full Exofactory update
Read the full published notes in a cleaner layout. The original post stays linked below.
What changed
3 fixes0 additions0 changes1 removal
- Maps
- Gameplay
removedHotfix 2025-10-14 #2The terrain shader was also preemptively handling terrain splat maps. Since we don't use those in the demo we can just remove them resulting in meaningful performance improvements.
fixedHotfix 2025-10-14 #2Two lessons here:
fixedHotfix 2025-10-14 #2Don't do too much preemptive abstraction
fixedHotfix 2025-10-14 #2Don't learn how to write shaders in prod.
Exofactory changes
removedThe terrain shader was also preemptively handling terrain splat maps. Since we don't use those in the demo we can just remove them resulting in meaningful performance improvements.
fixedTwo lessons here:
fixedDon't do too much preemptive abstraction
fixedDon't learn how to write shaders in prod.
Hotfix 2025-10-14 #2
The terrain shader was also preemptively handling terrain splat maps. Since we don't use those in the demo we can just remove them resulting in meaningful performance improvements.
Two lessons here:
Don't do too much preemptive abstraction
Don't learn how to write shaders in prod.
Source
Changelog.gg summarizes and formats this update. How we read updates.
