sfall-team / sfall

sfall - Engine modifications for Fallout 2
https://sfall-team.github.io/sfall/
GNU General Public License v3.0
338 stars 40 forks source link

Disabling external wrapper for modes DX9 #507

Closed egornovivan closed 5 months ago

egornovivan commented 5 months ago

https://github.com/sfall-team/sfall/issues/504

NovaRain commented 5 months ago

Built-in HRP is initialized after LoadOriginalDll(), HRP::Setting::ExternalEnabled() will always return 0 when called in the function. IMO people who want to use an external wrapper should take care of those settings themselves. Also, it's preferable you actually compile and test your code edits instead of simply using GitHub's web text edit function.

egornovivan commented 5 months ago

Tell me how to do FileExist for f2_res.ini in your project and I may find a solution to all problems

egornovivan commented 5 months ago

I could have compiled the build locally, but it looks like my provider's DPI has gone crazy изображение

egornovivan commented 5 months ago

@NovaRain I collected all the changes into two commits, compiled them, and tested them.