MaKiPL / FF8_demaster

Unofficial Final Fantasy VIII Remastered core mod based on import-dependency DLL that updates the gamecode and fixes issues left by developers
https://makipl.github.io/FF8_demaster/
GNU General Public License v3.0
99 stars 9 forks source link

Add feature to completely disable any texture filtering (LINEAR_PATCH takes care only for additional ones, while the core ones are hardcoded) #71

Open Arthandas opened 1 year ago

Arthandas commented 1 year ago
MaKiPL commented 1 year ago

Yes- The LINEAR_PATCH flag actually takes care of disabling the linear filtering on more glTexParameters, however the core of the core engine automatically applies the point-clamp filtering to other functions. So there's currently no way to completely disable the linear filtering disable. I'll change that issue to be more like adding an option to completely (100%) not touch any filtering and replace the LINEAR_PATCH to be an actual LINEAR_PATCH setting