One Man Left Studios Community Forums
Outwitters Sports Network Revived! - Printable Version

+- One Man Left Studios Community Forums (http://www.onemanleft.com/forums)
+-- Forum: General (/forumdisplay.php?fid=1)
+--- Forum: Outwitters (/forumdisplay.php?fid=11)
+--- Thread: Outwitters Sports Network Revived! (/showthread.php?tid=929)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37


RE: Outwitters Sports Network Revived! - terenceshiu2005 - 06-29-2013 03:11 PM

It seems to be some system file is missing!


RE: Outwitters Sports Network Revived! - =) Random Task (= - 06-30-2013 04:39 AM

Same here...


RE: Outwitters Sports Network Revived! - CodePenguin - 06-30-2013 06:06 AM

It should be back up. My hosting provider changed some settings that made things not work. All without letting me know Sad


RE: Outwitters Sports Network Revived! - =) Random Task (= - 06-30-2013 06:35 AM

All back to normal. Many thanks for the quick fix!! You are doing a great jpb, codepenguin!!


RE: Outwitters Sports Network Revived! - TheQwertiest - 06-30-2013 06:45 AM

suggestion:
put a player search bar on the main page?
actually scratch that.. im retarded.. i could just change my bookmark from replays to players


RE: Outwitters Sports Network Revived! - Gf!sh - 07-22-2013 05:19 AM

Suggestion: on the teams filter, instead of showing all replays with the selected team(s), show only the replays with only the selected team(s). So, if I select only Adorables, it would show only AvA replays instead of A vs Any team.


RE: Outwitters Sports Network Revived! - Thrutchy - 07-29-2013 08:41 PM

Codepeguin, take a look at the spreadsheet in this thread:

Stats on 1200 games

What would you think about similarly being able to present games you have in your database? A matrix format like outwittersfan has would be nice where the dimensions you care about are on the rows and columns and the win percentage is in each cell.

Here are some dimensions of the game that would be useful to compare in the rows and columns:
* map
* p1 and p2 teams. Ideally you could also differentiate between spawning a special or not.

A simple table format would be fine too. Then you could display others result stats: turns, base health, standard deviations, etc

Also, it is important to be able to filter these stats:
* leagues or top200 ranks of players
* league or friendly games
* exact player name for p1 or p2
* map
* teams

I'm hoping this isn't too much work, but I'm suspecting it might be.


RE: Outwitters Sports Network Revived! - CodePenguin - 07-30-2013 12:19 AM

@Thrutchy,

Lately, I haven't been doing much development on OSN. It is currently kind of in maintenance mode. I wouldn't mind doing some form of CSV data dump or something like that so Spreadsheet Gurus could have a go at the data. If anyone is interested, let me know and I'll see what I can come up with.


RE: Outwitters Sports Network Revived! - GreatGonzales - 07-30-2013 02:10 AM

As one of our resident spreadsheet gurus, I would love to get my hands on all that data! But, no worries if its too much trouble.


RE: Outwitters Sports Network Revived! - Thrutchy - 07-30-2013 02:26 AM

A CSV data-dump would be much better than anything else. It could be formatted into whatever. Here would be some useful information per game if you can easily extract it:

map (including version)
for each player:
* player name
* league and top ranks at the time
* team
* for each unit type (including thorns?) of the player:
++ spawns
++ moves (might include shell&unshell here since they cost wits)
++ attacks or usages (heal, bomb, teleport, scramble)
++ kills (that each return a wit)
++ surviving
* extra bonus wits
* bonus wits denied
* base health at the end of the game
* spawns blocked at beginning of turn
* wits at end of game
date of game
rules version (wit-for-kill, bramble behavior)
number of turns
winner
how won (base, units&spawn, or gave up)

I'm sure there are other things that could be put into a CSV format with one game per entry. I'm not sure how easily you can extract this info from your database, but the more the merrier.