Ability to migrate items and vehiclepart-type items separately #37636
Labels
stale
Closed for lack of activity, but still valid.
<Suggestion / Discussion>
Talk it out before implementing
Is your feature request related to a problem? Please describe.
When trying to rework blazemod and migrate it, I noticed that a lot of the weapon turret vehicleparts have the exact same id as the items that are used to build them. Additionally, blazemod even has internal references like this, such as the turretframe vehiclepart item and the turretframe vehicle part on a vehicle. More discriminating migration code may help alleviate glued-together code like this in the future.
Describe the solution you'd like
Separate json lines to be able to migrate an item that is just an item, and an item that is also a vehicle part. CDDA is able to tell them apart ingame, but the tools we have on hand don't seem to be capable of disentangling id's this way yet.
Describe alternatives you've considered
Abandoning any code that performs this sin in the mainline or out.
Additional context
Example:
vs
The text was updated successfully, but these errors were encountered: