I want my race have the startlist like a WT race, the race is already WT, with obligation to participate, but the teams don't put his best riders in the race, does anyone have the solution ? thanks
sorry is this thread is already created, I didn't found the solution
What I changed is the race column of STA_program_info, looking at the relation with STA_progam and adding my race, and others with bad startlist (Strade and Brabantse),
I didn't change anything in STA_type_leader and STA_type_leader_specialisation.
sergiodestructor wrote:
I didn't change anything in STA_type_leader and STA_type_leader_specialisation.
Indeed you don't need to change anything there, that's just for reference (e.g. if you want Giro contenders to go to your race, you should add it in the lines of type_leaders 15 in STA_program_info)
What I changed is the race column of STA_program_info, looking at the relation with STA_progam and adding my race, and others with bad startlist (Strade and Brabantse),
I didn't change anything in STA_type_leader and STA_type_leader_specialisation.
Hello,
After many tries, I don't manage to do the same.
Here is what I do :
Assume my race's ID is 412. I want "Tour de France" riders.
In the table "STA_type_leader" I found that the corresponding ID for TDF is 16.
In "STA_program", for the "IDtype_leader" 16, there are 12 lines (for the 12 months). For each of these lines, there is a list of IDprogram_info.
In "STA_program_info", for each of theses IDs, I add 412 (my race) to the list of IDRace.
But still average riders participate in my race...
If anyone see where I am wrong, I'll be very grateful !
Edited by e2p0 on 14-05-2013 19:42
Your description looks alright to me. Where did you test to see which sort of riders would show up (single player, career mode)? Maybe you can attach the .cdb file?
Thanks for the reply.
I have tested in single player mode.
Here is my cdb file.
Another solution consists in create a start list in the game itself when choosing the cdb file in options.
Well, I've taken a look, and it seems to be mostly correct. One thing though: in STA_program_info, you only need to add your race (412) in the programs of the month of your race. In this case, your race is in May, so you need to add your race in lines 149~156, rather than all lines of type_leader 16 (100~188)
One problem I've noticed is that most programs for type_leader 16 in the month of May also had the Tour of California in the program, which starts the same day as your race. So they were clashing dates, and the riders could go to California rather than your race.
But well, I tried to remove California and test it, and it didn't really work on single race. However when I changed your race to January (for the purpose of testing): in single race the field kept being meh, but in career it was good (Schlecks, Nibali, Wiggins, etc showed up). So my guess is that in single race it might not be working, but I in career it should work fine
If you however want to play it in single race mode, then you could indeed create a start list, as you said. However, startlists only work for this mode, and not in careers. It is possible to change the startlists in careers, but will require editing the savegame (more specifically, table DYN_team_race) - if for some reason the editing (of STA_program_info) doesn't work in career, you can always add the main riders you want to show up manually through this table.
Lastly, I noticed that you've used STA_UCI_class ID 1 (FranceGrandTour); I'd change that to a 3 (normal WT stage race), I remember some time ago someone trying to add a 4th GT and it didn't really work, iirc part of it was related to the UCI_class the race had (which was one of the GTs UCI_Class)
Edited by lluuiiggii on 16-05-2013 00:57