TwitchPlaysBF2 / GameDataReader

NuGet library providing simple access to game settings. Reading data from games like Battlefield 2 - i.e. to access player data from BF2 specific .con configuration files. Open to extension.
https://www.nuget.org/packages/GameDataReader
MIT License
2 stars 1 forks source link

Add support for Battlefield 1942, Vietnam and 2142 #3

Closed cetteup closed 2 years ago

cetteup commented 2 years ago

Added support for reading name only for Battlefield 1942 and Vietnam, since these don't support clan tags/prefixes. Battlefield 2142 gets supported with name + prefix, since it is almost identical to Battlefield 2.

Changes

Let me know if there's anything about the new structure that needs to be changes (I am mostly clueless with C# after all).

TwitchPlaysBF2 commented 2 years ago

Thanks for the big contribution! Very nice refactorings/base extractions. The structure is good! Top notch integration.

I'm committing some minor cleanups after merging the PR, which are mainly just taste preferences.

Thank you! 🚀