How to remove a race and stage without getting bugs
|
KoenCofides |
Posted on 13-01-2009 13:24
|
Under 23
Posts: 76
Joined: 21-03-2008
PCM$: 200.00
|
As the title says, how can I remove a race/stage without PCM is showing bugs. I've removed the race and the stages in STA_race and STA_stage in my OfficialRelease and in the OfficialLocal, but when I try to simulate to day 2 PCM gives an error. |
|
|
|
CrueTrue |
Posted on 13-01-2009 13:29
|
Tour de France Champion
Posts: 29989
Joined: 20-10-2006
PCM$: 200.00
|
You need to remove the objectives associated with the races, meaning:
1. Remove the race ID from STA_race_list.
2. Find the objectives related to the race in STA_objectif_sponsor and note them down.
3. In STA_objectif_sponsor_info, delete the ID's that you found in STA_objectif_sponsor.
4. In STA_objectif_sponsor_info_futur, delete the ID's that you found in STA_objectif_sponsor.
5. Delete the ID's in STA_objectif_sponsor.
I might have forgotten something, but that's a start |
|
|
|
KoenCofides |
Posted on 13-01-2009 14:55
|
Under 23
Posts: 76
Joined: 21-03-2008
PCM$: 200.00
|
Thnx CrueTrue I'll try it after diner and will tell u if it worked. |
|
|
|
KoenCofides |
Posted on 13-01-2009 15:52
|
Under 23
Posts: 76
Joined: 21-03-2008
PCM$: 200.00
|
Sorry for dubbelposting, but is there not something to delete them all (OBJ's). This will take ages if I have to do all |
|
|
|
CrueTrue |
Posted on 13-01-2009 16:06
|
Tour de France Champion
Posts: 29989
Joined: 20-10-2006
PCM$: 200.00
|
It's not easy to make databases. |
|
|
|
KoenCofides |
Posted on 13-01-2009 21:28
|
Under 23
Posts: 76
Joined: 21-03-2008
PCM$: 200.00
|
I know, but i was just wondering.
One last question I've got right now:
I guess the numbers at gene_ilist_fkIDobjectif mean the 5 goals and the 6 important stages. But if thats true it must be easy to change it, because if I change the names of the goals in STA_objective I can just give the teams the right goals with the CLE-Editor, right? Can you confirm this CrueTrue of someone else? |
|
|
|
CrueTrue |
Posted on 13-01-2009 21:44
|
Tour de France Champion
Posts: 29989
Joined: 20-10-2006
PCM$: 200.00
|
Let's say that you are deleting a French 1.1-race. Instead of going through and deleting everything, you could replace it by another French 1.1-race. That wouldn't do too much harm. |
|
|
|
KoenCofides |
Posted on 14-01-2009 12:36
|
Under 23
Posts: 76
Joined: 21-03-2008
PCM$: 200.00
|
What I've did now:
- Changed the stages (new names ect.)
Everything works
- Removed stages/tours
Bugs
- Removed invalid obj
Bugs
- Set new obj
Bugs
- Changed futur obj:
Bugs
- Also changed the STA_race and STA_stage in Local.cdb
Bugs
What did I do wrong? |
|
|
|
Ad Bot |
Posted on 22-12-2024 22:32
|
Bot Agent
Posts: Countless
Joined: 23.11.09
|
|
IP: None |
|
|
CrueTrue |
Posted on 14-01-2009 13:55
|
Tour de France Champion
Posts: 29989
Joined: 20-10-2006
PCM$: 200.00
|
STA_race_list |
|
|
|
KoenCofides |
Posted on 14-01-2009 14:14
|
Under 23
Posts: 76
Joined: 21-03-2008
PCM$: 200.00
|
Damm sorry Crue totaly forgot that one |
|
|
|
KoenCofides |
Posted on 14-01-2009 14:30
|
Under 23
Posts: 76
Joined: 21-03-2008
PCM$: 200.00
|
Where are those race lists for? |
|
|
|
CrueTrue |
Posted on 14-01-2009 14:33
|
Tour de France Champion
Posts: 29989
Joined: 20-10-2006
PCM$: 200.00
|
STA_race_list is basically the file that generates the race program for the teams. So when you have a non-existing race in-there, the game will crash.
Also, when you create a new race, you need to update STA_race_list to ensure that teams participate in it. |
|
|
|
KoenCofides |
Posted on 14-01-2009 14:42
|
Under 23
Posts: 76
Joined: 21-03-2008
PCM$: 200.00
|
IDrace_list [I guess this is the ID, but where do I need to fill it in?]
fkIDdivision [PT or CT]
gene_i_division_rank_max [What means this?]
fkIDgroup_nationality [I get this one, but i guess this is for the nationality of the team?]
gene_ilist_race [The races]
fkIDperiode [What does this mean, there are 8 different number?]
Plz explain this/confirm
|
|
|
|
CrueTrue |
Posted on 14-01-2009 14:52
|
Tour de France Champion
Posts: 29989
Joined: 20-10-2006
PCM$: 200.00
|
IDrace_list -> Just an id. If you're making a new one, just start with the highest number.
fkIDdivision -> PT or CT, yes
gene_i_division_rank_max -> The max ranking in the division (e.g. you don't want top teams participating in .2 races)
fkIDgroup_nationality -> Look in STA_group_nationality
gene_ilist_race -> The races, yes.
fkIDperiode -> Some different periods (months). I'm not too sure.
But anyway, my suggestion is: Use CLE-ditor, go to Races -> Career Invitations. That feature takes care of the STA_race_list in a very easy way. |
|
|
|
KoenCofides |
Posted on 14-01-2009 14:57
|
Under 23
Posts: 76
Joined: 21-03-2008
PCM$: 200.00
|
Thnx I think this will be enough |
|
|
|
barbu67 |
Posted on 24-05-2009 22:09
|
Amateur
Posts: 16
Joined: 28-01-2008
PCM$: 200.00
|
Please delete this post. Apologies and thank you.
Edited by barbu67 on 24-05-2009 22:26
|
|
|
|
CrueTrue |
Posted on 25-05-2009 09:39
|
Tour de France Champion
Posts: 29989
Joined: 20-10-2006
PCM$: 200.00
|
Since this thread was brought up anyway, I can correct one thing from my previous post.
fkIDperiode:
Period 1 = January and February
Period 2 = March
Period 3 = April
Period 4 = May
Period 5 = June
Period 6 = July
Period 7 = August
Period 8 = September, October
Period 9 = November, December |
|
|