Modding Discussion player config?

Discussion in 'Starbound Modding' started by skannerz22, Aug 31, 2015.

  1. skannerz22

    skannerz22 Big Damn Hero

    where is it
    i already have the assets unpacked but still can\t find it
     
  2. The | Suit

    The | Suit Agent S. Forum Moderator

    in the root unpack.
    If its not there you didn't let it finish unpacking.
     
  3. skannerz22

    skannerz22 Big Damn Hero

  4. lazarus78

    lazarus78 The Waste of Time

    Needlessly complex. Don't understand why it needs a timeout condition... likely your problem.

    This works. Just put in the win32 or win64 folder and run it.
    Code:
    @echo off
    echo [   ] Unpacking ..\assets\packed.pak into ..\assets\unpacked\
    echo [   ] Hold on to your butts...
    start /wait /min .\asset_unpacker.exe ..\assets\packed.pak ..\assets\unpacked
    echo Done.
    pause
    
     
  5. The | Suit

    The | Suit Agent S. Forum Moderator

    lazarus78 likes this.

Share This Page