When I first found out about the Sprite Atlas I was shocked to see the textures are not pixelated by default but pixelated in post. I really would love to use the raw textures because they look absolutely gorgeous, even with the highest graphics settings I couldn't reach this. I reckon this was done for low-end PCs to be able to more easily run the game but I know my 970 and i5 wil probably hold up with the higher quality.
Please let me know if I just simply missed the setting or if there's a way to change it (a mod perhaps). If there isn't please consider adding this as a setting.
Disable Factorio Texture Pixelation/Compression
Re: Disable Factorio Texture Pixelation/Compression
They aren't pixelated anywhere unless you have graphics quality set below "normal" (which you seem to have it on high so that's fine).
You're zooming in more than the native resolution which means the image gets scaled up. If you press F9 it will zoom to the default size and you can see they will be a 1-1 mapping of the atlas image to the game view.
You're zooming in more than the native resolution which means the image gets scaled up. If you press F9 it will zoom to the default size and you can see they will be a 1-1 mapping of the atlas image to the game view.
If you want to get ahold of me I'm almost always on Discord.
Re: Disable Factorio Texture Pixelation/Compression
So the fully HD textures have already been implemented in 0.15? Cause although the textures look very clean it still looks to me like there is a bit of clarity lost when comparing to the atlas.Rseding91 wrote:They aren't pixelated anywhere unless you have graphics quality set below "normal" (which you seem to have it on high so that's fine).
You're zooming in more than the native resolution which means the image gets scaled up. If you press F9 it will zoom to the default size and you can see they will be a 1-1 mapping of the atlas image to the game view.
Re: Disable Factorio Texture Pixelation/Compression
You're zooming in too far, if you zoom further than zoom 2Galaxy wrote:So the fully HD textures have already been implemented in 0.15? Cause although the textures look very clean it still looks to me like there is a bit of clarity lost when comparing to the atlas.Rseding91 wrote:They aren't pixelated anywhere unless you have graphics quality set below "normal" (which you seem to have it on high so that's fine).
You're zooming in more than the native resolution which means the image gets scaled up. If you press F9 it will zoom to the default size and you can see they will be a 1-1 mapping of the atlas image to the game view.
Code: Select all
/c game.player.zoom = 2
Re: Disable Factorio Texture Pixelation/Compression
More detailed background information and solution:
- The textures are rendered from a 3d model and then delivered with the game as images
- The textures by default if zoomed in are shown without linear filtering, which creates that blocky look (which I personally dislike)
- Bilinear filtering to smooth the textures properly can be enabled by opening "%APPDATA%\Factorio\config\config.ini" and enabling the setting
- The textures are rendered from a 3d model and then delivered with the game as images
- The textures by default if zoomed in are shown without linear filtering, which creates that blocky look (which I personally dislike)
- Bilinear filtering to smooth the textures properly can be enabled by opening "%APPDATA%\Factorio\config\config.ini" and enabling the setting
Code: Select all
force-linear-magnification=true