Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.

New CommandLineOption to load development mods only #3

Open
MKelm opened this issue Nov 7, 2015 · 2 comments
Open

New CommandLineOption to load development mods only #3

MKelm opened this issue Nov 7, 2015 · 2 comments
Labels
Milestone

Comments

@MKelm
Copy link

MKelm commented Nov 7, 2015

Can you add a command line option to start the client with development mods only?
(without changing the mod settings (enabled/disabled))

e.g. --mods-in-development

It would improve my mod development workflow.

[Option("mods-in-development")] public bool ModsInDevelopment { get; set; }
for file, CommandLineOptions.cs

if (!(isDevelopment && option.ModsInDevelopment) || !isDevelopment) if (!isDevelopment && !isEnabled && File.Exists(binBuildPath)) continue;
for file, ModLoader.Main.cs

@ikkentim
Copy link
Member

ikkentim commented Nov 7, 2015

Sounds like a good idea 👍 Will look into it

@ikkentim
Copy link
Member

ikkentim commented Dec 3, 2015

This hasn't been implemented in v1.2.0 yet because of the whole overhaul related to the new mod loading method. This will be implemented in a future version of the client.

@ikkentim ikkentim added this to the v1.4 milestone Jan 19, 2016
@ikkentim ikkentim modified the milestones: v1.4.1, v1.4 Feb 26, 2016
@ikkentim ikkentim modified the milestones: v1.4.1, v2.x Apr 20, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants