Search results

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
  1. xerusf

    Disable update nag on traditional launcher

    Okay, I constructed a very brittle workaround, only for Linux running X: java -jar "$(locate -n 2 -r 'FTB.*aunch.*.jar$')" --disable-news & sleep 3 && xdotool key KP_Space You need to install xdotool in case you are interested. The script starts FTB Launcher in the background and press Space...
  2. xerusf

    Disable update nag on traditional launcher

    Just found out that the launcher does have some command line flags which can be determined by running it with --help - even a flag to automatically start a modpack, yei! But even there, the dialog blocks it from launching the modpack... Is the code open-source somewhere? Then I can likely fix...
  3. xerusf

    Disable update nag on traditional launcher

    Since I like playing the older modpacks, I still use the old launcher. However, every time I start it I get the notification telling me to download the new launcher. It would be great to have a config option (don't check for launcher updates) or simply a button "Don't remind me again". A...