Doped riders in PCM 12
|
devilswim818 |
Posted on 23-05-2013 21:47
|
Stagiare
Posts: 181
Joined: 16-05-2010
PCM$: 200.00
|
I can remember that in PCM 11 was the possibility to enable a function that makes it possible that riders gets suspended by the UCI for 6 Months to 2 years.
And i remember that there was a DB where you can change a value from 0.1 to 1.0.
And i want that function in PCM 12 so could anyone explain me how to get it or create me a DB where the function is in.?
Thank you
|
|
|
|
devilswim818 |
Posted on 24-05-2013 00:26
|
Stagiare
Posts: 181
Joined: 16-05-2010
PCM$: 200.00
|
Please i need a answer
|
|
|
|
maxime86 |
Posted on 24-05-2013 04:22
|
Classics Specialist
Posts: 2950
Joined: 01-03-2012
PCM$: 200.00
|
dude its been 3 hours patience |
|
|
|
Jesleyh |
Posted on 24-05-2013 06:02
|
Tour de France Champion
Posts: 15274
Joined: 21-07-2012
PCM$: 200.00
|
Yes, you can do that with an editor.
You have to 'give' an injury to the rider. How? :
I quote lluuiiggii:
1. In table DYN_injury, add a new line with a unique ID, fkIDinjury = 1, gene_f_timeleft = 365 and gene_b_allowrace = 0.
2. In table DYN_cyclist, find the cyclist you want to ban and in his fkIDinjury column, write the ID of the injury you've just created in DYN_injury.
The number 365 is the days it takes, for a half year, you can make that 183 etc.
Feyenoord(football) and Kelderman fanboy
PCMdaily Awards: 12x nomination, 9x runner-up, 0x win.
|
|
|
|
CrueTrue |
Posted on 24-05-2013 09:46
|
Tour de France Champion
Posts: 29989
Joined: 20-10-2006
PCM$: 200.00
|
If I understand you correctly, you want the game to hand out "suspensions" (injuries) randomly to riders.
If so, you need to do more than what Jesley suggested:
STA_localized_string (in the Local.cdb)
IDlocalized_string: Any free ID
gene_sz_english: Doping (or Suspended by UCI - whatever)
CONSTANT: Doping
STA_injury_label:
IDinjury_label: 9 or higher (as it has to be unique)
fkIDtype_injury_origin: 2
gene_i_level: 4
gene_ilist_gene_strID_label: ()
gene_flist_probability: (0.1) <--- This defines the likeliness of the "injury" to happen. It works up to 1.0.
pipo_sz_info: doping
STA_injury:
IDinjury: 312 or higher (as it has to be unique)
IDtype_injury_origin: 2
gene_i_level: 4
gene_strID_name: The ID from STA_localized_string
gene_f_min_duration: 360
gene_f_max_duration: 390
Edited by CrueTrue on 24-05-2013 09:47
|
|
|
|
devilswim818 |
Posted on 24-05-2013 10:33
|
Stagiare
Posts: 181
Joined: 16-05-2010
PCM$: 200.00
|
maxime86 wrote:
dude its been 3 hours patience
Sorry :/
Thank you very very much.! Its working
|
|
|
|
Ad Bot |
Posted on 25-11-2024 09:07
|
Bot Agent
Posts: Countless
Joined: 23.11.09
|
|
IP: None |
|
|
ticcque |
Posted on 25-07-2013 15:59
|
Under 23
Posts: 74
Joined: 04-08-2008
PCM$: 200.00
|
Try to add random doping injury in PCM13.So far it work,just rider problem in injury news is blank.I don't know what's wrong,I just doing like I done in PCM 12. |
|
|
|
ticcque |
Posted on 25-07-2013 16:02
|
Under 23
Posts: 74
Joined: 04-08-2008
PCM$: 200.00
|
STA_localized_string (in the Local.cdb)
IDlocalized_string: 95
gene_sz_english: Suspended by UCI
CONSTANT: Doping
STA_injury_label:
IDinjury_label: 9
fkIDtype_injury_origin: 2
gene_i_level: 4
gene_ilist_gene_strID_label: ()
gene_flist_probability: (0.1)
pipo_sz_info: doping
STA_injury:
IDinjury: 312
IDtype_injury_origin: 2
gene_i_level: 4
gene_strID_name: 95
gene_f_min_duration: 360
gene_f_max_duration: 390
Edited by ticcque on 25-07-2013 16:08
|
|
|
|
Swepunk |
Posted on 28-11-2013 00:05
|
Junior Rider
Posts: 30
Joined: 21-08-2012
PCM$: 200.00
|
Well i have a question for this! the local db wouldnt let me save the changes i made?! anyone have an aswer? |
|
|
|
lluuiiggii |
Posted on 28-11-2013 00:39
|
Grand Tour Champion
Posts: 8542
Joined: 30-07-2010
PCM$: 200.00
|
Swepunk wrote:
Well i have a question for this! the local db wouldnt let me save the changes i made?! anyone have an aswer?
Which editor did you try to use? Try another one and see if it works.
|
|
|