Fair enough. I'll definitely keep using your planner mate, it's an amazingly useful tool.
Either way, thanks for fixing your planner, but could you also tell me how to change the race dates in my save, to circumvent the problem of already planned races in my carreer?
As far as I know, the dates are only linked to the stages. By changing the day (and month) of all stages of one race, it should be possible to move it.
If using my editor you could do as follows:
1. Extract cdb >> select your career
2. In the ribbon, click R Races
3. Search the race you want to fix (click the column header to sort)
4. Click the little + to the left of the line of that race
5. Click the little + next to "STA_stage linked to IDrace"
6. Now you see all stages of that race and can fix them
7. Change the day (gene_i_day) and the month (gene_i_month) if needed
8. Click the black arrow next to the plus on the line you edited last
9. Close both lists by clicking the little -
Repeat steps 3 to 9 for each race
If the editor doesn't seem to react, you forgot to click that black arrow.
After you edited you save, click the star and then "Export to cdb". Now save your career but do not overwrite the original file in case you messed up.
Edit: I never changed the dates in a career but if you are unlucky, you have to fix the column gene_i_computed_date also. This would be a unix timestamp, which can be calculated using for example this link: https://www.unixti.../index.phpEdited by Lachi on 13-03-2012 23:57
As you can see, the race now takes place on 28/5 according to the calendar, instead of 26/5. However, at the race details it still shows it as 26/5, which can probably be fixed by adding that unix code, which I didn't do yet.
Do you think it is neccessary to also edit the unix code to make my save function properly? Or could I forget about this detail? Also, will the dates of the races that I changed be different next year in my carreer as well?
Well, maybe the unix code is needed to fix that. But maybe it's playable right now, only testing will answer that. Anyway if you will try to 'add' the code, it should go in gene_i_computed_date (in STA_stage). You could also see if there's a race going in the same day, and copy the code from that one.
And yes, the dates will be the same for the next years of your career.
Hey, I just wanted to leave some quick feedback. I tried the suggestions you guys mentioned, and they worked!
For future reference though, if you want to add the unix number using the link in this thread, make sure you put the time in it at 7 AM, because the calculator is not in GMT, and therefore gives a different number than in the DB.
Thanks a lot for all the help.
Edited by ShortsNL on 18-03-2012 21:30