Version: 2.4.4
Updated on: 2012-06-04 21:24:59
by DanielB File Name: am-2.4.4.zip
File Size: 8600 bytes
(View Zip Contents)
Version Notes: Stopped HL2:DM popuplib fix runnning for popuplib2 Download this version
Version: 2.4.3
Updated on: 2012-04-07 02:51:53
by DanielB File Name: addon_manager-2.4.3.zip
File Size: 8865 bytes
(View Zip Contents)
Version Notes: Updated German translations (Thanks [b]SpeedFreak[/b])
Updated Danish translations (Thanks [b]TheCheeTaH[/b] and [b]Tyjuji[/b]) [ and it only took me 1.5 years to notice this one! ] Download this version
Version: 2.4.2
Updated on: 2010-09-18 23:19:26
by DanielB File Name: addon_manager-v2.4.2.zip
File Size: 30733 bytes
(View Zip Contents)
Version Notes: Added German translations
fixed an am_load error Download this version
Version: 2.4.1
Updated on: 2010-08-28 20:14:35
by DanielB File Name: addon_manager-v2.4.1.zip
File Size: 29207 bytes
(View Zip Contents)
Version Notes: Quick fix Download this version
Version: 2.4.1
Updated on: 2010-08-28 20:03:23
by DanielB File Name: addon_manager-v2.4.1.zip
File Size: 29250 bytes
(View Zip Contents)
Version Notes: Added Danish translations - Thanks TheCheeTaH Download this version
Version: 2.4.0
Updated on: 2010-08-28 06:50:08
by DanielB File Name: addon_manager.zip
File Size: 27734 bytes
(View Zip Contents)
Version Notes: Added langlib support
Added English translation Download this version
Version: 2.3.1
Updated on: 2010-01-17 22:27:45
by DanielB File Name: Addon_manager-2.3.1.zip
File Size: 6712 bytes
(View Zip Contents)
Version Notes: Cleaned up addon_manager.py
Changed Syntax for addon_manager/manager (am_control)
Old syntax is still supported, though updating is recommended [it will just attempt fix your syntax]
Syntax changes:
[list]
[*][b]am_control include[/b] statements are no longer required
[*]To add a rule to an addon, you must use the [b]manage[/b] subcommand. eg
[syntax="eventscripts"]
am_control manage gungame map de_dust2
am_control manage gungame players >3
// so, where you would have done
am_control gungame players >3 // OK - but only supported for legacy (may not be supported in future)
// you'd now do
am_control manage gungame players >3 // Great! This syntax will always be supported
// Though the old style is still supported
[/syntax] Download this version
Version: 2.3.0
Updated on: 2010-01-13 22:51:53
by DanielB File Name: Addon_manager_2-3-0.zip
File Size: 6197 bytes
(View Zip Contents)
Version Notes: Added ExceptHook error file check (optional)
replaced '/' -> os.sep Download this version
Version: 2.2.4
Updated on: 2009-09-05 07:32:02
by DanielB File Name: addon_manager_2.2.4.zip
File Size: 22945 bytes
(View Zip Contents)
Version Notes: Removed some debug messages Download this version
Version: 2.2.3
Updated on: 2009-08-06 06:06:43
by DanielB File Name: addon_manager_2.2.3.zip
File Size: 22997 bytes
(View Zip Contents)
Version Notes: Possible fix for HL2:MP users Download this version
Version: 2.2.2
Updated on: 2009-08-03 18:01:16
by DanielB File Name: addon_manager_2.2.2.zip
File Size: 22481 bytes
(View Zip Contents)
Version Notes: addon_manager/manager fix Download this version
Version: 2.2.2
Updated on: 2009-08-03 02:50:02
by DanielB File Name: addon_manager_2.2.2.zip
File Size: 22475 bytes
(View Zip Contents)
Version Notes: Changed addon_manager/manager slightly Download this version
Version: 2.2.2
Updated on: 2009-07-16 00:20:29
by DanielB File Name: addon_manager_2.2.2.zip
File Size: 22309 bytes
(View Zip Contents)
Version Notes: Fixed load error if am_alpha (alphabetical sorting) was enabled. Download this version
Version: 2.2.1
Updated on: 2009-07-01 03:13:34
by DanielB File Name: addon_manager.zip
File Size: 6337 bytes
(View Zip Contents)
Version Notes: Error fix Download this version
Version: 2.2
Updated on: 2009-06-26 10:32:37
by DanielB File Name: addon_manager.zip
File Size: 9184 bytes
(View Zip Contents)
Version Notes: Fixed Auth Error (when using inbuilt)
Added setting to sort addons alphabetically (see settings.cfg) Download this version
Version: 2.0.2
Updated on: 2009-06-14 04:13:27
by DanielB File Name: addon_manager_2.0.2.zip
File Size: 20893 bytes
(View Zip Contents)
Version Notes: Fixed Error Download this version
Version: 2.0.1
Updated on: 2009-06-12 21:23:10
by DanielB File Name: addon_manager_2.0.1.zip
File Size: 20890 bytes
(View Zip Contents)
Version Notes: fixed load error Download this version
Version: 2.0
Updated on: 2009-06-11 04:35:13
by DanielB File Name: addon_manager_2.0.zip
File Size: 20876 bytes
(View Zip Contents)
Version Notes: Improved Parser
File parsing now optional (Improves speed)
Configuration file Download this version
Version: 1.5
Updated on: 2009-04-22 02:32:58
by DanielB File Name: addon_manager_1.5.zip
File Size: 13898 bytes
(View Zip Contents)
Version Notes: Added "exclude" to am_control Download this version
Version: 1.5
Updated on: 2009-04-20 03:44:11
by DanielB File Name: addon_manager_1.5.zip
File Size: 13621 bytes
(View Zip Contents)
Version Notes: Added manager
To enable the manager, after [b]es_load addon_manager[/b], add the line [b]es_load addon_manager/manager[/b] Download this version
Version: 1.4
Updated on: 2009-01-29 02:19:40
by DanielB File Name: addon_manager_1.4.zip
File Size: 9042 bytes
(View Zip Contents)
Version Notes: added am_load command
If one of the scripts you have doesn't have addon info, you can load it using Addon Manager to give it info! Simply replace the es_load scriptname in your autoexec with
[syntax="es"]am_load scriptname "Real name" "Author" "version"
// for example..
am_load gungame4 "GunGame 4" "cagemonkey" "4.0.96 RC1"
[/syntax] Download this version
Version: 1.3
Updated on: 2009-01-22 23:32:50
by DanielB File Name: addon_manager_1.3.zip
File Size: 7773 bytes
(View Zip Contents)
Version Notes: Parser Update:
For python addons, now supports info.* and info[*] Download this version
Version: 1.2.1
Updated on: 2009-01-21 20:54:20
by DanielB File Name: addon_manager_1.2.1.zip
File Size: 7065 bytes
(View Zip Contents)
Version Notes: Temporary fix to parse error Download this version
Version: 1.2
Updated on: 2009-01-12 01:34:01
by DanielB File Name: addon_manager_1.2.zip
File Size: 6713 bytes
(View Zip Contents)
Version Notes: added mani support for admins (untested)
to activate this feature, change line 2 from:
[syntax="python"]use_mani_auth = 0 #change this to 1 to get auth from mani's clients.txt[/syntax]
to
[syntax="python"]use_mani_auth = 1 #change this to 1 to get auth from mani's clients.txt[/syntax]
Known issues - Will only use admins who are in clients.txt when the addon loads. Any admins added after it has loaded will not be authed. Either restart the server or reload the addon for them to gain auth. Download this version
Version: 1.1.2
Updated on: 2009-01-10 19:55:19
by DanielB File Name: addon_manager_1.1.2.zip
File Size: 6365 bytes
(View Zip Contents)
Version Notes: Removed unnecessary delay Download this version
Version: 1.1.1
Updated on: 2009-01-08 05:20:04
by DanielB File Name: addon_manager_1.1.1.zip
File Size: 6220 bytes
(View Zip Contents)
Version Notes: Fixed command not unregestering on unload
Added a message to players who are un-authed and try to access the command. Download this version
Version: 1.1
Updated on: 2009-01-03 01:15:37
by DanielB File Name: addon_manager_1.1.zip
File Size: 6065 bytes
(View Zip Contents)
Version Notes: Fixed dependency on load order Download this version
Version: 1.0
Updated on: 2009-01-03 01:00:57
by DanielB File Name: addon_manager_1.0.zip
File Size: 5991 bytes
(View Zip Contents)
Version Notes: Initial Release Download this version