This mod implements the Hide and Seek game mode as a GSC modification for Modern Warfare 2, based on the IW4x mod.
 
 
 
Go to file
Icedream 388ccfbee0 Fix helpful hints to be only shown once in a round.
It turns out localized strings can not be used reliably in context of array indexing (or even debug printing). Here we switch to hardcoded strings ("name") in order to manage the "already seen hints" array.
2016-04-08 18:53:44 +02:00
ap Initial commit. 2016-04-02 19:40:56 +02:00
english/localizedstrings Use "lower message" for the prerelease timer for hiders. 2016-04-08 18:12:22 +02:00
german/localizedstrings Use "lower message" for the prerelease timer for hiders. 2016-04-08 18:12:22 +02:00
maps/mp Fix helpful hints to be only shown once in a round. 2016-04-08 18:53:44 +02:00
spanish/localizedstrings Use "lower message" for the prerelease timer for hiders. 2016-04-08 18:12:22 +02:00
ui_mp Replace "class" script menu to allow disabling the "choose class" button. 2016-04-07 17:38:56 +02:00
.gitignore Add linux script to generate z_svr_hns.iwd package. 2016-04-07 17:40:43 +02:00
LICENSE.txt For now put this under AGPLv3. 2016-04-02 20:31:10 +02:00
build_iwd.sh Fix build_iwd.sh. 2016-04-07 18:56:36 +02:00