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

Feature Request: Command Line option to compile merge mod #417

Closed
DropTheSquid opened this issue Jun 9, 2024 · 1 comment
Closed

Feature Request: Command Line option to compile merge mod #417

DropTheSquid opened this issue Jun 9, 2024 · 1 comment
Labels
enhancement New feature or request Needs validation Feature is implemented and needs testing and/or feedback
Milestone

Comments

@DropTheSquid
Copy link

M3 is able to do a few things based on a command line params, such as installing a mod or booting a game. It would be really great if we could extend this to handle some of the file drag/drop operations as well, so that they can be used in automating the building of mods. Some things I can do programmatically using LEC code, such as compiling/decompiling TLK and coalesced files. But some functionality is specifically in M3, such as compiling merge mods, so this is one I am particularly interested in. The alternative is to do this part of the mod assembly manually (what I have been doing so far) or directly reference/copy the M3 code, which could lead to out of date/invalid mods. I would rather M3 handled it.

So, more specifically, I would love to have a new CLI command for M3 that takes in a json file path and attempts to compile an m3m bundle from it, same as if I had dropped that json file onto the program.

The same could be done for other drag/drop operations, but compiling a merge mod is most important to me. Thanks!

@Mgamerz Mgamerz added this to the 9.0 milestone Jun 9, 2024
@Mgamerz Mgamerz added the enhancement New feature or request label Jun 9, 2024
@Mgamerz Mgamerz added the Needs validation Feature is implemented and needs testing and/or feedback label Jun 12, 2024
@Mgamerz
Copy link
Member

Mgamerz commented Jul 10, 2024

Implemented in 9.0

@Mgamerz Mgamerz closed this as completed Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Needs validation Feature is implemented and needs testing and/or feedback
Projects
None yet
Development

No branches or pull requests

2 participants