Solved Changing chat size?

Discussion in 'Rust Discussion' started by martinskoen19, Jan 17, 2016.

  1. Hello Oxide community, iam in the matters of modding a server and building up a rust community and right now i would love if i could change the font size abit smaller in the General chat!

    So my question is simply, can i change the chat font size permanently :) ?

    Regard's martin
     
  2. BetterChat should be able to do this.
    In the config file you can just surround the Formatting section with <size=8></size>, changing the 8 to your desired value.

    For example:
    Code:
      "admin": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "<size=8>{Title} {Name}<color={TextColor}>:</color> {Message}</size>",
        "NameColor": "#DCFF66",
        "Permission": "admin",
        "Rank": 3,
        "TextColor": "white",
        "Title": "[Owner]",
        "TitleColor": "red"
      },
    
    I have not tested this, but there is no reason as to why it would not work.
     
  3. ah okay thx for the reply i will try that, i just formatted Chathandler to my likings and it didnt have that option, ill try BetterChat, thx :)
    [DOUBLEPOST=1453048692][/DOUBLEPOST]Quick and easy to switch over to betterchat and easy to change the size thx for the help - now i have another question, can i change the Text size from my server message ? i have scheduled messages on my hosted server, theyre all colored diffrently using normal html color tags, i gues. but didnt work with the size tag. Any suggestions ? :)
     
    Last edited by a moderator: Jan 17, 2016
  4. this solution is not working for me
    [DOUBLEPOST=1458139237][/DOUBLEPOST]never mind,, operator error,, it works