Using HLSW With Natural Selection 3.2 Beta 2
Because the “Mod Directory” for Natural Selection 3.2 Beta versions has changed from ns to nsp, HLSW no longer detects it as Natural Selection. There’s a really simple fix for this.
In your HLSW cfg directory (Usually C:\Program Files\HLSW\cfg) there is a file called Games.cfg. You need to open that file in notepad and scroll down to line 972 and you will see:
['ns'] = { ['Name'] = ‘Natural Selection’;
['Acronym'] = ‘NS’; ['Icon'] = 1292;
['IconName'] = ‘IDI_GAMETYPE_HL_NS’;
};
Directly after that, add:
['nsp'] = { ['Name'] = ‘Natural Selection Beta’;
['Acronym'] = ‘NS’; ['Icon'] = 1292;
['IconName'] = ‘IDI_GAMETYPE_HL_NS’;
};
Once you save the file, and open HLSW, you will see that it now detects Natural Selection Beta servers as Natural Selection, and not HL-MOD.