Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change exporting to "packs" instead of cars directly #257

Open
WhistleWiz opened this issue Nov 13, 2024 · 0 comments
Open

Change exporting to "packs" instead of cars directly #257

WhistleWiz opened this issue Nov 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@WhistleWiz
Copy link
Contributor

This would change cars from being exported directly to instead being wrapped in a pack ScriptableObject. Doing so would decouple the mod info from being in the car itself to being completely separate, and would allow including extra files in a cleaner way.

The major reason for doing this change is to be able to include multiple cars in the same mod easily, while at the same time reducing the resources required. This is especially useful for steam locomotives as you could export the loco and the tender together, or for wagon packs that share resources (like WoTiger's Gmhs).

An example from the Car Changer mod:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: To do
Development

No branches or pull requests

1 participant