This might not be the correct forum to place this thread so I hope you don't mind.
I know its already been a very long time after the release of PCM 2011, but only now I started exploring the database editors (I mostly use lachiseditor_v08) and I have a couple of questions regarding some functionalities, please answer if its possible and explain.
1- Can you change the national champions with the database editor?
2- In the instalation folder can you see the national champions jerseys for each team? I think it's in the folder Gui, but don't know where.
3- Can you "delete"/change a riders injury?
That should be all for now, might have some more in the future.
Thanks in advance
PS: sorry if I have some mistakes, my english is kind of rusty.
Edited by andrebaptista on 08-12-2012 14:23
1) Yes. In DYN_cyclist, take a look in column gene_i_champion_bit. Basically for each title (current WC RR, former NC TT, etc) there's a value. You need to sum the values for each title the rider has, and put that value there. It's better explained in more details by TankNL here: https://pcmdaily.com/forum/viewthread....ost_435840
2) Yes, but not in Gui. Gui is only for the user interface = outside of 3D (from teams, you'll only find logos, minilogos and minishirts there).
The shirts that the teams use in 3D (and thus the place where NCs are placed) can be found in Main PCM Folder/3D/Cyclists/Cloth/Team/[team_abbreviation]. The team_abbreviation is set in the DB, in table DYN_sponsor, but usually it's the same as the team UCI code (e.g. AST for Astana, MOV for Movistar and so on).
3) Yes, in DYN_cyclist, column fkIDinjury. The number that you find there corresponds to the ID of the injury in table DYN_injury. So if you want to 'delete' the injury, you can either change fkIDinjury to 0 for the rider, or edit the number of days left in DYN_injury to change the injury.
And don't worry, your English is just fine (at least for me)
I am trying to edit some of the custom teams jerseys. Just replace one of them with Cervelo's equipments and its working fine, so far.
Unfortunately I don't like most of the classic national champions jerseys, so I decided to do this. Got them here: https://pcmdaily.c...mp;team=30
In the future I might try learning how to make jerseys (tried a long time ago, but for some reason stopped trying, must have been because I sucked), would like to have the national champs jerseys for sponsors like Specialized, Apple, VW,...