[Tool] Map .cfg Cleaner
#1
I've created a very simple site that allows you to copy/paste map .cfgs and submit them to be automatically "cleaned":

http://bukz.xrd.me/mapcfg/

The PHP script will do the following to your input:
  • Removes all comments.
  • Removes all leading and trailing whitespace.
  • Removes all blank lines.
  • Removes all lines containing "junk" non-ascii characters.

Not only does this process usually greatly reduce the file sizes of map .cfgs, but also can sometimes "fix" older, buggy configs because of the fact that it removes "junk" lines:

Example Input (~31.3 KB)
Example Output (~15.1 KB)

Take note of the "junk" data at the end of the input .cfg

You may submit map .cfgs up to 128 kilobytes in size. This should be more than enough for any AssaultCube map config. If you run into a scenario where it isn't, I want to hear about it. In a futile attempt to prevent people/bots from spamming the site, you must submit at least 4 kilobytes worth of data for the script to do anything.

Questions/comments/feedback are all very much welcome. I hope someone out there will find this as useful as I do. Cheers :)

P.S. I may be willing to share the PHP source code with you if you are interested, just send me a PM asking about it. Also, please report any bugs or weird errors you may notice in the output, thanks!
Thanks given by:


Messages In This Thread
[Tool] Map .cfg Cleaner - by Bukz - 27 Feb 13, 07:09AM
RE: [Tool] Map .cfg Cleaner - by Cleaner - 27 Feb 13, 07:44AM
RE: [Tool] Map .cfg Cleaner - by RandumKiwi - 27 Feb 13, 11:11AM
RE: [Tool] Map .cfg Cleaner - by R4zor - 27 Feb 13, 11:44AM
RE: [Tool] Map .cfg Cleaner - by Nightmare - 27 Feb 13, 01:29PM
RE: [Tool] Map .cfg Cleaner - by Bukz - 27 Feb 13, 12:04PM
RE: [Tool] Map .cfg Cleaner - by Andrez - 27 Feb 13, 01:24PM
RE: [Tool] Map .cfg Cleaner - by Bukz - 27 Feb 13, 02:00PM
RE: [Tool] Map .cfg Cleaner - by Ronald_Reagan - 27 Feb 13, 10:05PM
RE: [Tool] Map .cfg Cleaner - by DogDancing - 28 Feb 13, 08:08AM
RE: [Tool] Map .cfg Cleaner - by Bukz - 28 Feb 13, 11:19AM
RE: [Tool] Map .cfg Cleaner - by Lord Vader - 05 Mar 13, 10:03PM
RE: [Tool] Map .cfg Cleaner - by Cemer - 05 Mar 13, 10:59PM
RE: [Tool] Map .cfg Cleaner - by Bukz - 05 Mar 13, 11:16PM
RE: [Tool] Map .cfg Cleaner - by RandumKiwi - 06 Mar 13, 11:08AM
RE: [Tool] Map .cfg Cleaner - by ExodusS - 08 Mar 13, 11:30AM
RE: [Tool] Map .cfg Cleaner - by Bukz - 08 Mar 13, 11:44AM
RE: [Tool] Map .cfg Cleaner - by Ronald_Reagan - 08 Mar 13, 06:39PM
RE: [Tool] Map .cfg Cleaner - by ExodusS - 08 Mar 13, 10:37PM
RE: [Tool] Map .cfg Cleaner - by Luc@s - 10 Mar 13, 05:40PM