Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Chat postions

  1. #1
    Lieutenant Loveboy's Avatar
    Join Date
    Nov 2012
    Posts
    546
    Thanks
    229
    Thanked 72 Times in 46 Posts

    Chat postions

    Hello Guys, somebody know where I can find this? cg_hudChatPosition
    I want to do an other chat postion.
    And an other question: can I change the postions where the iprintln comes (also the guy who killed somebody with the weapon)?

  2. #2
    Brigadier General
    Join Date
    Oct 2012
    Posts
    994
    Thanks
    20
    Thanked 588 Times in 388 Posts
    Quote Originally Posted by Loveboy View Post
    Hello Guys, somebody know where I can find this? cg_hudChatPosition
    I want to do an other chat postion.
    And an other question: can I change the postions where the iprintln comes (also the guy who killed somebody with the weapon)?
    cg_hudChatPosition is in [mod folder]players/config_mp.cfg

    As for the position of iprintln, when you change the chat position, iprintln will move with it.

    However, the obituary notice (you killed/were killed by) is controlled by the engine, and without libcod it cannot be changed (it can be changed in COD4, because they kindly put all such things into hud.menu, and you can change where the notices are made on the screen).
    Last edited by Tally; 18th December 2013 at 15:38.

  3. The Following User Says Thank You to Tally For This Useful Post:

    kung foo man (18th December 2013)

  4. #3
    Lieutenant Loveboy's Avatar
    Join Date
    Nov 2012
    Posts
    546
    Thanks
    229
    Thanked 72 Times in 46 Posts
    Can't I modify it for all players?

  5. #4
    Brigadier General
    Join Date
    Oct 2012
    Posts
    994
    Thanks
    20
    Thanked 588 Times in 388 Posts
    Quote Originally Posted by Loveboy View Post
    Can't I modify it for all players?
    What? Please specify.

  6. #5
    Lieutenant Loveboy's Avatar
    Join Date
    Nov 2012
    Posts
    546
    Thanks
    229
    Thanked 72 Times in 46 Posts
    I can find only on my folder C:\Program Files (x86)\Activision\Call of Duty 2\mods\testserver the folder players. I want that all players have another chat position. So I have to change it in my FTP Server.
    Can I change it there?

  7. #6
    Brigadier General
    Join Date
    Oct 2012
    Posts
    994
    Thanks
    20
    Thanked 588 Times in 388 Posts
    Quote Originally Posted by Loveboy View Post
    I can find only on my folder C:\Program Files (x86)\Activision\Call of Duty 2\mods\testserver the folder players. I want that all players have another chat position. So I have to change it in my FTP Server.
    Can I change it there?
    No, you will have to force the dvar change on all players. Create a function to handle client dvars, and make the changes there.

  8. #7
    Lieutenant Loveboy's Avatar
    Join Date
    Nov 2012
    Posts
    546
    Thanks
    229
    Thanked 72 Times in 46 Posts
    Hmmm I don't understand this / I don't know how to do it. It should be easy?

  9. #8
    Private
    Join Date
    Jun 2013
    Posts
    70
    Thanks
    20
    Thanked 32 Times in 26 Posts
    hi
    u can add this in ur tdm.gsc in the playerconnect function not tested but should work

    self setClientCvar("cg_hudChatPosition", "200 450");


    ok i just tested it and it works but u need this command too
    its the input position self setClientCvar("cg_hudSayPosition", "200 420");
    the other is the output
    Last edited by vanfreddy; 18th December 2013 at 16:43.

  10. The Following User Says Thank You to vanfreddy For This Useful Post:

    Loveboy (18th December 2013)

  11. #9
    Lieutenant Loveboy's Avatar
    Join Date
    Nov 2012
    Posts
    546
    Thanks
    229
    Thanked 72 Times in 46 Posts
    Thank you vanfreddy, but the blue background if you write, it's on the left, can I change this position too? And can I change the postion of iprintln (also the position where is who killed somebody)?

  12. #10
    Private
    Join Date
    Jun 2013
    Posts
    70
    Thanks
    20
    Thanked 32 Times in 26 Posts
    i believe u can change iprintln position but im not sure and what u mean with blue backround?the who killed who(obituary) cant be changed without third party but u can block it with //obituary and make ur own

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •