ssypchenko / cs2-gungame

GunGame mode on Counter Strike Sharp
MIT License
23 stars 4 forks source link

[IMPROVEMENT] Use proper arms race game mode and type #5

Closed stonenightcode closed 10 months ago

stonenightcode commented 10 months ago

Is there any reason why you recommend using the casual gamemode and gametype?

There is already an arms race gamemode and type implemented and documented by valve but you only have a knife there (without your plugin). It works nice at least (with your plugin). Is there any reason you don't use game_mode 0 with game_type 1 like documented here?

https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive/Game_Modes

ssypchenko commented 10 months ago

The reason to use the GunGame plugin instead of the standard Armsrace mode is that we can't change anything in Armsrace. In the GunGame Plugin you can:

stonenightcode commented 10 months ago

Alright thanks this makes sense to me 😃