Frodo45127 / rpfm

Rusted PackFile Manager (RPFM) is a... reimplementation in Rust and Qt5 of PackFile Manager (PFM), one of the best modding tools for Total War Games.
MIT License
368 stars 58 forks source link

Mac version #293

Open skumor-foreflight opened 2 months ago

skumor-foreflight commented 2 months ago

Is it feasible to try to compile this for mac? I have tried to use the windows version with crossover/wine but that is based around exe files of the games so I am unable to make that work. If there is some other mac users maybe you can reach out to me and we can try to make it work together ?

Frodo45127 commented 2 months ago

yes, it should be possible to compile it in mac (I managed to do it in a hackintosh vm a while ago), but there are some code changes needed in order to make it work with mac games:

With just the first two changes any RPFM build through crossover should detect the mac games correctly, though you may need to specify their path manually in the settings. The rest of the stuff is needed for me to provide official mac builds.

skumor-foreflight commented 2 months ago

@Frodo45127 thank you, I will look into it