Results 1 to 4 of 4

Thread: COD 2 quickmessage menu modding

  1. #1
    ... connecting
    Join Date
    May 2020
    Posts
    2
    Thanks
    2
    Thanked 0 Times in 0 Posts

    COD 2 quickmessage menu modding

    Hi everyone,
    I wanted to modding my server's quickmessage menu. I want to add some extre sounds to the quickresponse . I got the files for it: the /soundaliases, the /sounds and in the /ui_mp folder with the new wm_quickmessage.menu, also in the /ui_mp/scriptmenus the new quickresponses.menu, quickresponses2.menu. I put them into an iwd file then uploaded it to the server /main folder. In the game, pressing the "v", the quickmessage menu shows int the right place and works fine, but pressing "3" (responses), the responses quickmessage opens, but from here the "quickresponses2" doesn't work. I checked the loading files in the console and i saw, that the ui_mp/scriptmenus folder was not loaded from my iwd file, only from the "original game's" ui_mp folder. What should i do to make it work/make it load from my iwd? Should i add to the iwd some more file, if yes, what kind of?
    Last edited by Boocer; 21st May 2020 at 15:07.

  2. #2
    Private
    Join Date
    Apr 2020
    Posts
    66
    Thanks
    28
    Thanked 14 Times in 13 Posts
    The client need to download the sounds also to work.

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

    Boocer (22nd May 2020)

  4. #3
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    You need to precache them in maps/mp/gametypes/_quickmessages.gsc

    Then you need to handle the input from them at the bottom of maps/mp/gametypes/_menus.gsc and send that along to the _quickmessages file, where you will then need to handle the actual input.

    Good luck.
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  5. The Following User Says Thank You to IzNoGoD For This Useful Post:

    Boocer (22nd May 2020)

  6. #4
    ... connecting
    Join Date
    May 2020
    Posts
    2
    Thanks
    2
    Thanked 0 Times in 0 Posts
    Thank you! I'll look up them.

Posting Permissions

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