Launcher icon indicating copy to clipboard operation
Launcher copied to clipboard

[Suggestion] Additional command line flags for modpack generator

Open dj3520 opened this issue 9 years ago • 3 comments

I'd like to suggest 2 additional command line flags to the modpack manifest generator to allow a bit of extra usability, one for ignoring the url.txt files to allow debugging or for a LAN party configuration to quickly be made in conjunction with my second suggestion. The second would only update the manifest and not output the files, allowing a change in the configuration to be easily done (change optional features and download links, etc.)

The second could already be done I suppose on linux systems by outputting to /dev/nul but I primarily use Windows machines. Perhaps they could be --nooutput and --update-only though other opinions are welcome.

dj3520 avatar Feb 11 '16 05:02 dj3520

For #1: use -Dcom.skcraft.builder.ignoreURLOverrides=true before -cp

sk89q avatar Feb 11 '16 14:02 sk89q

before cp? and does it need double dashes?

dj3520 avatar Feb 11 '16 20:02 dj3520

It needs to be before the main class more specifically. Single dash.

sk89q avatar Feb 11 '16 23:02 sk89q