No Scores Mod.
voogru
Naturally Modified (ex. NS programmer) Join Date: 2002-10-31 Member: 1827Members, Retired Developer, NS1 Playtester, Contributor, Constellation
This is a small dll that prevents scores from showing on the alien team, This is currently better than the way i do it in my own server (in my own server i simply reset the death count and frag count, so there was always 0 frags and 0 deaths. Now i figured how to simply block the numbers from showing at all) And team score works unlike in my server where the teamscore would always be 0.
This is a metamod plugin, right now its only for win32, the source is included so you can compile it on linux for you linux junkies. (And since i cant compile on linux since i have no linux box)
There is only 1 cvar, nsa_feature_noscores, its default to 1
The readme is really simple, if you cant figure it out then i dont know what to tell you, if someone compiles this for linux please send me the binaries so i can include them in the zip.
Download: <a href='http://www.voogru.net/www/noscores.zip' target='_blank'>http://www.voogru.net/www/noscores.zip</a>
Please post any problems that you have with it, i didnt spend much time testing it at all. (Tho when i did test it, it works flawlessly)
This is a metamod plugin, right now its only for win32, the source is included so you can compile it on linux for you linux junkies. (And since i cant compile on linux since i have no linux box)
There is only 1 cvar, nsa_feature_noscores, its default to 1
The readme is really simple, if you cant figure it out then i dont know what to tell you, if someone compiles this for linux please send me the binaries so i can include them in the zip.
Download: <a href='http://www.voogru.net/www/noscores.zip' target='_blank'>http://www.voogru.net/www/noscores.zip</a>
Please post any problems that you have with it, i didnt spend much time testing it at all. (Tho when i did test it, it works flawlessly)
Comments
Updated to show the team scores...
I don't like being able to see the individual kill/death counts for the aliens though.
NS is aimed to teamplay, and this helps out a bit more...
Thres no "<b>I</b>" in NS. <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' valign='absmiddle' alt='tounge.gif'><!--endemo-->
Personally this is something I wish the dev team would include officially. Even though I don't mean to, when I play alien i find myself checking the score and subconsciously playing to get the most kills not to benefit the team the most (even though they often go hand in hand).
NS is aimed to teamplay, and this helps out a bit more...
Thres no "<b>I</b>" in NS. <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' valign='absmiddle' alt='tounge.gif'><!--endemo--><!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
Public rambo with welder, shotty and jetpack owns j00! <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin.gif' border='0' valign='absmiddle' alt='biggrin.gif'><!--endemo-->
but thats only public when the whole team is noobish and u feel like ff on.......
That can be fixed easily tho, Its just if the player is that desperate to look at his score then so be it.
Edit: forgive me for all these updates, now scores wont show when they do status command (they show but they are all 0)
<a href='http://www.voogru.net/www/noscores.zip' target='_blank'>http://www.voogru.net/www/noscores.zip</a>
NS is aimed to teamplay, and this helps out a bit more...
Thres no "<b>I</b>" in NS. <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' valign='absmiddle' alt='tounge.gif'><!--endemo--><!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
Natural Select<b>i</b>on. <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' valign='absmiddle' alt='tounge.gif'><!--endemo-->
Good work voogru. <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html/emoticons/wink.gif' border='0' valign='absmiddle' alt='wink.gif'><!--endemo-->
I think a linux complier would probobly be included with your version of linux somewhere (might not be any good however, if it don't work have a look on the web for a better one) because linux rocks <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' valign='absmiddle' alt='tounge.gif'><!--endemo--> /me needs to get myself a sexeh linux box too
PS. but seriously I don't really have a clue either... it might not be as simple as I say, I've never done it before...
Cool......good work!
gcc dllapi.cpp voogru_api.cpp vutil.cpp h_export.cpp engine.cpp -I../dlls -I../engine -I ../includes -I ../common -I ../metamod -shared -onoscores.so
Should create a noscores.so in src/dlls, which you should put into metamod/dlls and add to your plugins.ini....
Voogru: there are versions of gcc available for windows that you could use to get the compile command for the linux users. Try the following link, if you'd like a version(WinZIP self-extractor, contains gcc, make, etc. This way, you could attempt to make a Makefile <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' valign='absmiddle' alt='tounge.gif'><!--endemo-->):
<a href='ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/mingw32/gcc-2.95.2/gcc-2.95.2-msvcrt.exe' target='_blank'>ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-...95.2-msvcrt.exe</a>
If you want, I could give you a SSH account on my server that you could use to test compiles as well...
(ShingyBoy: I think they're at ns.voogru.net, ns2.voogru.net, and ns3.voogru.net ... Good luck getting in <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' valign='absmiddle' alt='tounge.gif'><!--endemo-->)