-
Notifications
You must be signed in to change notification settings - Fork 15
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
Restart campaign doesn't clear assets at locations #60
Comments
I can reproduce this. dcs_liberation/theater/persiangulf.py Line 24 in 63da350
The control points are store as class attributes (apposed to instance attributes), so they will be remembered even when a new instance of say |
Reproduced and fixed in my dev branch. Another related issue is that "strike targets' (namely 'ground objects') were not cleared either. In the meantime, you can also fall back to the old way of restarting the game, that consist of deleting the save file : C:/Users//Saved Games/dcs/liberation_save. And then restart DCS liberation to get a clean new start. |
@Khopa are you able to merge into |
Yes i think i should be able to do this it when needed. But the version on my branch is not stable yet, moreover I and @wrycu have some pending changes on our branches as well, so personally, i am not planning to make a release immediately. |
Clicking 'restart campaign' doesn't seem to clear the OPFOR assets at locations, so restarted campaigns are always harder than the first one and get harder the more you do it.
Workaround is to delete the campaign files and restart the application.
Issue is present in 1.5 RC1
The text was updated successfully, but these errors were encountered: