[WIP] "QuickChat" in game vgs styled chatbox.. (On hold)

Discussion in 'Mod Discussions' started by maxpowerz, December 8, 2013.

  1. maxpowerz

    maxpowerz Post Master General

    Messages:
    2,208
    Likes Received:
    885
    Waiting for raevn to release the floating window framework mod :)

    QuickChat

    This mod will add a popup box with link to send quick messages.
    The box will have a tabbed menu, the tab will be something like this
    • Basic Chat list
    • Taunt list
    Basic Chat List
    Yes
    No
    Help me
    Attack
    Defend
    Incomming tanks
    Incoming bots
    Incoming Air
    Incoming Commander

    Taunt List
    blah
    blah
    blah



    I have attached a HTML demo of my menu.
    Download the Quickchat.zip unpack it and run the Quickchat.html. it will show you what the ChatBox will be like when i implement it :)
    It's currently a tabbed drop-down styled menu (im not using those colors and im removing the gradient).
    When Raevn has finished the floating window framework i will start work on implementing the QuickChat box.

    Attached Files:

    Last edited: December 9, 2013
  2. proeleert

    proeleert Post Master General

    Messages:
    1,681
    Likes Received:
    1,656
    I'll take a look tomorrow.
    Should be possible.

    Can you already give your List of Taunts / Phrases you want to send ?
    maxpowerz likes this.
  3. maxpowerz

    maxpowerz Post Master General

    Messages:
    2,208
    Likes Received:
    885
    --edited--
    added to first post..
    Last edited: December 9, 2013
  4. proeleert

    proeleert Post Master General

    Messages:
    1,681
    Likes Received:
    1,656
    Just put the html in the js file in following format
    Code:
    $('body').append(
    '<div id='quickchat'>' +
    'lalala <b>lalala</b>' +
    '<div/>'
    );
    
    Last edited: December 8, 2013
    maxpowerz likes this.
  5. maxpowerz

    maxpowerz Post Master General

    Messages:
    2,208
    Likes Received:
    885
    i was forgetting the +
    i'll try again .. lol
    Last edited: December 9, 2013

Share This Page