Perl Script to pull out Command.cpp
Don't suppose anyone has the time to write a small Perl script that would look in command.cpp and pull out every avaliable command from there, then export the list to addon.ini using the default values specified (in command.cpp)?
I notice addon.ini hasn't been updated for a while, yet a few new commands have been added. Hmmm, don't think this is the right forum (not sure where really) but shucks it can be moved ;) Monrezz |
Code:
perl -e 'while(<>){m/command_add\("(\w+)",.*,(\d+),.*$/ && print "!$1=$2\n"} ' command.cpp for the last command.cpp, got : Quote:
|
All times are GMT -4. The time now is 09:56 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.