Small app to change player names in a SC2 replay.

Useage ReplayNameChange.exe replay_name orginal_name1 new_name1 original_name2 new_name2

For example, you have a replay named Replay.sc2Replay with 2 players foo1 and foo2. You want to change the player names to bar1 and bar2. The command line would be:

ReplayNameChange.exe Replay.Sc2Replay foo1 bar1 foo2 bar2