kbluck
28 Aug 03, 14:45
OK, now for the delicate question:
Can you give me any insight into the structure of the databases, particularly the .wep and .veh files? Just a little, mind you; I don't need a field-by-field breakdown.
What I would like to be able to do is to "sort" my custom databases so as to make maintenance easier. Right now, it seems to store them in whatever order you entered them, which is the same order they come out in the export ascii file, and as far as I can tell you can't safely reorder them in Excel; i.e. the import process seems to be ordinal only and makes no attempt to match the names up again. Given that the pK matrix expands as the product of vehicles and weapon listings, it quickly adds up to a lot of scrolling and makes it easy to miss things.
It would be very helpful maintenance-wise to be able to group "like" systems together. I am capable of doing this manually with a hex editor, but I just need to know how to identify the start and end of given weapons and vehicle records. Also, if there is any file-level prefix information that is sensitive to the order of the following records. Right now, my best option when I add something into the "middle" of the DB seems to be to recopy all the "following" records in order and delete the original ones --- big drag, to say the least.
Thanks,
--- Kevin
Can you give me any insight into the structure of the databases, particularly the .wep and .veh files? Just a little, mind you; I don't need a field-by-field breakdown.
What I would like to be able to do is to "sort" my custom databases so as to make maintenance easier. Right now, it seems to store them in whatever order you entered them, which is the same order they come out in the export ascii file, and as far as I can tell you can't safely reorder them in Excel; i.e. the import process seems to be ordinal only and makes no attempt to match the names up again. Given that the pK matrix expands as the product of vehicles and weapon listings, it quickly adds up to a lot of scrolling and makes it easy to miss things.
It would be very helpful maintenance-wise to be able to group "like" systems together. I am capable of doing this manually with a hex editor, but I just need to know how to identify the start and end of given weapons and vehicle records. Also, if there is any file-level prefix information that is sensitive to the order of the following records. Right now, my best option when I add something into the "middle" of the DB seems to be to recopy all the "following" records in order and delete the original ones --- big drag, to say the least.
Thanks,
--- Kevin