Server Op Icon...again

2»

Comments

  • SphynxSphynx Join Date: 2005-03-12 Member: 44995Members
    This is an image of the vgui folder for NS, just for reference and to make sure its correct, bla bla bla,

    <a href='http://www.geocities.com/compguy777333/images/untitled.jpg' target='_blank'>http://www.geocities.com/compguy777333/images/untitled.jpg</a>
  • DepotDepot The ModFather Join Date: 2002-11-09 Member: 7956Members
    edited March 2005
    <!--QuoteBegin-Sphynx+Mar 15 2005, 03:22 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Sphynx @ Mar 15 2005, 03:22 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> This is an image of the vgui folder for NS, just for reference and to make sure its correct, bla bla bla,

    <a href='http://www.geocities.com/compguy777333/images/untitled.jpg' target='_blank'>http://www.geocities.com/compguy777333/images/untitled.jpg</a> <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    I have to wonder if maybe the filenames are incorrect in your vgui folder. My skulk is named 640_skulk and your skulk is named 640_skulk.tga, whereas tga is the filetype and shouldn't be a part of the name. <!--emo&???--><img src='http://www.unknownworlds.com/forums/html/emoticons/confused-fix.gif' border='0' style='vertical-align:middle' alt='confused-fix.gif' /><!--endemo-->
  • BrackharBrackhar Santa Monica Join Date: 2003-10-26 Member: 22004Members, Constellation, Reinforced - Onos
    edited March 2005
    Sphynx, you're not alone. I had this exact same problem with the icons plugin and made a long post on the modns forums about it (I'll add the link once modns comes back up). The plugin simply would not work on my server. Five days ago we moved from one box to another and did a direct copy of all of our configuration files, and on the new server it worked instantly. I think there is a more underlying problem with this plugin than we are all suspecting.

    Nonetheless, I'll do what I can. Here are my pertinant configuration files.

    Server.cfg:
    <!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->
    // This file must be used as your server config file.
    // The best way to do this is using the servercfgfile
    // command from the console. example: "rcon servercfgfile calns.cfg"
    // then "rcon changelevel " will change the map
    // and load the new config.
    //
    // After your match is over you can set it back to your original
    // server.cfg with this command "rcon servercfgfile server.cfg"
    // If you have questions direct them to the CAL-NS administrator
    // any changes or updates to this file will be found on the web page
    // <a href='http://www.caleague.com' target='_blank'>http://www.caleague.com</a>

    //---------------------- Changeable Options -----------------

    hostname "FR31NS FTW - www.fr31ns.com"
    exec "addons/amxmodx/configs/amxx.cfg"

    rcon_password "**************"
    mp_timelimit 10

    // Must specify sv_region, or it won't show up in Steam server browser
    // 0: US East coast
    // 1: US West coast
    // 2: South America
    // 3: Europe
    // 4: Asia
    // 5: Australia
    // 6: Middle East
    // 7: Africa
    sv_region 1

    violence_hgibs 0
    violence_agibs 0
    allow_spectators 1 //If an admin joins to spec, let them
    decalfrequency 30
    pausable 0
    deathmatch 1
    coop 0
    edgefriction 2

    max_queries_sec "-1"
    max_queries_sec_global "-1"
    max_queries_window "-1"

    //General tuning and league-specific settings
    sv_spectatormaxspeed 1000
    sv_unlag 1
    sv_maxunlag 0.4
    sv_unlagsamples 1
    sv_unlagpush 0
    sv_allowupload 1
    sv_allowdownload 1
    sv_minrate 2000
    sv_maxupdaterate 40
    sv_minupdaterate 20
    sv_maxrate 10000
    sv_maxspectators 3 //1 for admin, 1 hltv
    sv_timeout 60 //If a client has no ack for 60 seconds, dump him/her. That's lagout
    sv_spectalk 0
    sv_voiceenable 1
    sv_alltalk 0 
    sv_maxspeed 4000
    sv_clienttrace 3.5
    sv_sendvelocity 1
    sv_aim 0
    sv_cheats 0
    sv_proxies 0
    sv_team1damagepercent 100
    sv_team2damagepercent 100
    sv_lan 0

    mp_tournamentmode 0
    mp_friendlyfire 0
    mp_drawdamage 0
    mp_assert 0
    mp_authicons 0
    mp_countdowntime .2
    mp_latejointime 1.5
    mp_logdetail 0
    mp_falldamage 1
    mp_killdelay 3
    mp_votedowntime 180
    mp_votecasttime 2
    mp_votepercentneeded .5
    mp_minvotesneeded 3
    mp_mapvoteratio .6
    mp_blockscripts 0
    mp_spawninvulnerabletime 0
    mp_limitteams 1
    mp_autoconcede 4
    mp_footsteps 1
    mp_logfile 1 //Absolutely critical. If your server doesn't log, expect to lose disputes 
    mp_consistency 0
    mp_timeleft 0
    mp_flashlight 1
    mp_chattime 10
    mp_uplink 1
    mp_combattime 20
    mp_blockscripts 0

    mp_serverops "STEAM_0:0:204777; STEAM_0:1:894483; STEAM_0:1:413890; STEAM_0:1:330480; STEAM_0:1:1123930; STEAM_0:1:399052; STEAM_0:0:80615; STEAM_0:1:74481; STEAM_0:1:702206; STEAM_0:0:151598; STEAM_0:0:12696; STEAM_0:1:1125481; STEAM_0:0:4716394"
    sv_voicecodec voice_speex
    sv_voicequality 2
    sv_downloadurl "http://fr31ns.slosoft.com/"

    mapchangecfgfile server.cfg

    //DEVELOPMENT NOTE: Stuff required to put be in Autoexec.cfg
    //fullserverinfo
    //log on
    <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->

    Metamod plugins.ini
    <!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->
    linux addons/amxmodx/dlls/amxmodx_mm_i386.so
    <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->

    amxx.cfg
    <!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->
    // AMX Configuration File
    echo Executing AMX Mod X Configuration File

    // Default access for all non admin players (see users.ini for access details)
    amx_default_access "z"

    // Name of setinfo which should store a password on a client (you should change this)
    // (Example: setinfo _pw "password")
    amx_password_field "_pw"

    // Mode of logging to a server
    // 0 - disable logging, players won't be checked (and access won't be set)
    // 1 - normal mode which obey flags set in accounts
    // 2 - kick all players not on list
    amx_mode 1

    // Show admins activity
    // 0 - disabled
    // 1 - show without admin name
    // 2 - show with name
    amx_show_activity 2

    // Frequency in seconds and text of scrolling message
    amx_scrollmsg "Welcome to FR31NS -- This is a no cursing server" 600

    // Center typed colored messages (last parameter is a color in RRRGGGBBB format)
    //amx_imessage "Welcome to %hostname%" "000255100"
    //amx_imessage "This server is using AMX Mod X\nVisit <a href='http://www.amxmodx.org"' target='_blank'>http://www.amxmodx.org"</a> "000100255"
    amx_imessage "www.fr31ns.com" "000100255"

    // Frequency in seconds of colored messages
    amx_freq_imessage 180

    // Set in seconds how fast players can chat (chat-flood protection)
    amx_flood_time 0.75

    // Amount of reserved slots (for more details see comments in a plugin source)
    amx_reservation 2

    // Displaying of time remaining
    // a - display white text on bottom
    // b - use voice
    // c - don't add "remaining" (only in voice)
    // d - don't add "hours/minutes/seconds" (only in voice)
    // e - show/speak if current time is less than this set in parameter
    //amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
    amx_time_display ""

    // Announce "say thetime" and "say timeleft" with voice
    amx_time_voice 0

    // Minimum delay in seconds between two voting sessions
    amx_vote_delay 15

    // How long voting session goes on
    amx_vote_time 15

    // Display who votes for what option
    amx_vote_answers 0

    // Some ratios for voting success
    amx_votekick_ratio 0.55
    amx_voteban_ratio 0.55
    amx_votemap_ratio 0.55
    amx_vote_ratio 0.55

    // Max. time to which map can be extended
    amx_extendmap_max 90

    // Step for each extending
    amx_extendmap_step 15

    //If you set this to 0, clients cannot chose their language
    amx_client_languages 1

    // Plugin Debug mode
    // 0 - No debugging (garbage line numbers)
    // 1 - Plugins with "debug" option in plugins.ini are put into debug mode
    // 2 - All plugins are put in debug mode
    // Note - debug mode will affect JIT performance
    amx_debug 1

    amx_idle_time 180
    amx_idle_min_players 8
    <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->

    amxx plugins.ini
    <!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->
    ; AMX Mod X plugins

    ; Admin Base - Always one has to be activated
    admin.amxx  ; admin base (required for any admin-related)
    ;admin_sql.amxx  ; admin base - SQL version (comment admin.amxx)

    ; Basic
    admincmd.amxx  ; basic admin console commands
    adminhelp.amxx  ; help command for admin console commands
    adminslots.amxx  ; slot reservation
    ;multilingual.amxx ; Multi-Lingual management

    ; Menus
    menufront.amxx  ; front-end for admin menus
    cmdmenu.amxx  ; command menu (speech, settings)
    plmenu.amxx  ; players menu (kick, ban, client cmds.)
    telemenu.amxx  ; teleport menu (Fun Module required!)
    ;mapsmenu.amxx  ; maps menu (vote, changelevel)

    ; Chat / Messages
    adminchat.amxx  ; console chat commands
    antiflood.amxx  ; prevent clients from chat-flooding the server
    scrollmsg.amxx  ; displays a scrolling message
    imessage.amxx  ; displays information messages
    adminvote.amxx  ; vote commands

    ; Map related
    nextmap.amxx  ; displays next map in mapcycle
    ;mapchooser.amxx  ; allows to vote for next map
    timeleft.amxx  ; displays time left on map

    ; Configuration
    pausecfg.amxx  ; allows to pause and unpause some plugins

    ; NS Specific plugins
    ;idlekicker.amxx  ; kicks idle players
    nscommands.amxx  ; extra commands for Natural-Selection
    unstuck.amxx  ; Free stuck players (engine & ns modules required!)

    ; Custom - Add 3rd party plugins here
    icons.amxx
    teamres.amxx
    <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->

    icons.conf
    <!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->
    ; example config file
    ; -
    ; for support/help: <a href='http://www.amxmodx.org/forums/viewtopic.php?t=6010' target='_blank'>http://www.amxmodx.org/forums/viewtopic.php?t=6010</a>


    ; specific SteamIDs

    ; show some love for the author, give him the pirate icon! <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin-fix.gif' border='0' style='vertical-align:middle' alt='biggrin-fix.gif' /><!--endemo-->  (feel free to remove it)
    STEAM_0:1:3076 pirate999
    ; STEAM_0:0:374 :yellowop:
    STEAM_0:0:3076 pirate999

    ; access groups

    ; rcon - green server op
    l :op:
    STEAM_0:1:894483 :redop:

    ; amx_ban, etc - yellow server op
    d :yellowop:

    ; amx_alien, etc (team commands) - blue server op
    t :blueop:

    ; reserved slot - yellowish hive
    ;b greyhive829

    <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->

    This a lot of information, yes, but I hope your answer is in here somewhere. I'm currently running AMXX 1.01 and Metamod 1.17.4p20 on NS 3.01. Let me know if you need any additional information.

    -Brackhar
  • DaddyFoxDaddyFox Join Date: 2005-01-07 Member: 33514Members
    edited March 2005
    I have no idea what's wrong with u both. I have no that happen. I had misstake once. typed the wrong plugin name on the plugins.ini. when I move all plugins from b5 to 3.0. everything fine. Anyway. is that tga files from the default?
  • SphynxSphynx Join Date: 2005-03-12 Member: 44995Members
    edited March 2005
    Thanks guys, ill copy over those config files and just modify the names of server, steam ids, etc and see if i can get it running. The ones that came with it are, i wont include the numbers before but, armory, command, gorge, grayalies, greyhive, greyoc, hive, lerk, medpack, minihive, minimine, minioc, onos, pirate, skulk, turret. What is the sv_url thing, by the way
  • DepotDepot The ModFather Join Date: 2002-11-09 Member: 7956Members
    Did you even see my reply noting your mis-named files?
  • SphynxSphynx Join Date: 2005-03-12 Member: 44995Members
    An option in windows is to show file extensions, thats all I have, I think thats what you are refering to. also just for fun, could somebody post their icons.amxx and ill put it on just to see if perhaps i got a corrupt one.
  • DepotDepot The ModFather Join Date: 2002-11-09 Member: 7956Members
    edited March 2005
    Icons.amxx attached. <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html/emoticons/wink-fix.gif' border='0' style='vertical-align:middle' alt='wink-fix.gif' /><!--endemo-->

    Attachment edited (amxx replaced with sma).
  • SphynxSphynx Join Date: 2005-03-12 Member: 44995Members
    edited March 2005
    Okay, I attempted to use your icons.amxx but there is a slight problem. When i load the server and do amxx plugins, it is getting a bad load. What I did was disable all the other 3rd party plugins and enabled all the modules. Still, it didn't work. I checked the console and did amxx plugins again and at the bottom it states
    Load failes: Invalid Plugin (plugin "icons.amxx"). Feels like one problem after the other, my guess is soemthing like a compile error or it was compiled with another version of amxx? I have no idea at this point but this icons.amxx leaves me hopeful because when i went to replace the other icons.amxx, the one you gave me was considerably larger. I think it was about .6kb larger.

    Thanks for your help

    - Sphynx
  • DepotDepot The ModFather Join Date: 2002-11-09 Member: 7956Members
    <!--QuoteBegin-Sphynx+Mar 15 2005, 07:03 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Sphynx @ Mar 15 2005, 07:03 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Okay, I attempted to use your icons.amxx but there is a slight problem. When i load the server and do amxx plugins, it is getting a bad load. What I did was disable all the other 3rd party plugins and enabled all the modules. Still, it didn't work. I checked the console and did amxx plugins again and at the bottom it states
    Load failes: Invalid Plugin (plugin "icons.amxx"). Feels like one problem after the other, my guess is soemthing like a compile error or it was compiled with another version of amxx? I have no idea at this point but this icons.amxx leaves me hopeful because when i went to replace the other icons.amxx, the one you gave me was considerably larger. I think it was about .6kb larger.

    Thanks for your help

    - Sphynx <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    The version I gave you came directly from my server, so we know it works.
    Are you AMX Mod X? IF so what version? I am on AMX Mod X v1.00 with Metamod 1.17.4, and the AMX Mod X v1.01 ns module.
  • SphynxSphynx Join Date: 2005-03-12 Member: 44995Members
    AMX Mod X 1.01
    Metamod 1.17.4
    NS module v1.01

    and it says [21] unknown unknown unknown icons.amxx bad load

    Gah, WTH, this is **** me off
  • DepotDepot The ModFather Join Date: 2002-11-09 Member: 7956Members
    We are running 2 different versions of AMX Mod X.
  • SphynxSphynx Join Date: 2005-03-12 Member: 44995Members
    Do you know what version of icons.amxx that you have is? Maybe I can find the same one and download it. I know i went through several pages and they kept changing it and addint this and that, that's why i came to the conclusion perhaps my version was a faulty one or it wasn't working with anything. If you have the origional .sma file maybe its just a compiling difference between the two versions of amx, if you dont have the sma or a link thats fine, a version # would be great. Thnx for all of your help, hopefully this will do the trick, if not im going to shoot the server computer and be done with it <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin-fix.gif' border='0' style='vertical-align:middle' alt='biggrin-fix.gif' /><!--endemo--> . It's not even like having icons next to your name is a big deal, im just a person that likes to keep going until its figured out, and this is def a challenge thats bugging the heck out of me.

    thnx again

    -Sphynx
  • DepotDepot The ModFather Join Date: 2002-11-09 Member: 7956Members
    Edited above post to attach sma.
  • SphynxSphynx Join Date: 2005-03-12 Member: 44995Members
    Thanks Depot, you're a king. Ill let you know how it goes. With any luck i wont need to edit the script, seems i have to do that with every other plugin. I have had to learn the programming language just to compile the stupid things, lol. Oh well, im all about learning new things. Thnx again









    - Sphynx
  • DepotDepot The ModFather Join Date: 2002-11-09 Member: 7956Members
    <!--QuoteBegin-Sphynx+Mar 15 2005, 08:32 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Sphynx @ Mar 15 2005, 08:32 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Thanks Depot, you're a king. Ill let you know how it goes. With any luck i wont need to edit the script, seems i have to do that with every other plugin. I have had to learn the programming language just to compile the stupid things, lol. Oh well, im all about learning new things. Thnx again









    - Sphynx <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    The sma I gave you requires no editing. <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html/emoticons/wink-fix.gif' border='0' style='vertical-align:middle' alt='wink-fix.gif' /><!--endemo-->
  • BorisBoris Join Date: 2002-12-30 Member: 11636Members
    Not too make this any worse, but when I tried loading 1.01 on my server the other day, it just crashes (HLDS just seems to quit after it gets to loading the map configuration - just before it says how many admins it loaded from file)...I did edit some plugins like I did for my 1.00 install, but it's weird, I'll have to look into it more.

    I updated the metamod module at the same time (to 1.17.4p20), but I tried both the old and new. Just couldn't get the new 1.01 install to work (mind you, this could be because of my editing of some plugins, etc, so don't go freaking out over this.).

    All I want to say about this is...I'm still running amxx 1.00. Are the rest of you that have icons working running the latest amxx?

    And one other thing, I suggest commenting out all the stuff in the icons file EXCEPT for the one to do with your steam id. Just to avoid any errors that way.

    So just a recap on what I just blabbed on about:
    1) I run 1.00 w/ latest NS module and MetaMod 1.17.4p20 right now...
    2) Are others running 1.01 and have icons working? and what MetaMod do you run?
    3) I suggest having ONLY the "STEAM_0:0:1234567 pirate999" line in icons.conf

    Hope we can resolve this soon...
  • BrackharBrackhar Santa Monica Join Date: 2003-10-26 Member: 22004Members, Constellation, Reinforced - Onos
    Boris, I'm running AMXX 1.01 and Metamod 1.17.4p20, and I have icons working. Check my earlier post for my config.

    Sphynx, can you do me a favor? Post the contents of your core.ini file in your AMXX configs folder and also type out the directory structure of your addons folder like so:

    addons/
    addons/amxmodx/
    addons/amxmodx/configs
    ...

    etc.

    -Brackhar
  • SphynxSphynx Join Date: 2005-03-12 Member: 44995Members
    Okay guys, I have some new information.......IT WORKS. Here is what I did in case anybody was wondering. The .amxx file was still not loading properly so i took the sma file that Depot was kind enough to post again and compiled it with my version of amxx and behold, it functions. Once I saw that the .amxx file got a bad load i either figured it was the module or the plugin. Thanks Depot for posting the .sma file, it was the plugin all along. It was beautiful, seeing that little pirate next to my name, *sobs*
    Thanks again for everybodys help, if you were having the same trouble try using the Sma file Depot posted.





    - Sphynx
  • DepotDepot The ModFather Join Date: 2002-11-09 Member: 7956Members
    <!--QuoteBegin-Sphynx+Mar 16 2005, 07:49 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Sphynx @ Mar 16 2005, 07:49 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->Okay guys, I have some new information.......IT WORKS.  Here is what I did in case anybody was wondering.  The .amxx file was still not loading properly so i took the sma file that Depot was kind enough to post again and compiled it with my version of amxx and behold, it functions.  Once I saw that the .amxx file got a bad load i either figured it was the module or the plugin.  Thanks Depot for posting the .sma file, it was the plugin all along.  It was beautiful, seeing that little pirate next to my name, *sobs*
    Thanks again for everybodys help, if you were having the same trouble try using the Sma file Depot posted. 





    - Sphynx<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    Well that is super man, I am happy for you! Somehow, somewhere, someway your sma got corrupted.

    <b>AMX Mod X v1.01:</b> Just say NO! <b>Metamod v1.17.14p20:</b> Just say NO!
    You <i>may</i> have <i>either</i> of the above installed, and you <i>may</i> even have limited success, but I recommend staying with AMX Mod X v1.00, Metamod v1.17.4, and installing the <a href='http://www.amxmodx.org/downloads.php' target='_blank'>Natural Selection Addon</a> package (the latter is mandatory). From the AMX Mod X website,
    <!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->Small Update Release + Downtime Mar 13, 2005 00:51
    We've released a quick patch to the core DLL (amxmodx_mm). This fixes a problem where running Metamod-p could cause AMX Mod X to crash when using modules. If you're not running Metamod-p, there is no reason to get these updates.

    For more information about the problem, click here, or to get the downloads, visit the downloads page and update your base package, or download the binaries attached to this post. Thanks to evilspy for quickly diagnosing and fixing the problem. <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    *sigh* The modNS.org Forums are still down (48 hours plus now) so I am starting a seperate thread in this forum for plugin issues.
Sign In or Register to comment.