-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some CBA Settings fail to import #1620
Comments
This reason why it's throwing the errors is because it considers the category comments as part of the first setting's name.
The A temporary fix is to remove the comments (e.g. |
Ahh, I see. I wonder if this is due to the change in this update for parsing multiple lines? Thanks for the temporary fix though. Will do that for the time being |
|
It's certain - I'm looking into solutions. |
Fixed by #1622. |
Mods (complete and add to the following information):
2.14
CBA_A3 v3.16.0.231017
Make sure to reproduce the issue with only CBA on a newly created mission!
Description:
Some CBA settings now fail to import, giving the error in the RPT that they don't exist, despite them definitely existing. This wasn't a problem until this CBA update, and now it is doing it across various mods, including ones that haven't updated in years (so I'm ruling out them being the issue)
The issue is happening when either importing from a saved preset via the load button, or when pasting in the settings via the import button.
If I put the settings into a cba_settings.sqf file in the mission directory it does work however. But even if I then try to save that as a preset it then won't work when importing it to a fresh mission.
Steps to reproduce:
Expected behavior:
I would expect all settings to import as they did previously
Where did the issue occur?
Log Files:
Additional context:
It's really strange how it seems to be random settings that are doing this, some of these mods haven't updated in a long time so there's no reason they should have stopped working. As mentioned previously it was fine before the CBA update.
Screenshots:
The screenshot just shows one of the example settings, just to prove that it definitely does exist. This is taken after attempting to import the settings, you can see it hasn't forced the setting despite that being in the preset.
The text was updated successfully, but these errors were encountered: