gamedig / rust-gamedig

Game Server Query Library.
https://crates.io/crates/gamedig
MIT License
38 stars 11 forks source link

Add matching aliases for node-gamedig games #98

Closed Douile closed 11 months ago

Douile commented 11 months ago

What is this feature about? Some games (like garrysmod) are stored in the game definitions under a key (which was derived from the source file name) which differs from the key that was used in node-gamedig. It would be useful if there was either an alias in game definitions that matched the node-gamedig name or if the keys were changed to match node-gamedig.

Additional context/references List of node-gamedig games

CosminPerRam commented 11 months ago

We could just rename the keys to match node-gamedig. I wouldn't want to have in game definitions as #38 (the games part of that pr) could solve this as well (having a key in the game definition).