Request To Server Admins

ReBootReBoot Join Date: 2004-05-26 Member: 28931Members
<div class="IPBDescription">Subject: Plugins</div> Please put your plugins in the server's name or somewhere else I can read it.
Reason: sometimes, I just want to have a clear game. I mean, the game that was created by the NS-team. I don't want screenspam ("... killed you with ... and has ... hp left") and I want to know what I'll have to deal with. While the rotating medikit on the armory is useless polygons, the electrified IP sux. I like sneaking actions as a skulk and being killed by an ip is stupid. On the marine's side, if I am too stupid to forget the base defence, I'll loose anyway.

Comments

  • VampMasterVampMaster Join Date: 2003-03-16 Member: 14585Members
    you forgot to say that this is your opinion...

    Some servers have lots of plugin and I don't want to take 5 minutes to read a name of servers.

    a lot of plugin are good (IMO the best at the moment is the cheesy wave respawn in CO)
  • ReBootReBoot Join Date: 2004-05-26 Member: 28931Members
    The only thing I request is to KNOW what game I am about to play. And I've never seen many plugins that affect the gameplay/game balance at time.
  • napinapi Join Date: 2003-03-01 Member: 14172Members, Constellation
    there is a fairly short limit in the length of a server name... listing plugins isn't always viable - much easier would be to find the clan / community / person that owns the server on irc, forums or website, and just ask them <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->
  • wascally_wabbitwascally_wabbit Join Date: 2003-09-09 Member: 20701Members
    When you join the server, they usually list the plugins in your console when you join.

    Another useful tool is to go into a server and type "meta list". It'll give you a list of all currently running metamod plugins.

    I'm not sure what the commands are to view the currently running AMX/adminmod scripts though...
  • CypherCypher Join Date: 2003-03-16 Member: 14579Members
    why not just become a reg on a server...Find a server without all that and stay on it...
  • ReBootReBoot Join Date: 2004-05-26 Member: 28931Members
    While connecting, I have no console, only the progress bar.
    Thanks, I will remember meta list.

    If a server I like is already full, I have to look for another one anyway.
  • l3igDl3igD Join Date: 2003-11-20 Member: 23262Members
    I hate servers with all those stupid plugins that change how NS is played. This is a beta test. How are we spose to test it when people make plugins that change who NS is played?
  • CheesyPetezaCheesyPeteza Join Date: 2002-11-24 Member: 9784Members, NS1 Playtester, Constellation
    All my plugins have public cvars you can see in HLSW etc. If you don't like a particular one set ASE or something to not show servers running them. Here is the code I use to show all the servers running my plugins in ASE:

    <!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->1    if nsafk_version > "0" goto 52
    2    if hiveccstatus_version > "0" goto 52
    3    if delwp_version > "0" goto 52
    4    if alienupginfo_version > "0" goto 52
    5    if forcejoin_version > "0" goto 52
    6    if teamres_version > "0" goto 52
    7    if structurepara_version > "0" goto 52
    8    if amx_lerklift_version > "0" goto 52
    9    if lerkvelocityfix_version > "0" goto 52
    10   if cheesysrespawn_version > "0" goto 52
    11   if amx_nsstatusbar_version > "0" goto 52
    12   if amx_lockedspectate_version > "0" goto 52
    13   if bhdetector_version > "0" goto 52
    14   if amx_unstuck_version > "0" goto 52
    15   if waypointsfix_version > "0" goto 52
    16   if resbalancer_version > "0" goto 52
    17   if extralevels_version > "0" goto 52
    51   remove
    <!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
  • billcatbillcat Join Date: 2002-11-02 Member: 4903Members, Constellation
    edited June 2004
    <span style='color:red'>***NUKED.*** Remain polite and civil at <i>all</i> times. -Talesin</span>
  • ReBootReBoot Join Date: 2004-05-26 Member: 28931Members
    Thanks <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->
  • ShockehShockeh If a packet drops on the web and nobody&#39;s near to see it... Join Date: 2002-11-19 Member: 9336NS1 Playtester, Forum Moderators, Constellation
    <!--QuoteBegin-CheesyPeteza+Jun 9 2004, 12:18 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (CheesyPeteza @ Jun 9 2004, 12:18 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> All my plugins have public cvars you can see in HLSW etc. If you don't like a particular one set ASE or something to not show servers running them. Here is the code I use to show all the servers running my plugins in ASE:

    <!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->1    if nsafk_version > "0" goto 52
    2    if hiveccstatus_version > "0" goto 52
    3    if delwp_version > "0" goto 52
    4    if alienupginfo_version > "0" goto 52
    5    if forcejoin_version > "0" goto 52
    6    if teamres_version > "0" goto 52
    7    if structurepara_version > "0" goto 52
    8    if amx_lerklift_version > "0" goto 52
    9    if lerkvelocityfix_version > "0" goto 52
    10   if cheesysrespawn_version > "0" goto 52
    11   if amx_nsstatusbar_version > "0" goto 52
    12   if amx_lockedspectate_version > "0" goto 52
    13   if bhdetector_version > "0" goto 52
    14   if amx_unstuck_version > "0" goto 52
    15   if waypointsfix_version > "0" goto 52
    16   if resbalancer_version > "0" goto 52
    17   if extralevels_version > "0" goto 52
    51   remove
    <!--c2--></td></tr></table><div class='postcolor'><!--ec2--> <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    And Cheesy's plugins own anyway <!--emo&:D--><img src='http://www.natural-selection.org/forums/html//emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /><!--endemo-->
  • CommunistWithAGunCommunistWithAGun Local Propaganda Guy Join Date: 2003-04-30 Member: 15953Members
    <!--QuoteBegin-VampMaster+Jun 8 2004, 06:41 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (VampMaster @ Jun 8 2004, 06:41 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> you forgot to say that this is your opinion...

    Some servers have lots of plugin and I don't want to take 5 minutes to read a name of servers.

    a lot of plugin are good (IMO the best at the moment is the cheesy wave respawn in CO) <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    You are joking right? They change the spawn system, then make the time limits 45+ minutes, when COMBAT IS MEANT TO BE 5-10 MINUTES. I always thought they called it "Cheesy" because it was stupid
  • MilitaryPoliceMilitaryPolice Join Date: 2003-10-12 Member: 21623Members
    Well In my opinion the wave spawn is better. Why? because if all of one team is attacking the other team's hive/cc in combat and you only spawn one at a time.. well guess what.. game over. At least with wave spawn it gives you the chance pushing them back and heal your hive/cc and attack.
    Also when you wave spawn you have your whole team, and you can plan/coordinate an attack via mic. I Dont like games where you just spawn and shoot something die and everything starts over...
    Well thats just my opinion...

    Oh and about the whole naming plugins in the server:
    There are alot of servers without plugins, it shouldnt take more then 2 mins to find a good one and just become a regular of it.
    Besides alot of plugins are useful such as:
    Hive/cc health display in combat
    Phase EQ (auto drops ammo and meds upon request)
    Night vision (for those very dark maps)
    Waypoints fix
    Unchain teh chambers (allows you to drop any chamber but lets you choose one ability per hive)
    Unstuck (when you get stuck in something)
    store (stores weapons in armslab instead of having it all over the place)
    As well as plugins to fix MvM maps


    Of course there are alot of non useful plugins.
  • Cpt_KrunchCpt_Krunch Join Date: 2003-08-22 Member: 20077Members
    <!--QuoteBegin-CommunistWithAGun+Jun 9 2004, 10:58 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (CommunistWithAGun @ Jun 9 2004, 10:58 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> <!--QuoteBegin-VampMaster+Jun 8 2004, 06:41 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (VampMaster @ Jun 8 2004, 06:41 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> you forgot to say that this is your opinion...

    Some servers have lots of plugin and I don't want to take 5 minutes to read a name of servers.

    a lot of plugin are good (IMO the best at the moment is the cheesy wave respawn in CO) <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    You are joking right? They change the spawn system, then make the time limits 45+ minutes, when COMBAT IS MEANT TO BE 5-10 MINUTES. I always thought they called it "Cheesy" because it was stupid <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    Screwing the spawn and putting an artificial constraint on the game ( timelimit ) is a sign that the gameplay is flawed.


    Just put everything as it was before, and remove hability to heal hive and CC


    VOILA !!! no more long game AND no more ENDLESS WAITING TO SPAWN

    HOW SIMPLE !!
Sign In or Register to comment.