Making es.py loads/unloads look like ESS loads/unloads:
[EventScripts] Loaded corelib/interfaces
"Loaded:services.services"
to
[EventScripts] Loaded corelib/interfaces
[EventScripts Python] Loaded services.services
Looks much nicer :)
And would it be possible to remove the es.AddonInfo dump from esload itself and instead of that add esinfo [filter]? esinfo would list all addons with es.AddonInfo information, esinfo xa would only list addons with "xa" in their name.
And maybe the format of esload/esinfo output could be changed to something similar to this?
sm plugins list
[SM] Listing 17 plugins:
01 "Admin File Reader" (1.0.0.1866) by AlliedModders LLC
02 "Admin Help" (1.0.0.1866) by AlliedModders LLC
03 "Admin Menu" (1.0.0.1866) by AlliedModders LLC
04 "TF2 Ammopacks" (1.0.3) by Hunter
...
Thats a lot cleaner than the currently printed out thing that looks more like a dump.
Oh, and btw, around Python addons there are " in the es_load output currently:
[EventScripts] [ enabled] corelib/clientcmd
"[EventScripts] [ enabled] corelib/services"
[EventScripts] Loaded corelib/interfaces
"Loaded:services.services"
to
[EventScripts] Loaded corelib/interfaces
[EventScripts Python] Loaded services.services
Looks much nicer :)
And would it be possible to remove the es.AddonInfo dump from esload itself and instead of that add esinfo [filter]? esinfo would list all addons with es.AddonInfo information, esinfo xa would only list addons with "xa" in their name.
And maybe the format of esload/esinfo output could be changed to something similar to this?
sm plugins list
[SM] Listing 17 plugins:
01 "Admin File Reader" (1.0.0.1866) by AlliedModders LLC
02 "Admin Help" (1.0.0.1866) by AlliedModders LLC
03 "Admin Menu" (1.0.0.1866) by AlliedModders LLC
04 "TF2 Ammopacks" (1.0.3) by Hunter
...
Thats a lot cleaner than the currently printed out thing that looks more like a dump.
Oh, and btw, around Python addons there are " in the es_load output currently:
[EventScripts] [ enabled] corelib/clientcmd
"[EventScripts] [ enabled] corelib/services"
I know that I could just edit es.py and submit it to the SVN, but I don't want to clash with your changes while developing ES2 for OrangeBox.




mback2k posted on 2008-02-03 05:19:34