How to add equipment
|
tovhol |
Posted on 05-11-2012 20:09
|
Breakaway Specialist
Posts: 806
Joined: 06-05-2011
PCM$: 200.00
|
Hello,
Can someone learn me how to add equipment in PCM 12?
I have a bit trouble to get it into the game..
I have tried but then it only came one more "Custom 5" in the game..
Hope someone can help me with this
|
|
|
|
lluuiiggii |
Posted on 05-11-2012 20:43
|
Grand Tour Champion
Posts: 8542
Joined: 30-07-2010
PCM$: 200.00
|
Well, since you mention Custom 5 I believe you're using the PCMDaily DB. In that case, the easiest way to add equipment is to overwrite the custom ones (that's why they are there ). If that can be the case check this link:
https://pcmdaily.com/forum/viewthread....ost_306540
|
|
|
|
tovhol |
Posted on 06-11-2012 06:17
|
Breakaway Specialist
Posts: 806
Joined: 06-05-2011
PCM$: 200.00
|
But the problem is that I have used all of the custom frames..
That's why I asked about how to add equipment
|
|
|
|
Ad Bot |
Posted on 25-11-2024 01:34
|
Bot Agent
Posts: Countless
Joined: 23.11.09
|
|
IP: None |
|
|
lluuiiggii |
Posted on 06-11-2012 15:48
|
Grand Tour Champion
Posts: 8542
Joined: 30-07-2010
PCM$: 200.00
|
Hm, alright then. You said that you could see a new line in game but the equipment name was another "Custom 5" (below the custom 5)? If yes, then I guess that you've already got how to do most of the process. What you're probably missing then is the fkIDequipment_unlock number. If it's wrong, the equipment will have the name of the equipment above it. Basically, you have to put in this column the ID of the equipment that will be above the one you're adding in the selection menu.
So for example, if you want the equipment menu to be like this:
...
- Custom 5
- Brand new custom equipment
Custom 5 has ID 5009, so in that case you should put 5009 in the "brand new custom equipment" line's fkIDequipment_unlock.
For a more detailed explanation take a look here:
https://pcmdaily.com/forum/viewthread....ost_457980
|
|
|
|
tovhol |
Posted on 06-11-2012 20:19
|
Breakaway Specialist
Posts: 806
Joined: 06-05-2011
PCM$: 200.00
|
What have I done? I edited a bit in the custom so it was being correctly in equipment, and now nothing of it works..
In the custom folder ingame, now it's just stands "vuelta young".
Hope someone can edit it in for me or explain me how to fix it again..
|
|
|
|
lluuiiggii |
Posted on 06-11-2012 20:22
|
Grand Tour Champion
Posts: 8542
Joined: 30-07-2010
PCM$: 200.00
|
Did you change the ID from equipment that was already there, or fkIDunlock_equipment numbers from equipment that was already there? If you attach the DB I could take a look.
|
|
|
|
tovhol |
Posted on 07-11-2012 13:45
|
Breakaway Specialist
Posts: 806
Joined: 06-05-2011
PCM$: 200.00
|
Here is the link:
https://www.mediaf...56g1q2h7x9
Hope you can fix it..
|
|
|
|
lluuiiggii |
Posted on 07-11-2012 18:46
|
Grand Tour Champion
Posts: 8542
Joined: 30-07-2010
PCM$: 200.00
|
Which equipment (ID) did you try to add, again?
|
|
|
|
tovhol |
Posted on 07-11-2012 19:13
|
Breakaway Specialist
Posts: 806
Joined: 06-05-2011
PCM$: 200.00
|
6000. And did you fix the wrong thing I have done with fkIDunlock_equipment thing?
|
|
|
|
lluuiiggii |
Posted on 07-11-2012 19:51
|
Grand Tour Champion
Posts: 8542
Joined: 30-07-2010
PCM$: 200.00
|
Well, if I haven't even located which equipment are you trying to add it's unlikely I've fixed it
But I don't have an equipment with that ID, and all equipment looks fine in game. Are you sure you've attached the right file?
|
|
|
|
tovhol |
Posted on 07-11-2012 19:54
|
Breakaway Specialist
Posts: 806
Joined: 06-05-2011
PCM$: 200.00
|
Will try again..
https://www.mediaf...ga7f3mgro9
|
|
|
|
lluuiiggii |
Posted on 07-11-2012 20:58
|
Grand Tour Champion
Posts: 8542
Joined: 30-07-2010
PCM$: 200.00
|
Fixed DB is attached. For future notice, in case you sometime will add more equipment: first, I didn't say that the equipment should have the same fkIDequipment_unlock as its ID, even because that would be a bit senseless So here's another example, hopefully it clears up more how it works:
In the pre-race equipment selection menu in game, you have this order of equipment for a certain brand:
- Custom 1
- Custom 2
- Custom 3
- New Custom Bike
Which have IDs:
Custom 1: 100
Custom 2: 101
Custom 3: 102
New Custom Bike: 103
For them to appear in the order in the menu, you'd need to have it set like this in the DB:
ID | Name | fkIDequipment_unlock | 100 | Custom 1 | 0 | 101 | Custom 2 | 100 | 102 | Custom 3 | 101 | 103 | New Custom Bike | 102 |
Custom 1 has unlock 0 because it's the first equipment of the brand. Custom 2 has unlock 100 because it follows equipment with ID 100 (Custom 1) and so on. Therefore the last equipment on the list won't have its ID in any other equipment unlock (in this case, 103, the new custom bike ID).
To change the order to C1, C2, NCB and C3, you'd need to have it set like this:
ID | Name | fkIDequipment_unlock | 100 | Custom 1 | 0 | 101 | Custom 2 | 100 | 102 | Custom 3 | 103 | 103 | New Custom Bike | 101 |
And so on. Hopefully that clarifies it more
|
|
|
|
tovhol |
Posted on 08-11-2012 05:45
|
Breakaway Specialist
Posts: 806
Joined: 06-05-2011
PCM$: 200.00
|
Did you fix the Custom things, so it don't stands "vuelta young" anymore?
And I don't see the db is attached..
Edited by tovhol on 08-11-2012 15:08
|
|
|
|
lluuiiggii |
Posted on 08-11-2012 15:17
|
Grand Tour Champion
Posts: 8542
Joined: 30-07-2010
PCM$: 200.00
|
Sorry, now it's attached.
Edited by lluuiiggii on 08-11-2012 15:17
|
|
|
|
tovhol |
Posted on 08-11-2012 17:36
|
Breakaway Specialist
Posts: 806
Joined: 06-05-2011
PCM$: 200.00
|
I added one now, but then it stands "Pinarello Tour Time" on that one I added..
The fkIDequipment_unlock thing: Now it is no more Custom frames again..
What should I do?
|
|
|
|
lluuiiggii |
Posted on 08-11-2012 17:51
|
Grand Tour Champion
Posts: 8542
Joined: 30-07-2010
PCM$: 200.00
|
Well I've already explained what should you fill in fkIDequipment_unlock, there's not much more I can add. If you are finding a lot of trouble adding it, you could attach the DB another time.
|
|
|
|
tovhol |
Posted on 08-11-2012 18:31
|
Breakaway Specialist
Posts: 806
Joined: 06-05-2011
PCM$: 200.00
|
Can you please explain a bit more? When you "loaned" the db, you did use the custom 5 in fkIDequipment_unlock right?
I don't find out where the next one should be placed in fkID equipment, because the last custom thing is used..
So is it good enough explained for you?
|
|
|
|
lluuiiggii |
Posted on 08-11-2012 20:03
|
Grand Tour Champion
Posts: 8542
Joined: 30-07-2010
PCM$: 200.00
|
Sorry, not sure what you meant there. Concerning the "Pinarello Tour Time", that was the name of the equipment in the DB you attached. If you want to add one more frame below "Pinarello Tour Time", you'd use Pinarello Tour Time's ID (6000) in the new equipment fkIDequipment_unlock, so that the new equipment will appear below Pinarello Tour Time.
Well, if it's of interest, I added 5 more custom frames to the custom brand, summing up to 10 now. The files should be named "custom7", "custom8" and so on. Hopefully it's helpful
Btw, if I may ask: since this is not a savegame, why are you using an outdated DB? Latest DB has more equipment, such as the Tourminator frame you added and the Pinarello Yellow, fixed bugs and is compatible with the latest patch
|
|
|
|
tovhol |
Posted on 09-11-2012 13:28
|
Breakaway Specialist
Posts: 806
Joined: 06-05-2011
PCM$: 200.00
|
Have fixed that now, but now I'm struggling how to get the wheels and the TT frames into the game..
Can you help me with that too?
Edited by tovhol on 09-11-2012 13:29
|
|
|
|
fenian_1234 |
Posted on 09-11-2012 19:55
|
Grand Tour Specialist
Posts: 4790
Joined: 06-12-2006
PCM$: 200.00
|
The words that you are so far missing tovhol would be:
Thank you.
Please.
|
|
|