@steinberg
I made this list for my own personal use really. I'm just sharing it. "I feel like this list in only a matter of time will cause more drama, and controversy then there already is."
So to fix that, I've removed all ratings and wrote a script where ratings can be calculated.
I'm only doing this for myself as a small project given the amount of criticism on such a thread, so now it's become just a small coding project for myself. Obviously if somebody has released over 50 mods, it might end up taking awhile to count all the numbers and ratings for each mod. So, I might think of some ways to compensate for that. Of course there are more than 12 Emergency Vehicle modders, so like I said, these ratings aren't accurate, and given the amount of criticism on the thread, what if I were to do it another way, and just make a global rating algorithm? Would it be helpful to anyone? I think it would.
The script is here.
http://pastebin.com/CiCEBq1T
You can test it on any site that can run PHP code, just google 'run php online' and paste the code in of course.
Alright, so let's say somebody has 150 Voters total on every mod they've released, let's say they've released 6 Modifications total, and let's calculate and average from the total rating of each one of those mods, and then let's say that the total number of voters is 150, and then divide that by 500 which gives us a overall rating of 5.0266.
GlobalRatingSystem(150, 'Name_1', 6, [4.38, 4.85, 4.65, 4.74, 4.84, 4.90]);
Is that cool? Can we do it that way?
So, If you uploaded 30 mods, and have about 350 voters total all with ratings like
GlobalRatingSystem(350, 'Name_2', 30, [4.88, 4.85, 4.85, 4.94, 4.84, 4.90, 4.75, 4.78, 4.85, 4.94, 4.93, 4.78, 4.74, 4.88, 4.78, 4.78, 4.82, 4.55, 4.95, 4.88, 4.87, 4.42, 4.78, 4.85, 4.96, 4.56, 4.85, 4.74, 4.68, 4.78]);
You're gonna get a rating like:
What do you think?