How to replace some strings in a STRINGTABLE?

Anton

2006-09-13 21:12:14

There are several strings in a STRINGTABLE, which are to be replaced with new ones.
New values are specified in RC file, for example:

Code: Select all

STRINGTABLE
{
61354, "String_61354"
61355, "String_61355"
61358, "String_61358"
}
Original STRINGTABLE has also strings with other identifiers: 61353, 61357, etc.
If I feed new STRINGTABLE to the Restorator, it replaces entire original STRINGTABLE, removing the strings, which have no new values. But I don't want to change them...
How can I replace strings selectively?

By the way, why all strings are to be gathered into STRINGTABLE? Let them exist alone... though this would be a feature request :)

florian

2006-09-20 05:52:51

yeah, that's a good idea. I'll add it to the feature request list.

Of course you can edit string tables directly in Restorator...

Florian

Anton

2006-09-28 16:16:38

florian wrote: Of course you can edit string tables directly in Restorator...
I do not use Restorator GUI directly - all replacements are performed via command line call during batch processing...

Hope, selective string relacement feature will be implemented soon :)