
Web development isn't really my forte and I've never used php before...
A purely text output php file would be good. I PMed Roek the format I wanted it in a few days ago. Basically: Player Name|Character Name|Is DM? (0=No, 1=Yes)
So it'd be something like:
Code: Select all
NickD|Gruuhilda|0
danielmn|Garlus Ironbeard|0
Curmudgen|DM_Curmudgen|1
Player List: Grabs an online file in a specific format and uses it to build the player list grid. This is the preferred option, and is the only one the favoured players system will work with.
Custom List: Grabs an online file in a non-specific format and uses it to build a grid with the first line being the column headers. This is a less preferred option as I would be unable to determine the player name, and I couldn't format the grid properly.
Web View: This is the easiest option. It'll just display a webpage instead of a player list, so the page opened could be a web page with the player list on, it could be the server's forums, it could even be facebook or youporn if the user decided to set it up that way. Not the nicest option though as each row change will mean reloading a webpage.
Anyway, if I finish all my changes before the player list is ready, I'll do a release then with just the webview option enabled, so there's no desperate need to rush, there'll still be plenty to do for the next release.