Results 1 to 4 of 4

Thread: [cod4] rank icons

  1. #1
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts

    [cod4] rank icons

    Hey all
    Im trying to overwrite cod4 rank icons and adding new ranks, however the game seems to ignore my mp/rankicontable.csv and mp/rankTable.csv files (at least the client does) (they are built into the .ff as stringtable,rankTable and stringtable,rankicontable)

    is this even possible?
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  2. #2
    Brigadier General
    Join Date
    Oct 2012
    Posts
    994
    Thanks
    20
    Thanked 588 Times in 388 Posts
    Quote Originally Posted by IzNoGoD View Post
    Hey all
    Im trying to overwrite cod4 rank icons and adding new ranks, however the game seems to ignore my mp/rankicontable.csv and mp/rankTable.csv files (at least the client does) (they are built into the .ff as stringtable,rankTable and stringtable,rankicontable)

    is this even possible?
    Yep, it's possible. Many many people have done it. Post your rankTable.csv file

    Edit - did you actually mean:

    Code:
    stringtable,ranktable
    ? Because it should be:

    Code:
    stringtable,mp/rankTable.csv
    Last edited by Tally; 2nd March 2015 at 17:46.

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

    kung foo man (3rd March 2015)

  4. #3
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    Quote Originally Posted by Tally View Post
    Yep, it's possible. Many many people have done it. Post your rankTable.csv file

    Edit - did you actually mean:

    Code:
    stringtable,ranktable
    ? Because it should be:

    Code:
    stringtable,mp/rankTable.csv
    Ye i changed this and it worked.

    Weird though that the .ff packer didnt give any errors...

    Result: http://social.xfire.com/video/633397
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  5. #4
    Brigadier General
    Join Date
    Oct 2012
    Posts
    994
    Thanks
    20
    Thanked 588 Times in 388 Posts
    I am surprised because, normally, if you don't at least include what type of file it is - in this case .CSV - the linker_mp throws an error.

    Anyway, at least you got it sorted.

Posting Permissions

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