|
|
|
 |

February 23rd, 2009, 11:28 AM
|
 |
General
|
|
Join Date: Feb 2007
Location: R'lyeh
Posts: 3,861
Thanks: 144
Thanked 403 Times in 176 Posts
|
|
Re: Mod question CBM1.44
Burnsaber, I posted an awk script on the Mod tools thread some time ago which does exactly that, find out which ID numbers are being added in mods. This is what it prints out for CBcomplete_1.41.dm:
Code:
Monster IDs: 2800,2802-2806,2808-2816,2818-2821,2823-2824,2826-2840,2842-2845,2846,2850-2851,2877-2883,2888,2891-2892
Weapon IDs: 659,708-711,751-757,768-771
Armor IDs: 252-265,380-382
Site IDs:
|

February 23rd, 2009, 03:51 PM
|
BANNED USER
|
|
Join Date: May 2004
Posts: 4,075
Thanks: 203
Thanked 121 Times in 91 Posts
|
|
Re: Mod question CBM1.44
Quote:
Originally Posted by lch
Burnsaber, I posted an awk script on the Mod tools thread some time ago which does exactly that, find out which ID numbers are being added in mods. This is what it prints out for CBcomplete_1.41.dm:
Code:
Monster IDs: 2800,2802-2806,2808-2816,2818-2821,2823-2824,2826-2840,2842-2845,2846,2850-2851,2877-2883,2888,2891-2892
Weapon IDs: 659,708-711,751-757,768-771
Armor IDs: 252-265,380-382
Site IDs:
|
Is there any word on how to run awk scripts - lch? I wouldn't mind running this on cCBM1.44
|

February 23rd, 2009, 03:55 PM
|
BANNED USER
|
|
Join Date: May 2004
Posts: 4,075
Thanks: 203
Thanked 121 Times in 91 Posts
|
|
Re: Mod question CBM1.44
Also,
The next version of cCBM will remove a lot of old ages from many mages that it seems unthematic. So far I have removed from some of the Abysias, and a couple of other nations.
If you have suggestions as to which nations should have old age removed, I'd be happy to read 'em. Saves research time. However, nations that I perceive as strong (Niefle, Hinnom, Sauromatia etc), MP game play trumps theme - they won't be getting old age removed.
|

February 23rd, 2009, 07:58 PM
|
 |
General
|
|
Join Date: Feb 2007
Location: R'lyeh
Posts: 3,861
Thanks: 144
Thanked 403 Times in 176 Posts
|
|
Re: Mod question CBM1.44
Quote:
Originally Posted by chrispedersen
Is there any word on how to run awk scripts - lch?
|
- Download Gnu AWK from http://gnuwin32.sourceforge.net/packages/gawk.htm
- Put it in the same directory like the awk scripts
- Run "gawk -f script.awk INPUTFILE"
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|