Results 1 to 6 of 6
  1. #1
    Senior Member PitBull76's Avatar
    Join Date
    Mar 2013
    Posts
    856

    No credit for kills on waterfront

    I am not getting credit for any of the kills I make on Waterfront. I received credit for about half of them the last time I played it, but then when checking my goals they were all deleted again.

    I should have easily completed the "Any port in a storm" goal by now but obviously that is impossible without getting credit for kills.

  2. #2
    I'm having the same issue with Waterfront. After every round it will show how many kills I got for the previous round. So if I go 5 kills it will say 5/25 towards the goal. The next round if I get 4 kills then it will reset to 4/25. Nothing is added, just the total kills is lost and replaced each round.

  3. #3
    Junior Member
    Join Date
    Apr 2013
    Posts
    3

    Same issue but for all of the competitive maps

    I have the same issue, waterfront stopped working for my pursuits but on the other map I went 14/4 and 11/6 and it says I have 6 total kills. I basically can only do PVP for contracts until its fixed. I don't know a way around it

  4. #4
    Junior Member
    Join Date
    Apr 2013
    Posts
    14
    I'm having same issue with the other pvp maps.counters just keep resetting when I go into another match.

  5. #5
    Junior Member
    Join Date
    Mar 2013
    Posts
    16
    I only know a little bit of C++ programming, but I imagine whatever the game is coded with is somewhat similar. I seems like the problem is just a simple omission from a programming line.
    (let "sum" be the total number of kills and "current" be the number gained in the match) If the line reads:
    sum = current
    then it's gonna overwrite the sum number every time, however, if the line reads:
    sum += current
    it should add the current value to the sum value and store it.

    I haven't read all the posts about this issue (cause there are way too many), but so far I've seen a lack of response concerning this one. I understand that server stability issues are more important, cause if we can't get online, we don't have to worry about kill tallies, but this one seems like a fairly easy fix. Also didn't see it listed in the patch notes for the upcoming patch.

  6. #6
    It's now the 20th and we've heard nothing? do the makers not care about their gamers?

Posting Permissions

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