Results 1 to 6 of 6

Thread: [Cod4]Scoreboard Columns Modify

  1. #1
    ... connecting
    Join Date
    Mar 2018
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    [Cod4]Scoreboard Columns Modify

    Hello guys!
    I wanna ask for help, how is it possible to modify the scoreboard columns, like Kills --> Bounces, Deaths --> FPS?
    If anyone got idea, feel free to share it! :P

    regards

  2. #2
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,010
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    I've seen an attempt to just replace the .menu and setting the custom data via cvars (lots of \n in it, to simulate columns). And that might even be the most dynamic one.

    Or just change the titles in .menu and hack up the "score sending code" in the binary.
    timescale 0.01

  3. The Following User Says Thank You to kung foo man For This Useful Post:

    kubislav23 (4th March 2018)

  4. #3
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    It's not in a menu, it's in a .str file inside the localizedstrings folder.
    "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:

    kung foo man (3rd March 2018)

  6. #4
    ... connecting
    Join Date
    Mar 2018
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Thanks for replies, i've tried the localizedstrings files, but thats not work. That sounds the most logical solution, but which string file?

  7. #5
    ... connecting
    Join Date
    Mar 2018
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Found the solution!
    If anyone wants to do something like this, i share it:

    in localizedstrings/cgame.str (for ex.)

    add the following lines:

    REFERENCE SB_KILLS <--this is the scoreboard line ( there are more: SB_DEATHS, SB_ASSISTS etc...)
    LANG_ENGLISH "Text what scoreboard write instead of kills"

    Hope i could help!
    Have a nice day!

  8. #6
    ... connecting
    Join Date
    Aug 2018
    Posts
    8
    Thanks
    0
    Thanked 1 Time in 1 Post
    Quote Originally Posted by kung foo man View Post
    Or just change the titles in .menu and hack up the "score sending code" in the binary.

    Hey, google came up with this topic and i am wondering how to change the scoreboard binary.

    I hope it's fine to ask my question here even when it's not exactly about changing the titles.

    What i want to do is to disable the scoreboard, but when i add a close to the onOpen part in the menu it is still visible for a moment.
    Any idea how to avoid that?

Tags for this Thread

Posting Permissions

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