SenorPez / project-cars-replay-enhancer

Project CARS Replay Enhancer: Combines telemetry data with replay video to improve Project CARS replays.
MIT License
12 stars 1 forks source link

Make Points and Series Standings Optional #42

Closed SenorPez closed 8 years ago

SenorPez commented 8 years ago

A point structure and the Series Standing card should be optional.

Modify Configuration to account for an optional point structure. Modify Results screen to drop the column if it's not used. Modify Series Standing screen to not appear if it's not used.

SenorPez commented 8 years ago

Points for a race are now optional.

Points are disabled by entering a 0 for position 1. This:

A Champion card can still be shown, regardless of points structure status. I mean, a 1-race Champion is kind of weird, but if that's your thing, go for it.

Michel-NL commented 8 years ago

Is it possible to put a info text like with

Enter points scored for finish position 1 Enter 0 to disable points for this race

now you have to guess to use 0 and at the next driver you can use -1

Enter previous series points for Bacotje30. ()--> 0 Entering data for dennisvandenb. Enter display name override for dennisvandenb. (dennisvandenb)--> Enter abbreviated name override for dennisvandenb. (Used by some modules for space saving.) (dennisvandenb)--> Enter car for dennisvandenb. Enter -1 to use Ginetta G55 GT4 for remaining drivers. (Ginetta G55 GT4)--> Enter previous series points for dennisvandenb. Enter -1 to use 0 for remaining drivers. (0)--> -1

SenorPez commented 8 years ago

I think I know what you're asking for, and it seems like an easy fix. Basically, you're asking for the first driver (in this case, Bacotje30) to default to 0 and give the -1 option on his prompt as well, instead of having to add 0 and then put in -1 on the next driver?

That's doable.

SenorPez commented 8 years ago

(Note that if you disable points structure for a given race, you're not prompted for driver points, since, you know, there's no... POINT.) :laughing:

Michel-NL commented 8 years ago

No its not for the racepoints from the actual race but for the "previous series'

ooo wait It only asks you for the previous series points if you enter points for finish score. If you use:

Enter points scored for finish position 1 Enter 0 to disable points for this race 0--> 0

then you don't get the question:

Enter previous series points for Bacotje30. ()-->

What I like is that with the question for the first driver to enter previous series points you get this:

Enter previous series points for Bacotje30. Enter -1 to disable previous points for this race ()-->

Hope you understand :)

SenorPez commented 8 years ago

I'm not sure the latest change (defaulting points to zero) is quite what you want, but it's close?

If I'm still not understanding, can you describe the difference between setting all previous points to zero and disabling previous points?

Michel-NL commented 8 years ago

Put this one on hold...I have to make it clearer it the next days. Now focusing on getting two races ready for YouTube with the replay-enhancer :)