1. If you have a problem and need help, create a new thread with a title that briefly describes the problem.
    Do not use titles like 'Help!' or 'I have a problem!'
    Dismiss Notice
  2. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

Chat position

Discussion in 'General Help' started by DSSCRA, Nov 7, 2012.

  1. DSSCRA

    DSSCRA Builder Stabber

    Messages:
    6
    Might seem kinda trivial but I was wondering if there was a way to move chat to the bottom of the screen I had it that way until I redownloaded to update, not sure how though. (also on a side note what was the command that makes deaths get shown in chat I had it on before I redled)
     
  2. jackitch

    jackitch :(){ :|: & };: Global Moderator Donator Tester
    1. SharSharShar - [SHARK]

    Messages:
    249
    Both changes can be made in your Base/Scripts/autoconfig.gm file.

    To change the location of the chat console to the bottom, edit line 65:

    Code:
    global cc_valign = 2; // Vertical alignment of console 0-top, 1-middle, 2-bottom.
    To make deaths visible in the chat, edit line 66:

    Code:
    global cc_killfeed = 1; // Show kill feed in chat console?
     
    inactive_account and DSSCRA like this.
  3. DSSCRA

    DSSCRA Builder Stabber

    Messages:
    6
    Thanks jackitch.