magico13 / StageRecovery

NOTE Now maintained at https://github.com/linuxgurugamer/StageRecovery An addon for Kerbal Space Program that recovers funds from spent stages.
28 stars 18 forks source link

Double UI Buttons + Double Recovery Reward #42

Closed Belkon closed 8 years ago

Belkon commented 8 years ago

The newest version of the mod has a game breaking issue where I will get almost double my cash for recovery. It gives me two separate notifications for one item, and they both give back funds.

20161024182928_1 20161024182933_1 20161024182931_1 20161024182934_1

There were only two stages recovered yet I got four notifications and double my funds. The UI also shows that there are only two stages that have been recovered.

20161024182948_1 20161024182950_1

81ninja commented 8 years ago

How was your rocket designed?

SR doesn't list the recovered stages by stage, but by part/vessel. If you have a stage that drops say 2 boosters (separated from each other), 2 different "debris" vessels are created, then recovered, and thus 2 buttons.

Belkon commented 8 years ago

My rocket had only two boosters attached, as you can see in the stage recovery panel. Yet I got 4 notifications.

magico13 commented 8 years ago

You didn't happen to install the mod twice somehow did you? There should only be one .DLL in the GameData/StageRecovery folder. The output_log.txt file from the KSP_Data folder would also help to see.

On Oct 29, 2016 00:02, "Belkon" notifications@github.com wrote:

My rocket had only two boosters attached, as you can see in the stage recovery panel. Yet I get I got 4 notifications.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/magico13/StageRecovery/issues/42#issuecomment-257069377, or mute the thread https://github.com/notifications/unsubscribe-auth/AFC21S6JgW7Jiblo82ZIfy9zXmPOopWZks5q4sVkgaJpZM4KfcDB .

Belkon commented 8 years ago
[LOG 18:29:30.252] Load(Assembly): Squad/StageRecovery/StageRecovery
[LOG 18:29:30.253] AssemblyLoader: Loading assembly at E:\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\StageRecovery\StageRecovery.dll
[LOG 18:29:30.290] Load(Assembly): StageRecovery/StageRecovery
[LOG 18:29:30.290] AssemblyLoader: Loading assembly at E:\Steam\steamapps\common\Kerbal Space Program\GameData\StageRecovery\StageRecovery.dll

Yup you were right, just a missed drag and drop. Sorry for bothering you.