Tool Steam Workshop batch file

Discussion in 'Starbound Modding' started by gigatoni, Jul 30, 2016.

  1. gigatoni

    gigatoni Void-Bound Voyager

    I find it easier to make a bat file inside the workshop directory and do this:
    Code:
    for /D %%i in (*.*) do echo "../mods/%%i", >>folderlist.txt
    it generates a file that looks like this:
    this way you just have to copy the lines in the file to the config. The "script" I wrote is in batch and works on all windows computers, without having to install anything :)
     
    Last edited: Aug 1, 2016
  2. Dunto

    Dunto Guest

    I've moved your posts into a new thread as the other thread is specifically for discussing that tool, not a discussion about Steam Workshop mod handling methods in general.
     
    gigatoni likes this.

Share This Page