R2Northstar / NorthstarLauncher

Launcher used to modify Titanfall 2 to allow mods to be loaded
MIT License
271 stars 125 forks source link

Use static MSVC Runtime Library #718

Closed Jan200101 closed 3 weeks ago

Jan200101 commented 1 month ago

We tried this already for when MSVC broke Northstar before but didn't merge it since it didn't fix the issue.

I think its best if we use the static runtime anyways to remove more dynamic dependencies that we can't anticipate.

GeckoEidechse commented 3 weeks ago

Does increase binary size from ~3MB to ~10MB but given the size of the rest of our files (~90MB) this is acceptable IMO.