View Single Post
Old 01-24-22, 08:52 PM   #15
Jeff-Groves
Village Idiot
 
Jeff-Groves's Avatar
 
Join Date: Sep 2014
Posts: 5,300
Downloads: 130
Uploads: 0


Default

A WildCard search on a Stock SH3 shows 23 Units.

Stock GWX shows 72
Easiest is just search a UnitType=10.
That will pop them all.

NOW! Right here is where We can change things up!


for( i = 0; i < r.count; i++ )
{
Printf( "%s\n", r.file[i].filename );
}


Here is where We can grab file names and direct 010 to open the sns file and change things.
I'll strip the cfg extension and tell 010 to open the ShipName.sns file. Then have it find the O01 line and change it.
then it will simply close the file with the changes made.
__________________
I don't do Stupid. So don't ask.

Last edited by Jeff-Groves; 01-24-22 at 10:35 PM.
Jeff-Groves is offline   Reply With Quote