Re: Build 18/19 to 20 Conversion Utility
Quote:
I don't care if another one released etc, but do you think you could provide the source code?
Didn't think so, it's mostly just an automated-recursive find-replace tool.
Not something difficult like a map editor like ChJees is talking about.
Quote:
Odd that the conversion file uses the same character for string separation as mine
My two choices were either the pipe or semicolon. I just did a find-replace and used the pipe in the list. Both pipes and semicolons aren't permitted in file names, so either work. Luck of the draw I guess.
Just a warning, this is my first serious .NET executable and I'm adapting from a non-NET/Assembly style and compiler to a whole new style of environment. So things aren't clean, neat, or well organized. But it should be legible enough. I program in Object Pascal with the Chrome VS2008 plugin language, so look up "program.pas" and "cortexcommand.pas" for the bulk of the sourcecode.
Attachment:
File comment: CCUpdate sourcecode.
CCUpdateV19.zip [45.17 KiB]
Downloaded 137 times
Quote:
If you add stuff to "update.txt" will it be included in the conversion? if so then this is by far the best one made so far, when new things are added, *BAM* changed, successfully converted.
Correct; t0rento's and mine do this.