STEAM_WORKSHOP creator
lwf
4 projects across 1 game, 2.9k downloads in total.
- Projects
- 4
- Game
- 1
- Downloads
- 2.9k
- Last shipped
- 13 y ago
- No motion blurDisables the motion blur for aliens when upgraded to celerity. Update: This functionality is now included in Better NS2. Note: As usual the mod must be whitelisted by the server you're playing on for the mod to take effect. Ask your server admin to allow modifications of "shaders\Celerity.screenf...2.3k downloadsupdated 14 y ago
- No tracersDisables the first person tracer rounds introduced in beta build 224 for marine weapons. You can still see tracers fired by other players since this is useful as alien. Update: This functionality is now included in Better NS2. Note: NS2 does not yet properly support client code mods due to the co...429 downloadsupdated 14 y ago
- Better MenuBetter Menu is: --- a/GUIMainMenu.lua +++ b/GUIMainMenu.lua @@ -101,7 +101,14 @@ function GetNumServerReservedSlots(serverIndex) end function GetServerPlayerSkill(serverIndex) - return GetServerTagValue(serverIndex, "P_S") or 0 + local rawSkill = GetServerTagValue(serverIndex, "P_S") or 0 + local...204 downloadsupdated 13 y ago
- bns2dev31 downloadsupdated 14 y ago