ImportBot Posted May 27, 2015 Share Posted May 27, 2015 Originally Posted by Fonta*: Hi guys, how would it be possible to put a poll in the chat? I would like to get the opininion of my players about adding a new map to the maplist. So, every few minutes there's this question in chat: "Do you want *** to be added to the maplist? type !newmapyes or !newmapno to vote." And then it would be nice to have the results be saved to a text file. We run insanelimits and proconrulz which I think should be able to do the job. Thanks! Fonta * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted May 27, 2015 Author Share Posted May 27, 2015 Originally Posted by SharpShot-gif*: I think this would be best done in insanelimits as i know you can write to file to save the poll with proconrulz am not sure if you can write to file and all variables are reset after a new round. Am not sure how to code this but I think it would need the poll broadcast messages, command options, check players to see if already voted or new vote and to save vote to file. am sure some of the coders on this forum would be able to make something like this. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted May 27, 2015 Author Share Posted May 27, 2015 Originally Posted by LCARSx64*: Hi guys, how would it be possible to put a poll in the chat? I would like to get the opininion of my players about adding a new map to the maplist. So, every few minutes there's this question in chat: "Do you want *** to be added to the maplist? type !newmapyes or !newmapno to vote." And then it would be nice to have the results be saved to a text file. We run insanelimits and proconrulz which I think should be able to do the job. Thanks! Fonta Can you give more specific details of how you want this to work, for example, when you say poll are you saying a survey that basically just collects the number of yes and no votes?Give as many details as possible please, including who can and cannot vote, how often the poll asks the question, how is the poll triggered, do the results just get appended to the text file? * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted May 27, 2015 Author Share Posted May 27, 2015 Originally Posted by Fonta*: Thats exactly how I think would be the best way. Something like "Add Siege of Shanghai to the maplist type !siegeyes or !siegeno in chat" The question should be asked every few minutes and maybe even only once in a round. The rounds are 500 tickets so when the first team is down to 300 tickets would be a nice moment I think. Everybody should be able to vote, but I would want to see who voted in the text file. Because I think that votes from regular players are more important, and I would be able to see if someone voted twice. It should be to complex, I do know how to use excel * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted May 27, 2015 Author Share Posted May 27, 2015 Originally Posted by LCARSx64*: Thats exactly how I think would be the best way. Something like "Add Siege of Shanghai to the maplist type !siegeyes or !siegeno in chat" The question should be asked every few minutes and maybe even only once in a round. The rounds are 500 tickets so when the first team is down to 300 tickets would be a nice moment I think. Everybody should be able to vote, but I would want to see who voted in the text file. Because I think that votes from regular players are more important, and I would be able to see if someone voted twice. It should be to complex, I do know how to use excel I'll work on it.Btw, I can prevent anyone from voting more than once via code. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted May 27, 2015 Author Share Posted May 27, 2015 Originally Posted by Fonta*: Wow, that sounds great! * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted May 27, 2015 Author Share Posted May 27, 2015 Originally Posted by ColColonCleaner*: We actually need to use something like this in the next week or so...i'll work on building a poll system into AdKats. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted May 27, 2015 Author Share Posted May 27, 2015 Originally Posted by Fonta*: That would also be very nice Btw CCC, did you see my latest msg in the loadout enforcer topic? * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted June 24, 2015 Author Share Posted June 24, 2015 Originally Posted by Fonta*: LCARSx64 or CCC, does anyone of you have a update on this? * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted June 24, 2015 Author Share Posted June 24, 2015 Originally Posted by ColColonCleaner*: LCARSx64 or CCC, does anyone of you have a update on this? No progress, other things have taken my time * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted June 24, 2015 Author Share Posted June 24, 2015 Originally Posted by LCARSx64*: LCARSx64 or CCC, does anyone of you have a update on this? It's the same as for CCC for me too sorry. I will start on it as soon as I do get a chance. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted June 29, 2015 Author Share Posted June 29, 2015 Originally Posted by Fonta*: Ok, ok, no worries * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted August 6, 2015 Author Share Posted August 6, 2015 Originally Posted by B-73*: When do we get this poll system in Adkats? I like this, and we need this poll system into our server. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted August 10, 2015 Author Share Posted August 10, 2015 Originally Posted by ty_ger07*: The solution I used years ago was to just spam the server with a vote question every now and then and then record the chat log to stats database using XpKiller's logging plugin. Using SQL queries, it was easy to review the results at my convenience by searching the chat log filtering all the chat content to only show valid resonses. You have to think ahead of course and make sure that valid responses aren't standard phrases people would use in normal conversation; otherwise it could skew your results. Filtering out duplicate votes from the same player is simple enough by forming your SQL query to do so. Result totals can be grouped by response type, grouped by number of responses per player, grouped based on time, grouped based on which map was being played at time of the response (compare chat time with map stats log), etc, etc. It was quite a simple yet powerful solution which didn't use any additional plugin than what is already available. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted September 2, 2015 Author Share Posted September 2, 2015 Originally Posted by ZeroKooL*: I used this some time ago, worked well. myrcon.net/.../poll-in-chat-insanelimitsproconrulz-active * Restored post. It could be that the author is no longer active. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.