looking for a util

looking for a util

Discuss game development here, from a distinct game project to an accessible third-party mutator, down to the interaction and design of individual units if you like.

Moderator: Moderators

Post Reply
User avatar
bobthedinosaur
Blood & Steel Developer
Posts: 2702
Joined: 25 Aug 2004, 13:31

looking for a util

Post by bobthedinosaur »

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
User avatar
Caydr
Omnidouche
Posts: 7179
Joined: 16 Oct 2004, 19:40

Post by Caydr »

Ultra Edit 32 does this beautifully, costs a few bucks though.

There's a project over at Sourceforge called Notepad++ or Notepad+ or something that may have similar functionality though, and it'll be free.
imbaczek
Posts: 3629
Joined: 22 Aug 2006, 16:19

Post by imbaczek »

http://www.vim.org - the One True Editor. Takes a little while to learn it, though :twisted:
User avatar
Caydr
Omnidouche
Posts: 7179
Joined: 16 Oct 2004, 19:40

Post by Caydr »

The site seems to be down.
User avatar
aGorm
Posts: 2928
Joined: 12 Jan 2005, 10:25

Post by aGorm »

Ultra Edit 32 for the Win.

(Amased someone else uses/heard of it)

aGorm
User avatar
Argh
Posts: 10920
Joined: 21 Feb 2005, 03:38

Post by Argh »

I use Advanced Find and Replace. It allows for advanced grep-parser stuff, like variable calculations- you can literally do stuff like, "find every hitpoint value X, multiply by Y, and then change X" :-)
User avatar
Snipawolf
Posts: 4357
Joined: 12 Dec 2005, 01:49

Post by Snipawolf »

Some pretty serious stuff, Maybe I'll need it some day..
imbaczek
Posts: 3629
Joined: 22 Aug 2006, 16:19

Post by imbaczek »

Caydr wrote:The site seems to be down.
Oh my god...

::head explodes::
User avatar
KDR_11k
Game Developer
Posts: 8293
Joined: 25 Jun 2006, 08:44

Post by KDR_11k »

Probably those Emacs terr'ists.
User avatar
rattle
Damned Developer
Posts: 8278
Joined: 01 Jun 2006, 13:15

Post by rattle »

EditPlus 2 is pretty decent but it's not free either. Got regex search/replace functions but you can't have it multiply anything. Also regex is very slow in EP2 (for mass replacements >100k) :( but I managed to jump to certain values in one keystroke highlighting them which is neat.
User avatar
Pxtl
Posts: 6112
Joined: 23 Oct 2004, 01:43

Post by Pxtl »

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.
User avatar
Maelstrom
Posts: 1950
Joined: 23 Jul 2005, 14:52

Post by Maelstrom »

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.
Post Reply

Return to “Game Development”