

The only problem is, i'm actually joining the army, for which i have spent the past year going through the recruitment process for. I have no choice as to when i start, nor do i have knowledge of when that is.
If i find out that it wont be till about Q2 next year, i could possibly continue working on the program, however that depends whether or not the devs change the event multipliers, or just the base event matrix. If the multipliers are changed, Dark's matrices will not work and i wont be able to calculate any of the 712 food combinations (well, the ones that actually need calculating).
jcwilk wrote:How about spend some time polishing the framework and give yourself some tools for better automation, then when the update is released you'll be primed and ready to go with a few adjustments here and there to fill it out. If you give people a way to help you (like post a template for a text file of a certain format that you can import) I'm sure many would, look at all the help folks gave the MM wiki when they posted about it inviting suggestions.
I wish it was that easy. I have done barely anything in terms of programming. The program itself is just a simple tool to display, sort and organise information in a legible form. That itself will not need to be changed, ever. The 65% completion i previously posted about was the amount i have completed in a spreadsheet. Its simply a big long list (712 long) of all the possible food combinations and their humor values along with the average. Since the values of the foods are changing, the whole spreadsheet will become invalid and i would have to start again if i was continue along that same path. If i had a greater knowledge of programming i would take an easier more automated path but i have no idea how to program a matrix calculator.
As for an insight to the scale of the project.
- 4x spreadsheets (1 for each bile)
- each spreadsheet contains 712 food combinations
- each food has 7 columns (name, ingredients, 4 events for that particular bile, and the average)
- 4984 cells to fill in with information for a SINGLE bile.
- 3560 of those 4984 cells have to be individually calculated
- 19936 cells in total to fill in - i have almost 7000 left, all of which are the ones that need to be calculated.
That information is just kinda to explain why its taken me so long to get where i am now and why it would be a pain to start again.