1. I've looked all over and can't find anything on this.

    I have the launch parameters there with the URL server.headerimage "http://i63.tinypic.com/2148kye.png" ect..
    that doesn't show it so then I type in server console server.headerimage "http://i63.tinypic.com/2148kye.png"

    The thing is, that works and it displays it once typed in console, BUT, if the server restarts the image doesn't show, so then I have to type in console every time I restart it.

    Anyone know why it's not permanently staying?
     
  2. Wulf

    Wulf Community Admin

    Entering commands into the server console are not persistent; you need to enter them in your startup script or server.cfg file.
     
  3. There in my startup script. Screenshot
    I'll try in my cfg file.

    EDIT: Done. Worked, Thanks @Wulf
     
    Last edited by a moderator: Oct 12, 2016
  4. Just noticed if you write.cfg it removes it.
     
  5. Wulf

    Wulf Community Admin

    Did you add it to serverauto.cfg or server.cfg? The server.writecfg command will not read an existing config that may have been manually modified, it just writes what the server has stored in memory.