|
楼主 |
发表于 2005-6-16 01:34:17
|
显示全部楼层
来自 中国–北京–北京–海淀区
Release V1.1.0o (7th June 2005)
Changes
Added {SERVERHOST} to token list that can be used in adverts
Changed how sounds are played so that environments such as tunnels do not affect them (you may notice they are slightly louder)
Added trigger sounds for the following events: -
Join Server
Round Start (CSS Only)
Round End (CSS only)
Vote Start
Vote End
Restricted Weapon buy attempt (CSS only)
Menu Selection
Menu Exit
The sounds can be modified in the new file actionsoundlist.txt, the new sounds are stored in sound/admin_plugin/actions/
//
// actionsoundlist.txt
//
// Place all your action sounds in this file
//
// This file uses aliases to define
// the sound name, they must not be altered !!!
//
// The second part on each line is the location
// and name of the file itself. You can change
// this to be wherever you want.
//
// In the example below I have commented out
// joinserver, roundstart and roundend. If you
// uncomment joinserver a sample I made will
// be played upon connection to a server. You will
// probably get bored with this quickly so replace
// it with your own
//
// Samples "joinserver.mp3", "startyourvoting.mp3" and
// "endofvote.mp3" were made by me (Mani) using FruityLoops
// and a nice VST plugin synth. The rest are from the
// core HL2 server installation.
//
//"joinserver" admin_plugin/actions/joinserver.mp3
"votestart" admin_plugin/actions/startyourvoting.mp3
"voteend" admin_plugin/actions/endofvote.mp3
//"roundstart" admin_plugin/actions/roundstart.mp3
//"roundend" admin_plugin/actions/roundend.mp3
"restrictedweapon" admin_plugin/actions/restrictedweapon.wav
"menuselect" admin_plugin/actions/menuselect.wav
"menuexit" admin_plugin/actions/menuexit.wav
Added a new cvar called mani_mute_con_command_spam specifically for Matties script users to remove client in game spam for certain commands.
Added a new webshortcut menu system, typing favourites in the client console or in game will bring up the menu.
Added two new entries in the english.cfg file for the webshortcut menu system.
Added a new server console only command called ma_msay that allows a menu to be rendered via Matties Event Scripts (Only for CSS and amx style menus). The format for this command is: -
ma_msay <time> <player> <message>
Time is in seconds, if you specify 0 the menu will stay up permantently until a number key is pressed.
Player is as standard player id's used in other commands.
Message is formatted as normal, to insert a line break use \n
Examples: -
ma_msay 10 "Mani" Your Stats\n.\nMani you've been killed yet again !!
ma_msay 0 #ALL Notice\n.\nThe server will be rebooted in 5 minutes
The following cvars are now publicly visible (hopefully) to hlsw.
mani_nextmap (cannot be changed and should not be in mani_server.cfg)
mani_admin_plugin_version (cannot be changed and should not be in mani_server.cfg)
mani_tickrate (cannot be changed and should not be in mani_server.cfg)
mani_reserve_slots (Can be changed and is in mani_server.cfg)
Fixed ma_psay logging not writing a line break.
Updated ma_say and ma_chat to have either (ALL) or (CHAT) next to log entries
Fix an issue around user votekick & voteban
Fix mapcyle.txt file missing causing problems if the mapcycle.txt file is missing or empty.
Fix 'Did not find player being shown' in server console when using say command
Fix build map vote admin flag not working correctly
Fix stats mode not going into non-steam mode correctly causing player stats not to be logged.
New CVar in mani_server.cfg
// **********************************************
// **********************************************
// New for V1.1.0o
// **********************************************
// **********************************************
// New cvar for removing spam from certain ma_ commands into the client screen. For the Mattie Events scripts people.
//
mani_mute_con_command_spam 0 // Set to 0 for normal mode, set to 1 for spam removal.
New translations in this version, YOU MUST UPDATE YOUR ENGLISH.CFG FILE !!!!
// **********************************************
// New in V1.1.0o Web shortcut menu
// **********************************************
// Initial message for Escape style menus
00770;;Press ESC to choose a web shortcut
// Menu title
00771;;Choose a web shortcut to show
Files changed from V1.1.0n
mani_admin_plugin.dll
mani_admin_plugin_i486.so
mani_server.cfg (new cvar)
actionsoundlist.txt (new file)
english.cfg (new translation)
joinserver.mp3
startyourvoting.mp3
endofvote.mp3
restrictedweapon.wav
menuselect.wav
menuexit.wav
Download Link
From this point on (V1.1.0o) all patch files will be patches from the previous release which in this case is V1.1.0n
Patch File
Patch version CS Source
http://www.mani-admin-plugin.com/mani_admin_plugin/v1_1_0o/mani_admin_plugin_v1_1_0o_cssource_patch.zip
Full version CS Source
http://www.mani-admin-plugin.com/mani_admin_plugin/v1_1_0o/mani_admin_plugin_v1_1_0o_cssource.zip
Patch version HL2 Deathmatch
http://www.mani-admin-plugin.com/mani_admin_plugin/v1_1_0o/mani_admin_plugin_v1_1_0o_hl2mp_patch.zip
Full version HL2 Deathmatch
http://www.mani-admin-plugin.com/mani_admin_plugin/v1_1_0o/mani_admin_plugin_v1_1_0o_hl2mp.zip
Documentation
http://www.mani-admin-plugin.com/mani_admin_plugin/documentation/mani_admin_plugin.html
Mani |
|