rekterakathom / Overthrow

A dynamic and persistent revolution platform for Arma 3
https://steamcommunity.com/sharedfiles/filedetails/?id=2824471652
GNU General Public License v2.0
14 stars 9 forks source link

Fix compilation on new HEMTT version #114

Open Tuupertunut opened 3 weeks ago

Tuupertunut commented 3 weeks ago

Overthrow can now be built with HEMTT 1.12.3. This PR contains fixes to various errors, warnings and suggestions that new HEMTT gave before it would build nicely. There are also some warnings left that I did not want to fix.

Things I didn't check:

Check commit messages for more info.

rekterakathom commented 3 weeks ago

Release mode doesn't throw any errors and produces a signed mod, but it has some issues:

Tuupertunut commented 3 weeks ago

Here is CBA's HEMTT config. They seem to handle the mod folder name by using that folder field on the last line. I don't know about the ASC issue.

https://github.com/CBATeam/CBA_A3/blob/master/.hemtt/project.toml

rekterakathom commented 2 weeks ago

Here is CBA's HEMTT config. They seem to handle the mod folder name by using that folder field on the last line. I don't know about the ASC issue.

https://github.com/CBATeam/CBA_A3/blob/master/.hemtt/project.toml

Adding this fixes the folder name, only problem left is the ASC thing. I believe it is a problem with HEMTT, and I think I need to make an issue report there.