looking for a util
Moderator: Moderators
- bobthedinosaur
- Blood & Steel Developer
- Posts: 2702
- Joined: 25 Aug 2004, 13:31
looking for a util
any one know of any tools that can take txt formated files such as fbis or what ever and do a batch file addition or maybe a string replacement?
such as say i ahev 200 units or so and with the new release of spring i decide to impliment a new feature that is shared by many units such as nanocolor=.50 .50 .75; or what ever... i could just drop all my fbi files in and tell it to add that string to the end maybe a replace } with
nanocolor=.50 .50 .75; and a }. that would work?
oh the time it would save me and many other modders
such as say i ahev 200 units or so and with the new release of spring i decide to impliment a new feature that is shared by many units such as nanocolor=.50 .50 .75; or what ever... i could just drop all my fbi files in and tell it to add that string to the end maybe a replace } with
nanocolor=.50 .50 .75; and a }. that would work?
oh the time it would save me and many other modders
http://www.vim.org - the One True Editor. Takes a little while to learn it, though 

Working on it. I've got an app I've built that takes an XML config file of simple modifications, parses the whole project tree, and then spits out a mutator with non-destructive modifications (so you keep your comments and formatting - although any new elements may not be properly tabbed).
The catch is that I can't find a good app that can read Microsoft's XSD (XML type-definition) file to provide non-painful autocomplete.... everything but the built-in DotNet tools and Visual Studio itself insist that the autogenerated XSD and XML files don't validate. Even MS's XML Notepad gets confused.... and working without autocomplete on this stuff is pretty nasty.
The catch is that I can't find a good app that can read Microsoft's XSD (XML type-definition) file to provide non-painful autocomplete.... everything but the built-in DotNet tools and Visual Studio itself insist that the autogenerated XSD and XML files don't validate. Even MS's XML Notepad gets confused.... and working without autocomplete on this stuff is pretty nasty.
http://fileuniverse.com/?p=showitem&ID=1680
My FBI editor. Load stuff in, and you can do batch operations using the tools in the extra menu. A little bit of Excel knowhow is required to use this to its full potential, but even if you dont know much bout Excel its pretty handy.
My FBI editor. Load stuff in, and you can do batch operations using the tools in the extra menu. A little bit of Excel knowhow is required to use this to its full potential, but even if you dont know much bout Excel its pretty handy.