Hi @quantumodo,
Starting from version 0.5.9.4, you can specify the texture folder path within the image_folders
key in the “launch.json” file. Here’s an example:
{
"image_folders": [
"D:\\assets_pics\\assets\\pics\\",
"D:\\assets_pics\\assets\\textures\\"
]
}
After updating “launch.json,” please restart the game for the changes to take effect, and remember to “Empty Cache and Hard Reload.”
Regarding the “flip pause” setting, there is currently no dedicated key for it in the configuration file. However, as a temporary workaround, you can modify the default setting in “.\public\js\marvel\settings.js.” Look for the last line of that file and set it as follows:
ButtonSetting.pause_when_reveal_or_boost = 1;
After making this change, you won’t need to restart the game, but you should still “Empty Cache and Hard Reload.”
Please note that we do not recommend modifying the “settings.js” file. Make sure to create a backup before making any changes, and if you encounter any issues, please verify that they are not related to your modifications before reporting a bug.
Thanks!