Text Wrap!

Discussion in 'Archived: Plugin Requests' started by JTR1988, Apr 4, 2011.

  1. Offline

    JTR1988

    Anyway to implement text wrap into this game? You know, when you reach the end of a chat line, it moves part of the last word down to the next line. Just can be annoying at times.
     
  2. Offline

    Kevin Forte

    Sweet lord I hope this is possible. +5,000
     
  3. Offline

    beecub

    Not server side.
    Its client side.
    There is already mod doing this. Improved Chat (Google: 20 Seconds :) )
     
  4. Offline

    JTR1988

    Oh wow, Improved Chat does a lot. Will the effects of this work online though?
     
  5. Offline

    mindless728

    this can be done server side, whenever anything is sent to the client you have to parse it yourself, nd this can be done since no matter the screen res, the chat line is the same length of characters
     
  6. Offline

    retsrif

    Um... it isn't client. Well it is, but can also be done server. Analyze the pixel width of each character, then make sure that whatever exceeds the limit of the line is sent to the next.
     
  7. Offline

    JTR1988

    Anybody up for the challenge?
     
  8. Offline

    contex

Share This Page