Conversation
Here is the file to perform the migration. It does what it is supposed to do, but with errors as reported on Discord. I am opening it to start testing and correcting the errors, which I will report in the comments.
|
As I don't have Starfield installed at the moment, I can't test it myself. What exact errors/issues do you get when migrating? PS: Your entry in the games.json looks technically fine now. Do you have by any chance an .ico file of the game's icon that you could put in res/icons and add it to the resources.qrc file? |
|
Yes, I have an icon, but so far I don't know how to make it appear in the program. Error:
|
|
For the icon to appear, its file name must match the game's short name set in the games.json, i.e. "Starfield.ico" and must be entered in the resources.qrc. Are you trying to migrate from Vortex to MO2 or vice versa? How is the folder structure of those mods looking within your source mod instance and in the migrated instance? PS: After updating the resources.qrc file you have to run the compile_qrc.bat file to recompile the bundled resources. |
|
It's really just a test to be sure, but yes it's from Vortex to MO2, I haven't tried to do it from MO2 to Vortex, But then as it's a script to run together with SFSE, it comes inside that SFSE folder, unlike the normal ones which are .Ba2 or .es files. |
Here is the file to perform the migration. It does what it is supposed to do, but with errors as reported on Discord. I am opening it to start testing and correcting the errors, which I will report in the comments.