- 10,007
- Upside-down in the final corner
- rallymorten
I have had a similar issue where the game apparently went "this class has these letters in this order. So does this class. They must be the same" even though they had various other symbols. It appears to have fixed itself, and I don't really remember how or why, I also have three classes of very similar name in the same "group", and they're separated just fine.
In my instance, their internal class names called MGT1, MGT2 and MGT3 (for reasons). Let's say I have the same issue as you. First thing I'd check would be the class' .GDB file. In my case, for it to work properly, it should look something like this:
MGT1 = *class name of GT1*
MGT2 = *class name of GT2*
MGT3 = *class name of GT3*
If the first one only says "MGT = *class name of GT1*", it appears the game automatically assumes every car related to a MGT (no matter what comes after that) goes there.
It's essentially a slow process of exclusion for the game to find the right cars. "First letter is M, so every class with an M as first letter goes here - second letter is G, so the class ID needs to start with MG, third letter is T, MGT. No more symbols? OK, every class that starts with MGT it is!"
From what I can gather, that's how the classes work.
If that's not the culprit, I'll need a little more detail (and a little more time, exam starts in 10 minutes and I'm doing this. yoloswag.)
In my instance, their internal class names called MGT1, MGT2 and MGT3 (for reasons). Let's say I have the same issue as you. First thing I'd check would be the class' .GDB file. In my case, for it to work properly, it should look something like this:
MGT1 = *class name of GT1*
MGT2 = *class name of GT2*
MGT3 = *class name of GT3*
If the first one only says "MGT = *class name of GT1*", it appears the game automatically assumes every car related to a MGT (no matter what comes after that) goes there.
It's essentially a slow process of exclusion for the game to find the right cars. "First letter is M, so every class with an M as first letter goes here - second letter is G, so the class ID needs to start with MG, third letter is T, MGT. No more symbols? OK, every class that starts with MGT it is!"
From what I can gather, that's how the classes work.
If that's not the culprit, I'll need a little more detail (and a little more time, exam starts in 10 minutes and I'm doing this. yoloswag.)