Re: HELP! Game won't start after mod install
You need to disable the activities.
Open Index.ini with notepad. It's in UniTech.rte.
Go to the bottom and you should see a line like this:
Code:
IncludeFile = UniTec.rte/Activities/Activities Flesh.ini
Add // to the start of the line so it looks like this:
Code:
// IncludeFile = UniTec.rte/Activities/Activities Flesh.ini
The forward slashes make the game not read that line of the code so the incompatible activities will be skipped.