Upgrading Projects

These notes only refer to upgrading from a working 5.x project.

If you are attempting to upgrade from an earlier version of FarCry you must upgrade to 5.x first.

If you are updating to a newer milestone release on the maintenance branch, you are in the wrong place.

Preparation

There are several significant changes between FarCry 5.x and 6.x. Hopefully we've made these changes relatively painless by automating most of them through the updater. However, given the number of automated changes we strongly recommend you put in the appropriate preparation for upgrading.

Todo List:

Did we mention that the updater will make changes to your data schema and code base?!

The Updater

FarCry 6.x was primarily a UI overhaul. There are few changes to the database schema. However, if you have project customisations you made need to make some changes to your code base to take advantage of the latest improvements, or if you have used deprecated code in your customisations to get them to work in the first place.

Troubleshooting