So I was setting up OB the other day (for the nth time where n->oo) and I couldn't get a simple
rig like OOO+MMM+DR+SM+LAME (and a few others) to work without crashing every hour or
so :gun:
Then, I found this thread: http://www.gamesas.com/bgsforums/index.php?showtopic=1004123
The thing is, while I've been modding my game since 2006, I don't really feel confident to clean
other people's mods without breaking something. Since "cleaned" esps aren't really allowed to
be uploaded by 3rd parties for "legal" reasons people without enough modding experience don't
have much luck.
Anyway, that's when the idea hit me; what if there was a utility, kinda like BOSS, that used
a community database to clean mods? I mean, since many people clean their mods and, in
most cases, many people clean the same mod it's a shame that the community isn't be able to
benefit from all that effort.
Anyway, enough ruble, here's what I'm thinking about the procedure flow:
- Modder cleans esp using TES4Edit
- AMC compares cleaned.esp with original.esp and extracts a cleaned_esp data report.
- Modder uploads the report
- Report is merged in the AMC Database
- Mod users use AMC to clean their esp
I can program alright but I only really know engineering program languages so I thought it would
be a good chance to create a useful tool as well as learn c++ a bit better in the process.
For this endeavor I would need:
- Advice on how to extract information from .esps
- How to repack the result into an .esp
- People who "know their stuff" to contribute to the database
- To know if the community is interested at all for such an app so that I won't waste my time for no
reason :flamethrower:
Well, what do ya think?