KSP-RO / ContractConfigurator

A config file based solution for creating new contracts for Kerbal Space Program.
https://forum.kerbalspaceprogram.com/index.php?/topic/91625-1
Other
8 stars 10 forks source link

Feature Request: Allow us to see if accepting a contract will make another contract unavailable before accepting the contract #10

Closed Clayell closed 1 year ago

Clayell commented 1 year ago

Currently, the only way to see if a contract will make another contract unavailable is by either not having the contract available to even accept or by accepting the contract.

Unavailable contract showing what contracts cannot be accepted at the same time

Available contract that does not show what contracts cannot be accepted at the same time, if any

siimav commented 1 year ago

I imagine the easiest fix for this is to manually update the contract description text with the details about inter-contract dependencies.

Clayell commented 1 year ago

Manually as in go into the file myself and write it in? That seems like a long workaround that could pretty easily be fixed. The information about this stuff is already known, it just needs to be put in there by the mod.

If you mean manually as in the mod doing it, then yes I agree.

Clayell commented 1 year ago

Any updates?

siimav commented 1 year ago

https://github.com/KSP-RO/ContractConfigurator/commit/024354874abc6dd345d2462bce91ad66c12967b3 There's a warning now when trying to accept a conflicting contract.

Clayell commented 1 year ago

0243548 There's a warning now when trying to accept a conflicting contract.

Nice, thanks!